๐Ÿ” CVE Alert

CVE-2026-71417

HIGH 7.3

Lemur: Any user can revoke arbitrary certificates at the CA by uploading a duplicate record and revoking it

CVSS Score
7.3
EPSS Score
0.0%
EPSS Percentile
0th

Lemur manages TLS certificate creation. Prior to 1.9.3, POST /api/1/certificates/upload allowed a non-read-only user to create a duplicate row using another certificate body, authority_id, serial, or external_id without requiring permission on the underlying authority. PUT /api/1/certificates//revoke authorized the caller against only the selected Lemur row, so the creator of the duplicate bypassed CertificatePermission. The duplicate had no cert.endpoints, which also bypassed the safeguard that prevents revocation of deployed certificates. Issuer plugins then revoked the real CA-side certificate using certificate.body or external_id under the stored authority credentials. An attacker could therefore revoke arbitrary managed certificates and cause fleet-wide TLS denial of service. The fix rejects duplicate authority_id and serial identities, requires authority access on upload, and checks every matching row during revocation. This issue is fixed in version 1.9.3.

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

Get instant alerts for netflix lemur

Be the first to know when new high 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:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
High

Affected Versions

Netflix / lemur
< 1.9.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Netflix/lemur/security/advisories/GHSA-pxmc-2ffp-8j67 github.com: https://github.com/Netflix/lemur/commit/851389ae737a6d6bf16c1f9ca64a2ce56c1cc5c6 github.com: https://github.com/Netflix/lemur/releases/tag/v1.9.3