CVE-2018-1000107: Improper authorization in Jenkins Job and Node Ownership Plugin
6.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.03792%
CWE
Published
5/13/2022
Updated
12/18/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:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.synopsys.jenkinsci:ownership | maven | < 0.12.0 | 0.12.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is related to improper authorization during the deserialization of ownership descriptions. The patch introduces a checkUnsecuredConfiguration
method to verify permissions, indicating that the previous version was vulnerable due to a lack of such checks. The readResolve
method is directly related to deserialization and is thus identified as vulnerable.