๐Ÿ” CVE Alert

CVE-2026-59093

HIGH 8.8

Weaviate < 1.38.0 - Privilege Escalation via Unchecked Permissions in RBAC Role Assignment

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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 assign_and_revoke_users or assign_and_revoke_groups 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.

CWE CWE-266
Vendor weaviate
Product weaviate
Published Jul 2, 2026
Stay Ahead of the Next One

Get instant alerts for weaviate weaviate

Be the first to know when new high vulnerabilities affecting weaviate weaviate are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

weaviate / weaviate
0 < 1.38.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/weaviate/weaviate/releases/tag/v1.38.0 github.com: https://github.com/weaviate/weaviate/pull/11493 github.com: https://github.com/weaviate/weaviate/commit/2c75f6fb217631f7751c4b2a7d37a488cef13edb vulncheck.com: https://www.vulncheck.com/advisories/weaviate-privilege-escalation-via-unchecked-permissions-in-rbac-role-assignment

Credits

George Chen