CVE-2019-0186:
Cross-site Scripting in Apache Pluto Chatroom demo
6.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/24/2022
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.portals.pluto:chatRoomDemo | maven | >= 3.0.0, < 3.1.0 | 3.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unescaped output of user-controlled input fields in JSP rendering. While no direct code patches are shown, the exploit documentation and Apache's security advisory confirm the attack vector involves JSPs that display chat messages without proper encoding. The _jspService method in JSP-compiled servlets handles output generation, making it the runtime-visible function when malicious payloads are rendered.