CVE-2019-10336: Jenkins ElectricFlow Plugin is vulnerable to reflected cross site scripting vulnerability
4.7
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.23811%
CWE
Published
5/24/2022
Updated
12/22/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:electricflow | maven | <= 1.1.6 | 1.1.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from JavaScript DOM manipulation functions
in multiple configuration
forms that used innerHTML
to display ElectricFlow API responses. The commit 4550f86
shows these functions
were patched by replacing innerHTML
with textContent
, which neutralizes HTML/JS interpretation. Since these functions
handled server API responses that attackers could control, the insecure innerHTML
usage directly enabled XSS payload injection into Jenkins configuration
interfaces.