CVE-2026-48508
Last modified
CVE-2026-48508 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. Lemur manages TLS certificate creation. Prior to 1.9.1, StrictRolePermission and AuthorityCreatorPermission in lemur/auth/permissions.py call flask_principal.Permission.__init__() with zero Need objects when ADMIN_ONLY_AUTHORITY_CREATION and LEMUR_STRICT_ROLE_ENFORCEMENT are unset because both flags default to False. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
Lemur manages TLS certificate creation. Prior to 1.9.1, StrictRolePermission and AuthorityCreatorPermission in lemur/auth/permissions.py call flask_principal.Permission.__init__() with zero Need objects when ADMIN_ONLY_AUTHORITY_CREATION and LEMUR_STRICT_ROLE_ENFORCEMENT are unset because both flags default to False. Flask-Principal Permission.allows() returns True when self.needs is empty, so the .can() authorization gate permits every authenticated identity, including the read-only role. A read-only user can access POST /api/1/authorities, POST /api/1/certificates/upload, POST /api/1/pending_certificates//upload, POST /api/1/notifications, PUT or DELETE /api/1/notifications/, and POST /api/1/domains to create root Certificate Authorities, upload arbitrary certificates, create or edit notifications that reach an SSRF sink, and create domain entries. Explicitly setting either flag to False continues to opt into the permissive behavior. This issue is fixed in version 1.9.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Netflix | lemur | < 1.9.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48508?
How severe is CVE-2026-48508?
How do I fix CVE-2026-48508?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- 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-48501GitHub CLI (gh) is GitHub’s official command line tool. Prio…9.1
- CVE-2026-48502MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48504OpenTelemetry Rust is the Rust OpenTelemetry implementation.…5.3
- CVE-2026-48505Filament is a collection of full-stack components for accele…7.4
- CVE-2026-48506MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48507Snipe-IT is an IT asset/license management system. A vulnera…7.1
- CVE-2026-48509MessagePack for C# is a MessagePack serializer for C#. Prior…9.1
- CVE-2026-4851GRID::Machine versions through 0.127 for Perl allows arbitra…9.8
- CVE-2026-48510MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48511MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48512MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
- CVE-2026-48513MessagePack for C# is a MessagePack serializer for C#. Prior…7.5
Are you affected by CVE-2026-48508?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
