CVE-2026-25877 PUBLISHED

Chartbrew: Insecure Direct Object Reference (IDOR) in Chart Operations

Assigner: GitHub_M
Reserved: 06.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.1, the application performs authorization checks based solely on the project_id parameter when handling chart-related operations (update, delete, etc.). No authorization check is performed against the chart_id itself. This allows an authenticated user who has access to any project to manipulate or access charts belonging to other users/ project. This issue has been patched in version 4.8.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CVSS Score: 6.5

Product Status

Vendor chartbrew
Product chartbrew
Versions
  • Version < 4.8.1 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE