SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-71317

MEDIUM · CVSS 6.5 EPSS 0.12% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Lemur's TLS certificate management system is vulnerable in versions prior to 1.9.3, allowing authenticated non-read-only users to create a sub-CA linked to an internal root authority without proper permissions. This flaw enables unauthorized issuance of trusted certificates, potentially compromising the integrity of the certificate management process. Organizations using Lemur for TLS management should prioritize upgrading to version 1.9.3 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71317
Severity
MEDIUM
CVSS
6.5
EPSS
0.12%

Original NVD Description

Lemur manages TLS certificate creation. Prior to 1.9.3, POST /api/1/authorities with type=subca did not require AuthorityPermission on the parent authority when ADMIN_ONLY_AUTHORITY_CREATION was false. AssociatedAuthoritySchema resolved the caller-supplied parent and passed it through authority creation to cryptography-issuer, which used the parent authority_certificate.private_key to sign a new intermediate. Any authenticated non-read-only user in that supported configuration could chain a sub-CA to an internal root for which the user held no role. The resulting intermediate could issue trusted certificates and its private key could be used outside Lemur, bypassing normal issuance controls. The fix checks AuthorityPermission on every supplied parent before invoking the issuer. This issue is fixed in version 1.9.3.