CVE-2026-61851
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H
Summary
Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to 5.2.2, Chartbrew's runQuery() implementation in server/modules/ai/orchestrator/tools/runQuery.js attempts to enforce read-only database access with a blocklist containing only seven SQL keywords. An authenticated user with AI feature access can submit dangerous statements or database functions that are absent from the read-only keyword blocklist, causing them to execute without SQL injection or keyword-obfuscation techniques. Depending on the database engine, configuration, and database-user privileges, this can expose or write files, access internal network resources, change database privileges, execute commands, or alter data. This issue is fixed in version 5.2.2.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| chartbrew | chartbrew | < 5.2.2 | affected |
Weaknesses
- CWE-184: CWE-184: Incomplete List of Disallowed Inputs
References
- https://github.com/chartbrew/chartbrew/security/advisories/GHSA-cp8j-2xwc-hxg8
- https://github.com/chartbrew/chartbrew/commit/8c8412edce56093e81b524e0235a796c7dd42336
- https://github.com/chartbrew/chartbrew/releases/tag/v5.2.2
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.