CVE-2021-36572: FeehiCMS Cross Site Scripting vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.23838%
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.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in the username field reflection during login attempts. While exact code isn't available, XSS patterns suggest: 1) The controller handling login requests passes user input to the view without sanitization 2) The view template fails to properly escape the username value when rendering the HTML form. This matches the described attack vector where user-controlled input enters the page output without neutralization (CWE-79). Confidence is medium due to reliance on common MVC patterns rather than observed code.