CVE-2026-54760

Langroid is a framework for building large-language-model-powered applications. Prior to version 0.65.1, the `SQLChatAgent` SQL-injection mitigation, with default `allow_dangerous_operations=False`, combines a raw-text regex blocklist (`_DANGEROUS_SQL_PATTERNS`) with a `sqlglot` SELECT-only statement allowlist. The blocklist entries that target callable functions require the function name to be immediately followed by `\s*\(`. PostgreSQL accepts the same call with the name separated from `(` by a quoted identifier, an inline comment, or schema qualification. These forms evade the regex, still parse as `SELECT`, and execute the same PostgreSQL function. This restores the `pg_read_file` server-side file-read primitive that the prior CVE-2026-25879 / GHSA-pmch-g965-grmr fix was meant to block: the parent advisory fixed a missing `pg_read_file` blocklist entry, while this report shows that the added regex is bypassable. Version 0.65.1 fixes the issue.
CVSS

No CVSS.

Configurations

No configuration.

History

10 Jul 2026, 16:16

Type Values Removed Values Added
References () https://github.com/langroid/langroid/security/advisories/GHSA-6xc5-4r68-67fc - () https://github.com/langroid/langroid/security/advisories/GHSA-6xc5-4r68-67fc -

10 Jul 2026, 00:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-10 00:16

Updated : 2026-07-10 16:16


NVD link : CVE-2026-54760

Mitre link : CVE-2026-54760

CVE.ORG link : CVE-2026-54760


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')