Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55866
Published:June 19, 2026
Updated:August 27, 2026
Under concurrency, "CheckPermission" and "CheckBulkPermissions" can return "PERMISSIONSHIP_HAS_PERMISSION" for a (resource, permission, subject) whose correct answer is "PERMISSIONSHIP_CONDITIONAL_PERMISSION". You are impacted if all of the following hold: 1. Your schema has a permission combining relations with an intersection or exclusion, where a subject reaches it through a caveated branch and a non-caveated branch. For example: 2. A subject reaches the permission via the caveated edge: 3. Your workload issues "LookupResources" with a "context" request parameter, concurrently with "CheckPermission/CheckBulkPermissions" for the same subject/resource, and 4. The dispatch result cache is enabled. When all of the above are true, there is an intermittent window in which: "CheckPermission(document:firstdoc, has_permission, user:caveatedreader)" → HAS_PERMISSION (incorrect; should be CONDITIONAL_PERMISSION) "CheckPermission(document:firstdoc, has_permission, user:caveatedreader, context = {"somecondition": 41})" → HAS_PERMISSION (incorrect; should be NO_PERMISSION)
Affected Packages
https://github.com/authzed/spicedb.git (GITHUB):
Affected version(s) >=v1.34.0 <v1.54.0
Fix Suggestion:
Update to version v1.54.0
github.com/authzed/spicedb (GO):
Affected version(s) >=v1.34.0 <v1.54.0
Fix Suggestion:
Update to version v1.54.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
3.7
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Incorrect Authorization