CVE-2026-46556 PUBLISHED

FlaskBB: SSRF in get_image_info() via unrestricted avatar URL

Assigner: GitHub_M
Reserved: 14.05.2026 Published: 21.07.2026 Updated: 22.07.2026

FlaskBB is a Forum Software written in Python using the micro framework Flask. Prior to version 2.2.1, a Server-Side Request Forgery (SSRF) vulnerability in get_image_info() allows any authenticated user to force the server to send HTTP requests to arbitrary internal endpoints, including cloud metadata services. This is a blind SSRF with confirmed internal port scanning and internal API triggering capabilities. Version 2.2.1 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor flaskbb
Product flaskbb
Versions
  • Version < 2.2.1 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE