VYPR
Unrated severityNVD Advisory· Published Sep 9, 2021· Updated Aug 4, 2024

CVE-2020-19292

CVE-2020-19292

Description

A stored cross-site scripting (XSS) vulnerability in the /question/ask component of Jeesns 1.4.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload in a posted question.

AI Insight

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

Jeesns 1.4.2 has a stored XSS in /question/ask, allowing arbitrary HTML/JS execution via crafted question payload.

Vulnerability

Jeesns version 1.4.2 contains a stored cross-site scripting (XSS) vulnerability in the /question/ask component. The application fails to sanitize or escape user input in the question text field, allowing arbitrary web scripts or HTML to be stored and later rendered to other users [1].

Exploitation

An attacker can submit a crafted payload (e.g., a JavaScript snippet or malicious HTML) as the question content via the POST /question/ask endpoint. No authentication or special privileges are required beyond being able to access the public question submission form. The payload is stored in the database and executed in the browser of any victim viewing the affected question page [1].

Impact

Successful exploitation leads to arbitrary script execution in the context of the victim's session against the Jeesns application. This can result in theft of session cookies, defacement, or redirection to attacker-controlled sites. The stored XSS persists until the malicious question is removed, affecting all subsequent viewers [1].

Mitigation

The vendor has not released a patched version publicly. The issue was reported via GitHub issue #24 on the Jeesns repository. Users should disable the question posting feature or apply input sanitization (e.g., HTML encoding on output, CSP headers) until an official fix is provided. The software is no longer actively maintained [1].

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.