CVE-2020-36607: FeehiCMS Cross Site Scripting vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36679%
CWE
Published
12/15/2022
Updated
1/28/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 |
|---|---|---|---|
| feehi/feehicms | composer | <= 2.0.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The XSS vulnerability stems from the actionLanguage function in SiteController.php not sanitizing the 'lang' input. This allows attackers to supply a malicious payload via the lang parameter, which is then reflected in the HTML lang attribute without proper escaping in the layout file. The combination of unvalidated input and lack of output encoding enables the execution of arbitrary JavaScript code.