CVE-2017-2598:
Inadequate Encryption Strength in Jenkins
4.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.05416%
CWE
Published
5/13/2022
Updated
1/27/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:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.main:jenkins-core | maven | <= 2.32.1 | 2.32.2 |
org.jenkins-ci.main:jenkins-core | maven | >= 2.34, <= 2.43 | 2.44 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on functions directly related to the encryption and decryption of secrets in Jenkins. The patches indicate a shift from using AES
ECB
without an IV
to AES-128
CBC
with a random IV
, addressing the vulnerability. The identified functions are directly involved in this change.