3 matches found
CVE-2026-71317
creationtimestamp| type| source ---|---|--- 2026-08-18 22:35:07+00:00| published-proof-of-concept| https://github.com/Netflix/lemur/security/advisories/GHSA-g7p5-89mh-248h...
CVE-2026-71317 Lemur: Sub-CA creation never checks `AuthorityPermission` on the parent authority
Lemur manages TLS certificate creation. Prior to 1.9.3, POST /api/1/authorities with type=subca did not require AuthorityPermission on the parent authority when ADMINONLYAUTHORITYCREATION was false. AssociatedAuthoritySchema resolved the caller-supplied parent and passed it through authority...
CVE-2026-71317
Netflix Lemur before 1.9.3 allowed any authenticated non-read-only user to create a sub-CA chained to an internal root they lacked permission for, since AuthorityPermission was never checked on the parent authority when ADMIN_ONLY_AUTHORITY_CREATION was false. The resulting intermediate's private...