CVE-2026-93854
Last modified
CVE-2026-93854 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. In OpenStack Blazar before 17.0.1, the V2 lease API does not enforce object-level authorization on its update and delete operations (PUT /v2/leases/{lease_id} and DELETE /v2/leases/{lease_id}). The policy authorize() wrapper attempts to load the target lease to build the authorization target from its owner, but it looks up the lease under the keyword "lease_id" whereas the controller methods name the parameter "id" (and the wsme_pecan.wsexpose wrapper delivers it positionally).
Description
In OpenStack Blazar before 17.0.1, the V2 lease API does not enforce object-level authorization on its update and delete operations (PUT /v2/leases/{lease_id} and DELETE /v2/leases/{lease_id}). The policy authorize() wrapper attempts to load the target lease to build the authorization target from its owner, but it looks up the lease under the keyword "lease_id" whereas the controller methods name the parameter "id" (and the wsme_pecan.wsexpose wrapper delivers it positionally). The lookup returns None, and thus authorization falls back to the requesting user's own project_id/user_id instead of the target lease owner. Any authenticated user who knows a lease ID can therefore modify or delete leases belonging to other users and projects, bypassing the intended ownership check.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| OpenStack | Blazar | >= 1.0.0, < 15.1.1; >= 16.0.0, < 16.0.1; >= 17.0.0, < 17.0.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93854?
How severe is CVE-2026-93854?
How do I fix CVE-2026-93854?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93839LightLLM through 1.2.0 contains an authentication bypass vul…9.8
- CVE-2026-9384A vulnerability was found in Totolink A8000RU 7.1cu.643_b202…9.8
- CVE-2026-93840vLLM before 0.29.0 validates allowed_token_ids against token…3.7
- CVE-2026-93841vLLM through 0.29.0 contains a memory corruption vulnerabili…3.7
- CVE-2026-9385A vulnerability was determined in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-93852In OpenStack Blazar before 17.0.1, the V2 lease listing oper…7.1
- CVE-2026-9386A vulnerability was identified in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-93868Cotonti through 1.0.0 derives password recovery validation t…8.1
- CVE-2026-93869Cotonti through 1.0.0 contains an open redirect vulnerabilit…6.1
- CVE-2026-9387A security flaw has been discovered in Totolink A8000RU 7.1c…9.8
- CVE-2026-93870Cotonti through 1.0.0 fails to validate anti-CSRF tokens in …4.3
- CVE-2026-93871Cotonti through 1.0.0 fails to validate redirect destination…5.4
Are you affected by CVE-2026-93854?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
