CVE-2020-19281
Description
A stored cross-site scripting (XSS) vulnerability in the /manage/loginusername component of Jeesns 1.4.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload in the username field.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS in Jeesns 1.4.2 allows attackers to execute arbitrary scripts via crafted payload in the username field of the /manage/loginusername component.
Vulnerability
A stored cross-site scripting (XSS) vulnerability exists in Jeesns version 1.4.2 within the /manage/loginusername component. The application fails to sanitize the username input, allowing an attacker to inject arbitrary web scripts or HTML via a crafted payload in the username field. This payload is stored and later executed when the username is rendered in the administrative interface [1].
Exploitation
An attacker can exploit this vulnerability by submitting a malicious payload as the username during the login process on the /manage/loginusername page. No authentication is required to access the login page, but the payload will be stored and executed when an administrator views the affected user data. The attacker does not need any special privileges beyond network access to the Jeesns instance.
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript or HTML in the context of an administrator's browser session. This can lead to session hijacking, defacement, theft of sensitive information, or further compromise of the Jeesns application.
Mitigation
As of the publication date (2021-09-09), no official patch has been released for Jeesns 1.4.2. Users are advised to implement input validation and output encoding for the username field, or upgrade to a newer version if available. The issue is tracked in the project's GitHub repository [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- 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/12mitrex_refsource_MISC
- www.seebug.org/vuldb/ssvid-97941mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.