CVE-2020-19709
Description
Insufficient filtering of the tag parameters in feehicms 0.1.3 allows attackers to execute arbitrary web or HTML via a crafted payload.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
FeehiCMS 0.1.3 does not sanitize the 'tag' parameter in the search/tag endpoint, allowing reflected cross-site scripting (XSS) attacks.
Vulnerability
FeehiCMS version 0.1.3 [1] contains a cross-site scripting (XSS) vulnerability in the search/tag route. The tag parameter is not properly filtered before being rendered in the response, allowing an attacker to inject arbitrary HTML or JavaScript. The issue is documented in the project's issue tracker [3].
Exploitation
An attacker can craft a GET request to http:///index.php?r=search%2Ftag&tag= [3]. No authentication is required. The payload executes in the browser of any user who visits the crafted URL, either directly or via a social engineering lure.
Impact
Successful exploitation enables the attacker to execute arbitrary JavaScript in the victim's browser session. This can lead to session hijacking, credential theft, or defacement of the page. The attack is limited to the browser context and does not directly compromise the server.
Mitigation
As of the publication date (2021-08-26), no official patch has been released for this vulnerability [2]. Users should consider upgrading to a later version if available, or implement server-side input sanitization for the tag parameter. The project may be unmaintained; alternative CMS solutions should be evaluated.
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.
| Package | Affected versions | Patched versions |
|---|---|---|
feehi/feehicmsPackagist | <= 0.1.3 | — |
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-f8pv-x7h8-687vghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2020-19709ghsaADVISORY
- github.com/liufee/feehicms/issues/2ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.