Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Netflix/lemur/commit/edca0390f930344d65ff4ca37a669c2320e3dfad
- https://github.com/Netflix/lemur/releases/tag/v1.9.3
- https://github.com/Netflix/lemur/security/advisories/GHSA-v5rc-cpwc-cfpr
- https://github.com/Netflix/lemur/security/advisories/GHSA-v5rc-cpwc-cfpr
FAQ
What is CVE-2026-71303?
CVE-2026-71303 is a vulnerability with a CVSS score of 7.7 (HIGH). 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/aut...
How severe is CVE-2026-71303?
CVE-2026-71303 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-71303?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.