CVE-2026-71417
WysokieCVSS 7.3Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 0 - wyżej niż 0% wszystkich znanych CVE
Streszczenie
Lemur przed wersją 1.9.3 zawiera podatność w endpointach API, która pozwala nieuprzywilejowanemu użytkownikowi na utworzenie duplikatu certyfikatu bez wymaganych uprawnień, a następnie na jego unieważnienie, co może prowadzić do odmowy usługi dla wszystkich certyfikatów. Poprawka w wersji 1.9.3 odrzuca duplikaty i wymaga uprawnień do autorytetu.
Ocena ryzyka
Ryzyko obejmuje możliwość unieważnienia dowolnych certyfikatów, co może spowodować przerwy w działaniu usług TLS w całej infrastrukturze.
Rekomendacja
Zaleca się aktualizację Lemur do wersji 1.9.3 lub nowszej, która zawiera poprawkę eliminującą tę podatność.
Oryginalny opis (angielski, źródło NVD)
Lemur manages TLS certificate creation. Prior to 1.9.3, POST /api/1/certificates/upload allowed a non-read-only user to create a duplicate row using another certificate body, authority_id, serial, or external_id without requiring permission on the underlying authority. PUT /api/1/certificates//revoke authorized the caller against only the selected Lemur row, so the creator of the duplicate bypassed CertificatePermission. The duplicate had no cert.endpoints, which also bypassed the safeguard that prevents revocation of deployed certificates. Issuer plugins then revoked the real CA-side certificate using certificate.body or external_id under the stored authority credentials. An attacker could therefore revoke arbitrary managed certificates and cause fleet-wide TLS denial of service. The fix rejects duplicate authority_id and serial identities, requires authority access on upload, and checks every matching row during revocation. This issue is fixed in version 1.9.3.

