๐Ÿ” CVE Alert

CVE-2026-70667

MEDIUM 6.3

Lemur: SSRF protection in certificate revocation checking bypassable via HTTP redirects and DNS rebinding (incomplete fix for CVE-2026-55162)

CVSS Score
6.3
EPSS Score
0.0%
EPSS Percentile
0th

Lemur manages TLS certificate creation. Prior to 1.9.3, _validate_revocation_url in lemur/certificates/verify.py checked the original CRL or OCSP URL but the later request could reach a different destination. The CRL requests.get call followed HTTP redirects without validating each Location target, so a public attacker-controlled URL could redirect to loopback, RFC1918, link-local, or instance-metadata addresses. Validation and connection also performed separate DNS resolutions, creating a time-of-check time-of-use window for DNS rebinding on both CRL and OCSP paths. An operator uploading a certificate through POST /api/1/certificates/upload could therefore induce blind internal requests despite the earlier mitigation. The fix disables redirects and pins validated addresses while preserving the correct Host value. This issue is fixed in version 1.9.3.

CWE CWE-367 CWE-918
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.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Netflix/lemur/security/advisories/GHSA-f3qq-49m6-rw8f github.com: https://github.com/Netflix/lemur/commit/ed504a830f38a83825b1570302e9f38d6553938a github.com: https://github.com/Netflix/lemur/releases/tag/v1.9.3