PatchSiren cyber security CVE debrief
CVE-2026-48508 Netflix CVE debrief
A vulnerability in Lemur's permission system allows unauthorized actions. Prior to version 1.9.1, when specific configuration flags are unset, the application incorrectly grants permissions, potentially allowing authenticated users to perform actions they should not have access to. This issue arises from how Lemur handles permissions when certain configuration flags are not set, leading to unauthorized access to sensitive operations. The vulnerability is particularly concerning as it could allow read-only users to perform critical actions.
- Vendor
- Netflix
- Product
- lemur
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-16
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-16
Who should care
Administrators and users of Lemur should assess their configurations and consider upgrading to version 1.9.1. Defenders should prioritize verifying their Lemur configurations and upgrading to version 1.9.1 if necessary. This includes reviewing and restricting access to sensitive operations, and verifying that configuration flags are properly set.
Why it matters
This vulnerability in Lemur's permission system could allow authenticated users to perform unauthorized actions, including creating Certificate Authorities, uploading certificates, and creating notifications. Defenders should verify their configurations and upgrade to version 1.9.1 if necessary.
- Potential unauthorized creation of root Certificate Authorities.
- Potential unauthorized upload of arbitrary certificates.
- Potential unauthorized creation or editing of notifications that could lead to SSRF.
- Potential unauthorized creation of domain entries.
Technical summary
The vulnerability is in the Lemur auth/permissions.py file, specifically with StrictRolePermission and AuthorityCreatorPermission. When ADMIN_ONLY_AUTHORITY_CREATION and LEMUR_STRICT_ROLE_ENFORCEMENT are unset (defaulting to False), the application incorrectly grants permissions. This issue is fixed in version 1.9.1. The vulnerability could allow authenticated users to perform unauthorized actions, including creating Certificate Authorities, uploading certificates, and creating notifications that could lead to SSRF.
Defensive priority
Defenders should prioritize verifying their Lemur configurations and upgrading to version 1.9.1 if necessary.
Recommended defensive actions
- Verify Lemur configuration flags are properly set.
- Upgrade to Lemur version 1.9.1 or later.
- Review and restrict access to sensitive operations.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The issue arises from how Lemur handles permissions when certain configuration flags are not set. This could lead to unauthorized access to sensitive operations. The vulnerability is in the Lemur auth/permissions.py file, specifically with StrictRolePermission and AuthorityCreatorPermission. When ADMIN_ONLY_AUTHORITY_CREATION and LEMUR_STRICT_ROLE_ENFORCEMENT are unset (defaulting to False), the application incorrectly grants permissions. Defenders should verify their Lemur configurations and upgrade to version 1.9.1 if necessary.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48508 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48508
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48508 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48508
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Netflix/lemur/commit/e6a41e2c1b2028840d19039b06895524a19ad36f
-
Source reference
Unverified legacy reference
URL: https://github.com/Netflix/lemur/releases/tag/v1.9.1
-
Source reference
Unverified legacy reference
URL: https://github.com/Netflix/lemur/security/advisories/GHSA-qcqw-jwxc-2hqg
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.