CVE-2026-82526

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-09-03 19:17

Updated : 2026-09-08 20:18


NVD link : CVE-2026-82526

Mitre link : CVE-2026-82526

CVE.ORG link : CVE-2026-82526


JSON object : View

Products Affected

No product.

CWE
CWE-89

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