CVE-2016-15022: CImage Cross-site Scripting vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.1434%
CWE
Published
1/29/2023
Updated
10/20/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| mos/cimage | composer | < 0.7.19 | 0.7.19 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability exists in the inline code of the file 'webroot/check_system.php', specifically in the line where the $_SERVER['SERVER_SOFTWARE'] variable is directly echoed without proper sanitization. The patch adds htmlentities() to neutralize the input. However, this vulnerability does not stem from a specific function but from the lack of output encoding in the script's inline code. Since no user-defined functions are involved in the vulnerable code path, no specific functions are identified as vulnerable with high confidence.