Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities by SciPhi-AI
CVE-2026-82271 (GCVE-0-2026-82271)
Vulnerability from nvd – Published: 2026-08-28 16:18 – Updated: 2026-08-28 16:18
VLAI
EPSS
VEX
Title
R2R Missing Ownership Check Allows Modifying Other Users' Conversations
Summary
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.
Severity
CWE
- CWE-639 - Authorization Bypass Through User-Controlled Key
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/SciPhi-AI/R2R/issues/2292 | issue-tracking |
| https://github.com/SciPhi-AI/R2R | product |
| https://github.com/SciPhi-AI/R2R/blob/9c5a94d151f… | technical-description |
| https://www.vulncheck.com/advisories/r2r-missing-… | third-party-advisory |
Date Public
2026-06-02 00:00
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageName": "r2r",
"product": "R2R",
"vendor": "SciPhi-AI",
"versions": [
{
"lessThanOrEqual": "3.6.5",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "George Chen"
}
],
"datePublic": "2026-06-02T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "R2R through 3.6.5 fails to properly validate user ownership in conversation update and message handlers, allowing authenticated users to modify other users\u0027 conversations. Attackers can supply arbitrary conversation identifiers to rename conversations and append messages to other users\u0027 conversation histories, corrupting state and injecting malicious content."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-639",
"description": "Authorization Bypass Through User-Controlled Key",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-28T16:18:54.164Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Issue #2292",
"tags": [
"issue-tracking"
],
"url": "https://github.com/SciPhi-AI/R2R/issues/2292"
},
{
"tags": [
"product"
],
"url": "https://github.com/SciPhi-AI/R2R"
},
{
"name": "Vulnerable code: conversations_router.py",
"tags": [
"technical-description"
],
"url": "https://github.com/SciPhi-AI/R2R/blob/9c5a94d151f90876bd7eb860f300a8fd662dc481/py/core/main/api/v3/conversations_router.py"
},
{
"name": "VulnCheck Advisory: R2R Missing Ownership Check Allows Modifying Other Users\u0027 Conversations",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/r2r-missing-ownership-check-allows-modifying-other-users-conversations"
}
],
"title": "R2R Missing Ownership Check Allows Modifying Other Users\u0027 Conversations",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-82271",
"datePublished": "2026-08-28T16:18:54.164Z",
"dateReserved": "2026-08-28T11:12:38.809Z",
"dateUpdated": "2026-08-28T16:18:54.164Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-82271 (GCVE-0-2026-82271)
Vulnerability from cvelistv5 – Published: 2026-08-28 16:18 – Updated: 2026-08-28 16:18
VLAI
EPSS
VEX
Title
R2R Missing Ownership Check Allows Modifying Other Users' Conversations
Summary
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.
Severity
CWE
- CWE-639 - Authorization Bypass Through User-Controlled Key
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/SciPhi-AI/R2R/issues/2292 | issue-tracking |
| https://github.com/SciPhi-AI/R2R | product |
| https://github.com/SciPhi-AI/R2R/blob/9c5a94d151f… | technical-description |
| https://www.vulncheck.com/advisories/r2r-missing-… | third-party-advisory |
Date Public
2026-06-02 00:00
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageName": "r2r",
"product": "R2R",
"vendor": "SciPhi-AI",
"versions": [
{
"lessThanOrEqual": "3.6.5",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "George Chen"
}
],
"datePublic": "2026-06-02T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "R2R through 3.6.5 fails to properly validate user ownership in conversation update and message handlers, allowing authenticated users to modify other users\u0027 conversations. Attackers can supply arbitrary conversation identifiers to rename conversations and append messages to other users\u0027 conversation histories, corrupting state and injecting malicious content."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-639",
"description": "Authorization Bypass Through User-Controlled Key",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-28T16:18:54.164Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Issue #2292",
"tags": [
"issue-tracking"
],
"url": "https://github.com/SciPhi-AI/R2R/issues/2292"
},
{
"tags": [
"product"
],
"url": "https://github.com/SciPhi-AI/R2R"
},
{
"name": "Vulnerable code: conversations_router.py",
"tags": [
"technical-description"
],
"url": "https://github.com/SciPhi-AI/R2R/blob/9c5a94d151f90876bd7eb860f300a8fd662dc481/py/core/main/api/v3/conversations_router.py"
},
{
"name": "VulnCheck Advisory: R2R Missing Ownership Check Allows Modifying Other Users\u0027 Conversations",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/r2r-missing-ownership-check-allows-modifying-other-users-conversations"
}
],
"title": "R2R Missing Ownership Check Allows Modifying Other Users\u0027 Conversations",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-82271",
"datePublished": "2026-08-28T16:18:54.164Z",
"dateReserved": "2026-08-28T11:12:38.809Z",
"dateUpdated": "2026-08-28T16:18:54.164Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}