CVE Catalog

CVE-2026-82526

CriticalCVSS 9.8
Published: Updated: Translated: NVD NIST

Summary

R2R through 3.6.6 contains a stacked SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL statements by manipulating the index name parameter in the vector index creation endpoint. The index name is interpolated directly into a CREATE INDEX statement via string formatting without identifier quoting or allowlist validation, enabling arbitrary DDL and DML execution through semicolon-separated statements under the PostgreSQL superuser account.

Risk Assessment

An attacker could execute arbitrary SQL commands, potentially leading to full database compromise, data breach, or deletion.

Recommendation

Update R2R to a patched version or apply identifier quoting and allowlist validation in SQL queries.

Other vulnerabilities in R2R

See all
Original NVD description (English source)

R2R through 3.6.6 contains a stacked SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL statements by manipulating the index name parameter in the vector index creation endpoint. The index name is interpolated directly into a CREATE INDEX statement via string formatting without identifier quoting or allowlist validation, enabling arbitrary DDL and DML execution through semicolon-separated statements under the PostgreSQL superuser account.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS