VYPR
Unrated severityNVD Advisory· Published Nov 11, 2018· Updated Aug 5, 2024

CVE-2018-19178

CVE-2018-19178

Description

In JEESNS 1.3, com/lxinet/jeesns/core/utils/XssHttpServletRequestWrapper.java allows stored XSS via an HTML EMBED element, a different vulnerability than CVE-2018-17886.

AI Insight

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

JEESNS 1.3 allows stored XSS via an HTML EMBED element due to insufficient filtering in XssHttpServletRequestWrapper.

Vulnerability

In JEESNS version 1.3, the XssHttpServletRequestWrapper.java class in com/lxinet/jeesns/core/utils/ fails to properly filter HTML EMBED elements, allowing stored cross-site scripting (XSS). The filter is lax and does not encode or block dangerous tags, enabling injection via post content and comments. [1]

Exploitation

An attacker must be a logged-in user of the JEESNS social management system. The attacker can craft a post or comment containing an HTML EMBED element with malicious JavaScript. When other users view the post or comment, the script executes in their browser. No additional privileges are required beyond basic user access. [1]

Impact

Successful exploitation leads to stored XSS, allowing the attacker to execute arbitrary JavaScript in the context of the victim's session. This can result in cookie theft, session hijacking, defacement, or redirection to malicious sites. The attack affects all users who view the injected content. [1]

Mitigation

As of the publication date, no official patch has been released for JEESNS 1.3. The issue report suggests general XSS prevention measures such as consistent UTF-8 encoding, HTTP-only cookies, input length control, and input validation. Users should apply these mitigations manually or upgrade to a patched version if available. [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

1

News mentions

0

No linked articles in our index yet.