๐Ÿ” CVE Alert

CVE-2026-55163

MEDIUM 6.3

Lemur: Privilege escalation via PUT /api/1/roles/<id> โ€” non-admin role members can rewrite role membership

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
0th

Lemur manages TLS certificate creation. Prior to 1.9.2, PUT /api/1/roles/ in lemur/roles/views.py:298 authorized updates with RoleMemberPermission(role_id), which allowed either an administrator or any existing member of the target role. The handler passed data["users"] and data["name"] to service.update, allowing a non-admin member to add or remove other users and rename the role. This enabled lateral privilege grants within roles that control certificate and authority access and could deny access by removing legitimate members. The DELETE handler already required admin_permission, confirming that the weaker PUT authorization was inconsistent. The fix applies the same administrator-only requirement to the PUT handler. This issue is fixed in version 1.9.2.

CWE CWE-863
Vendor netflix
Product lemur
Published Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for netflix lemur

Be the first to know when new medium vulnerabilities affecting netflix lemur 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:L/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Affected Versions

Netflix / lemur
< 1.9.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Netflix/lemur/security/advisories/GHSA-x3vf-mgxj-7785 github.com: https://github.com/Netflix/lemur/commit/9523a3b9cb3170ec9f795162b8c60e1ad3c4f9ce github.com: https://github.com/Netflix/lemur/releases/tag/v1.9.2