ZeroHour

CVE-2026-82271

IDOR in R2R conversation handlers lets users tamper with others' conversations

CVSS 4.0
7.1 high
EPSS
<1%p13
Published
()
Modified
AI analysis

CVE-2026-82271 is an authorization bypass (CWE-639, insecure direct object reference) in R2R through 3.6.5: the conversation update and message handlers do not verify that a conversation identifier supplied by the caller belongs to that user. An authenticated user can submit a conversation ID owned by another user over the network (CVSS vector: AV:N/PR:L/UI:N) to rename that conversation or append new messages to it. The attacker gains unauthorized modification of other users' conversation state and can inject malicious or misleading content, with integrity impact rated high and no confidentiality impact per the CVSS scoring. Any R2R deployment running version 3.6.5 or earlier whose conversation endpoints are reachable by authenticated users is affected. No exploitation is currently known: there is no public proof-of-concept, it is not listed in CISA KEV, and EPSS estimates only a 0.2% probability of exploitation within 30 days.

What to do: Upgrade to the first R2R release after 3.6.5 once available (the fixed version is not specified in the available data) and verify the fix adds server-side ownership validation of conversation identifiers in the update and message handlers. As interim mitigation, limit which authenticated accounts can reach the conversation endpoints and monitor conversation histories for unexpected renames or appended messages. Since exploitation requires valid credentials, review any shared or low-trust accounts if conversation tampering is suspected.

Affected
R2R (application with conversation/message handling functionality)all versions through and including 3.6.5
Estimated exposure
No basis for an estimate.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

R2R through 3.6.5 fails to properly validate user ownership in conversation update and message handlers, allowing authenticated users to modify other users' conversations. Attackers can supply arbitrary conversation identifiers to rename conversations and append messages to other users' conversation histories, corrupting state and injecting malicious content.

Weakness
CWE-639
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.