CVE-2019-10076: Cross-Site Scripting in JSPWiki
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.8761%
CWE
Published
6/6/2019
Updated
1/9/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.jspwiki:jspwiki-war | maven | >= 2.9.0, <= 2.11.0.M3 | 2.11.0.M4 |
org.apache.jspwiki:jspwiki-main | maven | >= 2.9.0, <= 2.11.0.M3 | 2.11.0.M4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The XSS vulnerability requires both 1) ingestion of malicious content via attachment upload (handled by AttachmentManager
), and 2) unsafe rendering of that content in UI components (potentially in AdminBean
). While exact patch details are unavailable, these core components align with the described attack vector and typical JSPWiki
architecture. The 'medium' confidence for AdminBean
reflects uncertainty about exact rendering location versus other UI components.