CVE-2018-1000165: LightSAML Incorrect Access Control vulnerability
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.42313%
CWE
Published
5/13/2022
Updated
4/23/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
lightsaml/lightsaml | composer | < 1.3.5 | 1.3.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The GitHub patch adds critical algorithm validation logic to castKeyIfNecessary, indicating this was the missing security control. The vulnerability description explicitly mentions signature validation flaws in XmlDSig readers, and the CWE-732 (Incorrect Permission Assignment) maps to the lack of proper algorithm restrictions. The pre-patch version would accept any algorithm type without validation, enabling potential impersonation via crafted signatures.