VYPR
Moderate severityNVD Advisory· Published Sep 29, 2022· Updated May 20, 2025

CVE-2022-40408

CVE-2022-40408

Description

FeehiCMS v2.1.1 was discovered to contain a cross-site scripting (XSS) vulnerability via a crafted payload injected into the Comment box under the Single Page module.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

FeehiCMS 2.1.1 has a stored XSS vulnerability in the Comment box under Single Page module, allowing arbitrary JavaScript execution.

Vulnerability

Description FeehiCMS v2.1.1 contains a stored cross-site scripting (XSS) vulnerability in the Comment box of the Single Page module [1][2]. The root cause is insufficient sanitization of user-supplied input, particularly within HTML image tags, allowing attackers to inject malicious scripts that persist on the server [3].

Exploitation

An attacker must first register a valid user account on the FeehiCMS site. After logging in, they navigate to Content -> Single Page, upload any image in the comment box, intercept the HTTP request, and replace the src attribute value with a crafted payload such as 'x' onerror='alert(1)' [3]. The payload is stored and executed when the page is loaded, triggering the XSS.

Impact

Successful exploitation leads to stored XSS, enabling the attacker to execute arbitrary JavaScript in the context of any user viewing the affected page, including administrators. This can result in session hijacking, defacement, or theft of sensitive data. The vulnerability affects both the backend and frontend pages where the comment is displayed [3].

Mitigation

As of publication, no official patch has been released for FeehiCMS 2.1.1. Administrators should consider applying input validation and output encoding to user-supplied content, or restrict access to the Single Page comment functionality until a fix is available [2][3].

AI Insight generated on May 21, 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.

PackageAffected versionsPatched versions
feehi/feehicmsPackagist
<= 2.0.1.1

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.