<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>R2R (&lt;= 3.6.6) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/r2r--3.6.6/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 03 Sep 2026 19:22:21 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/r2r--3.6.6/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unauthenticated Stacked SQL Injection in R2R</title><link>https://feed.craftedsignal.io/briefs/2026-09-r2r-sql-injection/</link><pubDate>Thu, 03 Sep 2026 19:22:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-r2r-sql-injection/</guid><description>R2R versions through 3.6.6 contain a stacked SQL injection vulnerability allowing unauthenticated attackers to execute arbitrary DDL and DML commands via the index name parameter.</description><content:encoded><![CDATA[<p>R2R versions through 3.6.6 contain a high-severity stacked SQL injection vulnerability (CVE-2026-82526). The flaw resides in the vector index creation endpoint, where the 'index name' parameter is interpolated directly into a 'CREATE INDEX' statement. Due to a lack of identifier quoting and input validation, an unauthenticated attacker can inject arbitrary SQL commands. Because the application interacts with the backend database using a PostgreSQL superuser account, successful exploitation allows for unauthorized DDL and DML operations. This poses a significant risk to the integrity and confidentiality of the underlying database. Defenders should prioritize patching affected R2R instances to version 3.6.7 or later if available, or restrict access to the index creation API.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability permits full database compromise. Attackers can execute arbitrary SQL statements, potentially leading to data exfiltration, modification of system configurations, or administrative access to the underlying PostgreSQL instance. As this is an unauthenticated vector, it is accessible to any remote actor capable of reaching the R2R API.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch R2R instances to a version higher than 3.6.6 immediately.</li>
<li>Implement strict input validation on the index name parameter to ensure it conforms to expected identifier patterns (e.g., alphanumeric only).</li>
<li>Review database logs for unexpected DDL statements or queries originating from the R2R service account.</li>
<li>Restrict network access to the R2R vector index creation API to authorized clients only via firewall or proxy rules.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>