CVE-2020-19286
Description
A stored cross-site scripting (XSS) vulnerability in the /question/detail component of Jeesns 1.4.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload in the source field of the editor.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jeesns 1.4.2 has a stored XSS in /question/detail via the source field, allowing arbitrary web script execution.
Vulnerability
A stored cross-site scripting (XSS) vulnerability exists in Jeesns 1.4.2 in the /question/detail component. An attacker can inject arbitrary web scripts or HTML through a crafted payload in the source field of the editor. The vulnerability is triggered when the stored payload is later rendered to administrators or other users viewing the question detail page [1].
Exploitation
An attacker with the ability to create or edit questions (or if the application allows unauthenticated submission) can craft a malicious payload in the source field of the editor. No elevated privileges are required beyond the ability to submit content. The payload is stored on the server and executed when any user, including administrators, visits the /question/detail page. No user interaction beyond viewing the page is needed [1].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript or HTML in the context of the victim's browser. This can lead to session hijacking, credential theft, defacement, or redirection to malicious sites. The impact is limited by the browser's same-origin policy but can affect any user accessing the vulnerable page, including administrators [1].
Mitigation
No fix has been released for Jeesns 1.4.2 as of the latest disclosure. The project may be discontinued or unmaintained. The recommended mitigation is to upgrade to a patched version if available, or to apply input sanitization and output encoding on the source field. Administrators should restrict content submission to trusted users and consider using a web application firewall (WAF) to filter XSS payloads [1].
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Jeesns/Jeesnsdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/zchuanzhao/jeesns/issues/13mitrex_refsource_MISC
- www.seebug.org/vuldb/ssvid-97942mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.