CVE-2026-59093

Source
https://cve.org/CVERecord?id=CVE-2026-59093
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59093.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-59093
Downstream
Published
2026-07-02T19:40:22.778Z
Modified
2026-07-09T04:00:55.303689463Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
Weaviate < 1.38.0 - Privilege Escalation via Unchecked Permissions in RBAC Role Assignment
Details

Weaviate before 1.38.0 does not verify that a principal performing an RBAC role assignment holds the permissions granted by the assigned role. The assignRoleToUser and assignRoleToGroup handlers (POST /authz/users/{id}/assign and /authz/groups/{id}/assign) authorize only that the caller may assign roles to the target user or group, not the permissions contained in the assigned roles, unlike role creation which enforces that a user can only create roles with permissions less than or equal to its own. A user holding only the delegated assignandrevokeusers or assignandrevokegroups permission can assign the built-in admin role, or any high-privilege custom role, to itself or others, escalating to full administrative control of the database.

Database specific
{
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
        "CWE-266"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/59xxx/CVE-2026-59093.json"
}
References

Affected packages

Git / github.com/weaviate/weaviate

Affected ranges

Type
GIT
Repo
https://github.com/weaviate/weaviate
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.38.0"
        }
    ],
    "cpe": "cpe:2.3:a:weaviate:weaviate:*:*:*:*:*:*:*:*",
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59093.json"