CVE-2019-9142:
Moderate severity vulnerability that affects org.b3log:symphony
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.47285%
CWE
Published
3/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.b3log:symphony | maven | < 3.4.7 | 3.4.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly identifies userIntro and userNickname fields in SettingsProcessor.java
as the XSS vectors. In typical Java web applications, profile update handlers (like updateProfile
methods) process
these user-controlled fields. The lack of sanitization in the processor before storing/rendering these values would directly enable stored XSS. The file path and field names provided in the CVE description give high confidence in targeting this function
.