CVE-2017-1000110:
Improper Authentication in Jenkins Blue Ocean Plugin
4.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/13/2022
Updated
1/30/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
io.jenkins.blueocean:blueocean | maven | < 1.2.0 | 1.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing authentication checks during GitHub organization folder reconfiguration. The advisory explicitly mentions the fix involved adding Item/CREATE permission verification. In Jenkins plugin architecture, REST resource classes like OrganizationFolderResource typically handle configuration updates. The 'update' method (or similarly named) would be responsible for processing these changes. Prior to the patch, this method lacked the necessary permission check, making it the vulnerable entry point. The high confidence comes from the direct correlation between the advisory's described fix and standard Jenkins permission enforcement patterns.