Lucene search
+L

1198705 matches found

CVE
CVE
added 2026/08/18 6:53 p.m.62 views

CVE-2026-55164

Netflix Lemur before 1.9.2 stores admin-set passwords in plaintext: lemur.users.service.update() assigns the password directly to User.password without calling hash_password(), and the model only registers a bcrypt before_insert listener, not before_update. A database or backup compromise exposes...

4.9CVSS5.4AI score0.00234EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 6:53 p.m.18 views

CVE-2026-55164 Lemur: Plaintext password storage in Lemur user-update path

Lemur manages TLS certificate creation. Prior to 1.9.2, lemur.users.service.update assigned a replacement password directly to users.password, while lemur/users/models.py registered User.hashpassword only for the beforeinsert event. Because no beforeupdate listener ran, administrator-initiated...

4.9CVSS0.00234EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 6:53 p.m.8 views

EUVD-2026-61150

Lemur manages TLS certificate creation. Prior to 1.9.2, lemur.users.service.update assigned a replacement password directly to users.password, while lemur/users/models.py registered User.hashpassword only for the beforeinsert event. Because no beforeupdate listener ran, administrator-initiated...

4.9CVSS5.4AI score0.00234EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/18 6:53 p.m.5 views

CVE-2026-55164 Lemur: Plaintext password storage in Lemur user-update path

Lemur manages TLS certificate creation. Prior to 1.9.2, lemur.users.service.update assigned a replacement password directly to users.password, while lemur/users/models.py registered User.hashpassword only for the beforeinsert event. Because no beforeupdate listener ran, administrator-initiated...

4.9CVSS5.4AI score0.00234EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 6:52 p.m.21 views

CVE-2026-55162 Lemur: Post-authentication SSRF via certificate verification - attacker-controlled CRL and OCSP URLs in uploaded certificates

Lemur manages TLS certificate creation. Prior to 1.9.2, lemur/certificates/verify.py accepted CRL Distribution Point and OCSP responder URLs from uploaded certificate extensions and used them in crlverify and ocspverify without adequate destination validation. An authenticated operator could subm...

6.3CVSS0.00165EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 6:52 p.m.40 views

CVE-2026-55162

Netflix Lemur versions before 1.9.2 are vulnerable to post-authentication SSRF: lemur/certificates/verify.py passes attacker-controlled CRL Distribution Point and OCSP responder URLs from uploaded certificate extensions directly to requests.get() and openssl ocsp without destination validation, e...

6.3CVSS5.4AI score0.00165EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 6:52 p.m.7 views

EUVD-2026-61149

Lemur manages TLS certificate creation. Prior to 1.9.2, lemur/certificates/verify.py accepted CRL Distribution Point and OCSP responder URLs from uploaded certificate extensions and used them in crlverify and ocspverify without adequate destination validation. An authenticated operator could subm...

6.3CVSS5.4AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 6:52 p.m.3 views

CVE-2026-55162 Lemur: Post-authentication SSRF via certificate verification - attacker-controlled CRL and OCSP URLs in uploaded certificates

Lemur manages TLS certificate creation. Prior to 1.9.2, lemur/certificates/verify.py accepted CRL Distribution Point and OCSP responder URLs from uploaded certificate extensions and used them in crlverify and ocspverify without adequate destination validation. An authenticated operator could subm...

6.3CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 6:51 p.m.21 views

CVE-2026-55166 Lemur: any SSO-authenticated user achieves AWS IAM compromise and permanent PKI key access via ACME acme_url SSRF and creator-equality IDOR

Lemur manages TLS certificate creation. Prior to 1.9.2, authenticated users could influence an ACME authority acmeurl without an effective server-side destination restriction and trigger AcmeHandler.setupacmeclient to make backend requests. An attacker could target cloud instance metadata or...

9.9CVSS0.00217EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 6:51 p.m.4 views

CVE-2026-55166 Lemur: any SSO-authenticated user achieves AWS IAM compromise and permanent PKI key access via ACME acme_url SSRF and creator-equality IDOR

Lemur manages TLS certificate creation. Prior to 1.9.2, authenticated users could influence an ACME authority acmeurl without an effective server-side destination restriction and trigger AcmeHandler.setupacmeclient to make backend requests. An attacker could target cloud instance metadata or...

9.9CVSS5.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/18 6:51 p.m.7 views

CVE-2026-55166 Lemur: any SSO-authenticated user achieves AWS IAM compromise and permanent PKI key access via ACME acme_url SSRF and creator-equality IDOR

