CVE-2026-27005 PUBLISHED

Chartbrew: SQL injection in date-type variable handling (applyMysqlOrPostgresVariables)

Assigner: GitHub_M
Reserved: 17.02.2026 Published: 06.03.2026 Updated: 06.03.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 version 4.8.3, an unauthenticated attacker can inject arbitrary SQL into queries executed against databases connected to Chartbrew (MySQL, PostgreSQL). This allows reading, modifying, or deleting data in those databases depending on the database user's privileges. This issue has been patched in version 4.8.3.

Metrics

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

Product Status

Vendor chartbrew
Product chartbrew
Versions
  • Version < 4.8.3 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE