---
id: CVE-2026-61852
title: >-
  Chartbrew is an open-source web application that can connect directly to
  databases and APIs and use the data to create charts
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 inte…
severity: medium
cvss: 5.8
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H'
cwe:
  - CWE-89
vendor: chartbrew
product: chartbrew
affected:
  - chartbrew < 5.2.2
published: '2026-09-21'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T23:17:13.767'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-61852'
references:
  - url: >-
      https://github.com/chartbrew/chartbrew/commit/8c8412edce56093e81b524e0235a796c7dd42336
    label: security-advisories@github.com
  - url: 'https://github.com/chartbrew/chartbrew/releases/tag/v5.2.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/chartbrew/chartbrew/security/advisories/GHSA-4923-m569-jc42
    label: security-advisories@github.com
  - url: >-
      https://github.com/chartbrew/chartbrew/security/advisories/GHSA-4923-m569-jc42
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-24T22:51:22.714434Z'
cvssSource: cna
epss: 0.00496
epssPercentile: 0.39914
ingestedAt: '2026-09-21T21:53:57.425Z'
---

## Overview

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 interpolates the AI tool's row_limit parameter into a SQL LIMIT clause without runtime integer validation. The read-only keyword check runs before this value is appended, so an authenticated user who can influence a model-generated non-integer row_limit can add SQL that bypasses the earlier check. Successful exploitation can execute arbitrary statements against the connected database, including reading or changing data and, where database permissions permit, accessing files or executing operating-system commands. This issue is fixed in version 5.2.2.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
