VYPR
Moderate severityNVD Advisory· Published Dec 15, 2022· Updated Apr 21, 2025

CVE-2020-36607

CVE-2020-36607

Description

Cross Site Scripting (XSS) vulnerability in FeehiCMS 2.0.8 allows remote attackers to run arbitrary code via tha lang attribute of an html tag.

AI Insight

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

FeehiCMS 2.0.8 contains a stored XSS vulnerability via the lang attribute in an HTML tag, allowing arbitrary JavaScript execution.

Root

Cause

FeehiCMS 2.0.8 includes a Cross-Site Scripting (XSS) vulnerability that allows attackers to inject arbitrary JavaScript code through the lang attribute of an HTML tag. The vulnerability arises because user-supplied language parameters are not properly sanitized before being reflected in the application's response [1].

Attack

Vector

An attacker can exploit this flaw by crafting a URL with a malicious lang parameter, such as english">. When a victim visits this URL in either the frontend or backend interface, the injected script is executed in their browser [2]. Authentication is not required for exploitation, as the frontend endpoint is publicly accessible. The issue affects both the frontend and admin panels, broadening the attack surface.

Impact

Successful exploitation enables an attacker to execute arbitrary JavaScript in the context of the victim's browser session. This can lead to session hijacking, data theft, defacement of the website, or other malicious actions that the browser permits for the application's origin. The vulnerability is classified as moderate severity due to the potential for account compromise and data exposure.

Mitigation

As of the advisory, the issue has been reported to the vendor via the GitHub issue tracker [2]. No official patch or workaround has been released. Users are advised to update FeehiCMS once a fix is available or implement input validation and output encoding on the lang parameter to mitigate the risk.

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.

PackageAffected versionsPatched versions
feehi/feehicmsPackagist
<= 2.0.8

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.