CVE-2021-36572
Description
Cross Site Scripting (XSS) vulnerability in Feehi CMS thru 2.1.1 allows attackers to run arbitrary code via the user name field of the login page.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Feehi CMS versions up to 2.1.1 contain a reflected XSS vulnerability in the login page's username field, allowing arbitrary JavaScript execution.
Vulnerability
Overview
CVE-2021-36572 describes a Cross-Site Scripting (XSS) vulnerability in Feehi CMS through version 2.1.1. The issue resides in the login page, where the username field is not properly sanitized before being reflected in the server's response [2]. This allows an attacker to inject arbitrary JavaScript code that executes in the context of the victim's browser.
Exploitation
An attacker can exploit this vulnerability by submitting a crafted payload in the username field of the login form. No authentication is required, as the login page is publicly accessible. The injected script is executed when the page renders the input, making it a classic reflected XSS attack [3]. The attack can be delivered via social engineering or by tricking a user into visiting a maliciously crafted URL.
Impact
Successful exploitation enables arbitrary code execution in the victim's browser. This can lead to session hijacking, defacement of the application, or theft of sensitive information such as cookies and credentials. The impact is limited to the client side, but it can compromise user accounts and the integrity of the application.
Mitigation
As of the publication date, no official patch has been released for this vulnerability. Users of Feehi CMS 2.1.1 or earlier are advised to apply input validation and output encoding on the username field, or upgrade to a patched version if available. The issue was reported via the project's GitHub issue tracker [3].
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
feehi/feehicmsPackagist | <= 2.1.1 | — |
Affected products
2- Feehi CMS/Feehi CMSdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-m54v-gv8p-9pqpghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2021-36572ghsaADVISORY
- github.com/liufee/cms/issues/58ghsaWEB
News mentions
0No linked articles in our index yet.