CVE-2022-40001
Description
Cross Site Scripting (XSS) vulnerability in FeehiCMS-2.1.1 allows remote attackers to run arbitrary code via the title field of the create article page.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
FeehiCMS 2.1.1 contains a stored XSS vulnerability in the article title field, allowing authenticated attackers to execute arbitrary JavaScript in the admin panel.
Vulnerability
Description
FeehiCMS 2.1.1 suffers from a stored Cross-Site Scripting (XSS) vulnerability in the title field of the create article page [1][2]. The application fails to properly sanitize or escape user input in the title parameter, allowing an attacker to inject arbitrary HTML and JavaScript code that is stored and later executed when the article is viewed [2].
Exploitation
Prerequisites
An attacker must be an authenticated user with permission to create articles in the FeehiCMS backend [2]. The exploit is triggered when any user (including administrators) accesses the article list or edit page, causing the injected script to execute in the victim's browser within the context of the admin panel [2].
Impact
Successful exploitation enables arbitrary JavaScript execution, which can be used to steal session cookies, perform actions on behalf of the victim, deface the admin interface, or pivot to further attacks against the CMS and its data [2][3].
Mitigation
Status
As of the advisory date, no official patch has been released for this vulnerability [1]. Administrators are advised to upgrade to the latest version of FeehiCMS if available, or manually implement input validation and output encoding for the article title field to prevent XSS attacks [1][2].
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- FeehiCMS/FeehiCMSdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-gqgq-784q-v9xpghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-40001ghsaADVISORY
- github.com/liufee/cms/issues/65ghsaWEB
News mentions
0No linked articles in our index yet.