PatchSiren cyber security CVE debrief
CVE-2026-71322 Netflix CVE debrief
A vulnerability in Lemur's CertificateExport feature allowed plugins that did not require a private key to receive one, bypassing ownership checks and potentially logging misleading audit entries. This issue was addressed in version 1.9.3. The vulnerability involves a flawed implementation of the CertificateExport feature in Lemur, which failed to properly restrict private key access to plugins that declared requires_key as false. Consequently, such plugins could receive and potentially misuse private keys, bypassing intended ownership checks and logging misleading key_view audit events. The fix in version 1.9.3 ensures that plugins only receive private keys if they require them,
- Vendor
- Netflix
- Product
- lemur
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-08
Who should care
Defenders managing TLS certificate creation and plugin-based systems using Lemur should assess exposure and verify their installation is at or above version 1.9.3. Roles include security teams, system administrators, and developers integrating with Lemur.
Why it matters
Defenders should care about CVE-2026-71322 because it involves a vulnerability in Lemur's CertificateExport feature that could lead to unintended private key exposure and misleading audit logs. The issue requires verification of Lemur installations and plugin configurations, especially for those using plugins that do not require private keys. The fix in version 1.9.3 limits private key access and logging to actual exports, reducing potential impact.
- Potential exposure of private keys to plugins not requiring them
- Misleading audit log entries for key_view events
- Bypass of intended ownership checks for private key exports
- Verification priority for Lemur installations and plugin configurations
Technical summary
The CertificateExport feature in Lemur, prior to version 1.9.3, did not properly restrict private key access to plugins that declared requires_key as false. This allowed such plugins to receive and potentially misuse private keys, bypassing intended ownership checks and logging misleading key_view audit events. The fix in version 1.9.3 ensures that plugins only receive private keys if they require them, and ownership checks and key_view logging are limited to actual private-key exports.
Defensive priority
Defenders should prioritize verifying their Lemur installation is at or above version 1.9.3, especially if using plugins that do not require private keys.
Recommended defensive actions
- Verify Lemur installation is at or above version 1.9.3
- Review plugins that do not require private keys and ensure they do not consume or misuse private keys
- Monitor audit logs for misleading or suspicious key_view events
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, its impact, and the fix in Lemur version 1.9.3. GitHub references offer additional context from the developer. The vulnerability was addressed by ensuring plugins only receive private keys if they require them, and ownership checks and key_view logging are limited to actual private-key exports. The fix was implemented in version 1.9.3, and defenders should verify their Lemur installation is at or above this version, especially if using plugins that do not require
Sources and references
Verified primary and authoritative sources
-
CVE-2026-71322 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-71322
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-71322 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-71322
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Netflix/lemur/commit/5683bbea8b10cce07f9a8abf1e4a7d3b2031c585
-
Source reference
Unverified legacy reference
URL: https://github.com/Netflix/lemur/releases/tag/v1.9.3
-
Source reference
Unverified legacy reference
URL: https://github.com/Netflix/lemur/security/advisories/GHSA-4h97-p9wq-chqj
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.