CVE-2026-82526 PUBLISHED

R2R 3.6.6 SQL Injection via Vector Index Creation Endpoint

Assigner: VulnCheck
Reserved: 29.08.2026 Published: 03.09.2026 Updated: 04.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor SciPhi-AI
Product R2R
Versions Default: unaffected
  • affected from 0 to 3.6.6 (incl.)
  • affected from 0 to 9c5a94d151f90876bd7eb860f300a8fd662dc481 (incl.)

Credits

  • Snkn0w finder

References

Problem Types

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