๐Ÿ” CVE Alert

CVE-2026-71303

HIGH 7.7

Lemur: Incomplete fix for CVE-2026-55166 -- ACME authority update endpoint allows non-admin to replace `acme_url` with internal IP, bypassing allowlist

CVSS Score
7.7
EPSS Score
0.0%
EPSS Percentile
0th

Lemur manages TLS certificate creation. Prior to 1.9.3, _validate_acme_url enforced ACME_DIRECTORY_HOST_ALLOWLIST when an authority was created, but PUT /api/1/authorities/ passed options to lemur/authorities/service.py without applying the same check. A user holding an authority role could replace the stored acme_url with an internal service or instance-metadata URL such as 169.254.169.254. The next issuance operation loaded that value and passed it to ClientV2.get_directory, causing an outbound request from the Lemur backend. This bypassed the creation-time mitigation for CVE-2026-55166 and could expose internal services or cloud metadata. The fix revalidates acme_url whenever authority options are updated. This issue is fixed in version 1.9.3.

CWE CWE-918
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:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

Netflix / lemur
< 1.9.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Netflix/lemur/security/advisories/GHSA-v5rc-cpwc-cfpr github.com: https://github.com/Netflix/lemur/commit/edca0390f930344d65ff4ca37a669c2320e3dfad github.com: https://github.com/Netflix/lemur/releases/tag/v1.9.3