CVE-2016-3124: SimpleSAMLphp Information leakage issue in the sanitycheck module
5.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.4281%
CWE
Published
5/14/2022
Updated
4/25/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
simplesamlphp/simplesamlphp | composer | < 1.14.1 | 1.14.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly exists in the sanitycheck
module, which is designed to display system information. Since the PHP
version leak is the core issue, the controller handling the module's diagnostic output would need to retrieve and display this information. While exact code isn't available, SimpleSAMLphp
's MVC structure suggests the main controller method for the module would handle this output. The exposure matches CWE-200
's pattern of unauthorized information disclosure via diagnostic interfaces.