CVE-2019-10445: Missing permission checks in Google Kubernetes Engine Jenkins Plugin
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.07093%
CWE
Published
5/24/2022
Updated
1/31/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:google-kubernetes-engine | maven | < 0.7.1 | 0.7.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing Job/Configure permission checks on credential validation endpoints. Jenkins plugins typically implement credential validation through Descriptor#doCheck*
methods and builder classes. The advisory specifically mentions credential scope disclosure via attacker-controlled IDs, which aligns with credential validation patterns in Jenkins plugins. The high confidence comes from: 1) The CWE-862 classification indicating missing authorization 2) The pattern of credential validation endpoints being common attack surfaces 3) The plugin's purpose (K8s credential management) requiring these functions 4) The patch requiring Job/Configure permission matches typical fixes for such endpoints