SciPhi-AI R2R Unauthenticated Stacked SQL Injection (CVE-2026-82526).

Release Date: 3rd September 2026 (Added 8th September 2026)

Impact : CRITICAL

TLP Rating: Clear

The Department of Communications and Digital Transformation (DCDT) through CERT Vanuatu (CERTVU), provides the following advisory.

This alert is relevant to Organizations, System/Network administrators, and AI/software engineering teams that deploy or operate SciPhi-AI R2R as a self-hosted retrieval-augmented generation (RAG) platform. This alert is intended to be understood by technical users and systems administrators.

What is it?

CVE-2026-82526 is a critical, unauthenticated SQL injection vulnerability in R2R (SciPhi-AI), an open-source, self-described “production-ready” retrieval system (approximately 7,900 GitHub stars) that powers agentic retrieval-augmented generation (RAG) applications via a RESTful API, with enterprise-oriented features including user management, access controls, and Docker/Kubernetes deployment. The flaw is in R2R’s vector index creation endpoint (POST /v3/indices): the index_name parameter supplied by the caller is interpolated directly into a CREATE INDEX SQL statement via string formatting, without identifier quoting or allowlist validation.

Reference

  1. https://www.cve.org/CVERecord?id=CVE-2026-82526
  2. https://github.com/SciPhi-AI/R2R/issues/2309