Vulnerability Description
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.9.0, a cross-tenant authorization bypass exists in Chartbrew in GET /team/:team_id/template/generate/:project_id. The GET handler calls checkAccess(req, "updateAny", "chart") without awaiting the returned promise, and it does not verify that the supplied project_id belongs to req.params.team_id or to the caller's team. As a result, an authenticated attacker with valid template-generation permissions in their own team can request the template model for a project belonging to another team and receive victim project data. This vulnerability is fixed in 4.9.0.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Depomo | Chartbrew | < 4.9.0 |
Related Weaknesses (CWE)
References
- https://github.com/chartbrew/chartbrew/commit/bf5919043d3587fcbe76123aaabd9a0a9dPatch
- https://github.com/chartbrew/chartbrew/security/advisories/GHSA-mw4f-cf22-qpcjExploitMitigationVendor Advisory
- https://github.com/chartbrew/chartbrew/security/advisories/GHSA-mw4f-cf22-qpcjExploitMitigationVendor Advisory
FAQ
What is CVE-2026-32252?
CVE-2026-32252 is a vulnerability with a CVSS score of 7.7 (HIGH). 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.9.0, a cross-tenant authorization bypass exists in Chartbrew i...
How severe is CVE-2026-32252?
CVE-2026-32252 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-32252?
Check the references section above for vendor advisories and patch information. Affected products include: Depomo Chartbrew.