Lemur manages TLS certificate creation. Prior to 1.9.2, authenticated users could influence an ACME authority acmeurl without an effective server-side destination restriction and trigger AcmeHandler.setupacmeclient to make backend requests. An attacker could target cloud instance metadata or...

9.9CVSS5.4AI score0.00217EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 6:51 p.m.6 views

EUVD-2026-61148

Lemur manages TLS certificate creation. Prior to 1.9.2, authenticated users could influence an ACME authority acmeurl without an effective server-side destination restriction and trigger AcmeHandler.setupacmeclient to make backend requests. An attacker could target cloud instance metadata or...

9.9CVSS5.4AI score0.00217EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 6:51 p.m.65 views

CVE-2026-55166

A low-privilege SSO-authenticated user chains three flaws in Netflix Lemur prior to 1.9.2: an unfiltered acme_url SSRF to AWS IMDS (CWE-918) exfiltrates worker STS credentials, while a creator-equality IDOR (CWE-639) at certificates/views.py:734 grants permanent private-key access after ownership...

9.9CVSS5.4AI score0.00217EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 6:50 p.m.21 views

CVE-2026-55163 Lemur: Privilege escalation via PUT /api/1/roles/<id> — non-admin role members can rewrite role membership

Lemur manages TLS certificate creation. Prior to 1.9.2, PUT /api/1/roles/ in lemur/roles/views.py:298 authorized updates with RoleMemberPermissionroleid, which allowed either an administrator or any existing member of the target role. The handler passed data"users" and data"name" to service.updat...

6.3CVSS0.00165EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 6:50 p.m.33 views

CVE-2026-55163

Lemur (Netflix TLS certificate management tool) has an authorization bypass in PUT /api/1/roles/ (lemur/roles/views.py:298): RoleMemberPermission uses OR-semantics, so any existing role member can add/remove other users and rename the role. The companion DELETE handler already required admin perm...

6.3CVSS5.3AI score0.00165EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 6:50 p.m.6 views

EUVD-2026-61147

Lemur manages TLS certificate creation. Prior to 1.9.2, PUT /api/1/roles/ in lemur/roles/views.py:298 authorized updates with RoleMemberPermissionroleid, which allowed either an administrator or any existing member of the target role. The handler passed data"users" and data"name" to service.updat...

6.3CVSS5.4AI score0.00165EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/18 6:50 p.m.6 views

CVE-2026-55163 Lemur: Privilege escalation via PUT /api/1/roles/<id> — non-admin role members can rewrite role membership

Lemur manages TLS certificate creation. Prior to 1.9.2, PUT /api/1/roles/ in lemur/roles/views.py:298 authorized updates with RoleMemberPermissionroleid, which allowed either an administrator or any existing member of the target role. The handler passed data"users" and data"name" to service.updat...

6.3CVSS5.3AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 6:50 p.m.3 views

CVE-2026-55163 Lemur: Privilege escalation via PUT /api/1/roles/<id> — non-admin role members can rewrite role membership

Lemur manages TLS certificate creation. Prior to 1.9.2, PUT /api/1/roles/ in lemur/roles/views.py:298 authorized updates with RoleMemberPermissionroleid, which allowed either an administrator or any existing member of the target role. The handler passed data"users" and data"name" to service.updat...

6.3CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/18 6:49 p.m.6 views

CVE-2026-55165 Lemur : JWT verifier trusts attacker-supplied alg from token header — defense-in-depth gap; chain-dependent ATO with secret disclosure

Lemur manages TLS certificate creation. Prior to 1.9.2, the JWT verifier in lemur/auth/service.py:130-137 used fetchtokenheader to read headerdata"alg" from an unverified token and passed that attacker-controlled value to decodewithmultiplesecrets. PyJWT 2.x rejects alg=none with the configured...

4.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 6:49 p.m.22 views

CVE-2026-55165 Lemur : JWT verifier trusts attacker-supplied alg from token header — defense-in-depth gap; chain-dependent ATO with secret disclosure

Lemur manages TLS certificate creation. Prior to 1.9.2, the JWT verifier in lemur/auth/service.py:130-137 used fetchtokenheader to read headerdata"alg" from an unverified token and passed that attacker-controlled value to decodewithmultiplesecrets. PyJWT 2.x rejects alg=none with the configured...

4.8CVSS0.00126EPSS
SaveExploits0References3
Rows per page
Query Builder