CVE-2026-55165
Last modified
CVE-2026-55165 is a medium-severity vulnerability rated 4.8/10 on the CVSS scale. Lemur manages TLS certificate creation. Prior to 1.9.2, the JWT verifier in lemur/auth/service.py:130-137 used fetch_token_header to read header_data["alg"] from an unverified token and passed that attacker-controlled value to decode_with_multiple_secrets. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
Lemur manages TLS certificate creation. Prior to 1.9.2, the JWT verifier in lemur/auth/service.py:130-137 used fetch_token_header to read header_data["alg"] from an unverified token and passed that attacker-controlled value to decode_with_multiple_secrets. PyJWT 2.x rejects alg=none with the configured key, so the flaw is a defense-in-depth gap rather than a direct authentication bypass in the shipped configuration. The unpinned algorithm can become exploitable after an asymmetric-signing migration through algorithm confusion, and it weakens algorithm-based anomaly detection because the token chooses the recorded value. A separate disclosure of LEMUR_TOKEN_SECRET would also permit forged HS256 tokens, although that disclosure is an independent prerequisite. The fix introduces the server-controlled LEMUR_TOKEN_ALGORITHMS allowlist and defaults it to HS256. This issue is fixed in version 1.9.2.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Netflix | lemur | < 1.9.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55165?
How severe is CVE-2026-55165?
How do I fix CVE-2026-55165?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55158Conflibot warns in advance when merging a pull request will …9.1
- CVE-2026-55159luci-app-adblock-fast a WebUI for fast, lightweight DNS-base…8.8
- CVE-2026-5516IBM WebSphere Application Server - Liberty 22.0.0.11 through…5.9
- CVE-2026-55162Lemur manages TLS certificate creation. Prior to 1.9.2, lemu…6.3
- CVE-2026-55163Lemur manages TLS certificate creation. Prior to 1.9.2, PUT …6.3
- CVE-2026-55164Lemur manages TLS certificate creation. Prior to 1.9.2, lemu…4.9
- CVE-2026-55166Lemur manages TLS certificate creation. Prior to 1.9.2, auth…9.9
- CVE-2026-55168Runtipi is a personal homeserver orchestrator. In 4.10.0 and…6.5
- CVE-2026-55170OpenFGA is an authorization/permission engine built for deve…5.4
- CVE-2026-55173WWBN AVideo is an open source video platform. Versions 29.0 …8.1
- CVE-2026-55175Spinnaker is an open source, multi-cloud continuous delivery…7.5
- CVE-2026-55178GeoLens is a self-hosted geospatial data catalog with semant…7.5
Are you affected by CVE-2026-55165?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
