CVE-2019-10338:
Jenkins JX Resources Plugin cross-site request forgery vulnerability
5.4
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.27945%
CWE
Published
5/24/2022
Updated
10/26/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:jx-resources | maven | <= 1.0.36 | 1.0.37 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on a form validation endpoint that was missing both CSRF protection (allowing GET requests) and proper authorization. Multiple sources explicitly name GlobalPluginConfiguration#doValidateClient as the vulnerable method:
- NVD description directly references this method
- Jenkins advisory states 'form validation method did not require POST requests'
- CVE-2019-10338 is specifically mapped to this method in both GHSA and CVE records
This method would appear in runtime profiling when attackers trigger the CSRF exploit, as it's the entry point for the vulnerable validation logic that connects to external Kubernetes servers and reads environment variables.