Impact
Prior to version 2.2.1, a Server‑Side Request Forgery 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 blind SSRF enables internal port scanning and internal API triggering capabilities.
Affected Systems
FlaskBB forum software, all releases before 2.2.1. The vulnerability is present in the get_image_info() function of the FlaskBB code base. Users deploying v2.2.0 or earlier versions are exposed until they upgrade to v2.2.1, which removes the SSRF vector.
Risk and Exploitability
The CVSS score of 6.5 indicates a moderate impact, yet the EPSS score is below 1%, suggesting a low current exploitation probability. The vulnerability is not listed in CISA's KEV catalog. However, because the flaw requires authentication, legitimate users can enable the SSRF without triggering external alerts. Attackers would perform a blind attack, with the server silently attempting connections to the supplied URLs, making detection harder. Proper input filtering or network restrictions are necessary to mitigate this risk.
OpenCVE Enrichment
Github GHSA