CVE-2026-92783 Details
Description
Yeti through 2.11.0 fails to validate caller permissions in the DELETE /api/v2/rbac/{id} endpoint, allowing users with read access to delete access control relationships. Attackers can revoke the owner's grant and permanently lock legitimate owners out of objects.
A vulnerability exists in Yeti versions through 2.11.0, where the DELETE /api/v2/rbac/{id} endpoint lacks proper authorization checks. This flaw enables users with only read access to delete access control relationships, effectively revoking ownership rights and locking legitimate owners out of their objects. The issue arises because the endpoint does not require verification of permissions before allowing deletions, contrary to similar endpoints that enforce ownership checks.
The Yeti development team should be notified to implement a fix. The suggested remediation is to modify the delete() function in the rbac.py file to require ownership permissions on the target object before allowing deletion, similar to the existing update_member endpoint.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 16, 2026CISA-ADP
Assessed Sep 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/yeti-platform/yeti | [email protected] | Vendor |
| https://github.com/yeti-platform/yeti/blob/2.5.1/core/web/apiv2/rbac.py#L110-L116 | [email protected] | Source CodeVendor |
| https://github.com/yeti-platform/yeti/blob/2.5.1/core/web/apiv2/rbac.py#L52-L53 | [email protected] | Source CodeVendor |
| https://github.com/yeti-platform/yeti/issues/1349 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/yeti-through-2.11.0-missing-authorization-on-rbac-relationship-deletion | [email protected] | AdvisoryVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Yeti | <= 2.11.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 17, 2026 | CVE Modified | CISA-ADP |
| Sep 16, 2026 | New CVE Received | [email protected] |
Volerion