CVE-2026-30232 PUBLISHED

Chartbrew has SSRF in API Data Connection - No IP Validation on User-Provided URLs

Assigner: GitHub_M
Reserved: 04.03.2026 Published: 10.04.2026 Updated: 10.04.2026

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 4.8.5, Chartbrew allows authenticated users to create API data connections with arbitrary URLs. The server fetches these URLs using request-promise without any IP address validation, enabling Server-Side Request Forgery attacks against internal networks and cloud metadata endpoints. This vulnerability is fixed in 4.8.5.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N
CVSS Score: 7.8

Product Status

Vendor chartbrew
Product chartbrew
Versions
  • Version < 4.8.5 is affected

References

Problem Types

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