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

CVE-2020-19289

CVE-2020-19289

Description

A stored cross-site scripting (XSS) vulnerability in the /member/picture/album component of Jeesns 1.4.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload in the new album tab.

AI Insight

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

Jeesns 1.4.2 suffers from a stored XSS vulnerability in the /member/picture/album component, allowing arbitrary script execution via crafted payload in the new album tab.

Vulnerability

A stored cross-site scripting (XSS) vulnerability exists in the /member/picture/album component of Jeesns 1.4.2 [1]. An attacker can inject arbitrary HTML or JavaScript code via a crafted payload in the new album tab, which is then stored and executed when the album page is viewed [1].

Exploitation

An attacker must first register or have a valid user account on the Jeesns application. The attacker navigates to the /member/picture/album endpoint, creates a new album, and submits a crafted payload in the album name or description field. The payload is stored in the database without sanitization [1]. When any user (including administrators) views the album page, the injected script executes in their browser [1].

Impact

Successful exploitation leads to execution of arbitrary JavaScript in the context of the victim's session. This allows theft of session cookies, defacement, or further actions (such as CSRF attacks) as the privileges of the logged-in user. The attacker requires no high privilege level to initiate the attack, just an authenticated session [1].

Mitigation

As of the available references, no fixed version has been released. Users should apply strict input sanitization and output encoding on all user-supplied data in the album creation functionality. Additionally, a Content Security Policy (CSP) can help mitigate execution of injected scripts. Monitoring the project repository for future patches is advised [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

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.