Loading...
Skip to main content

CVE-2017-1000362

CRITICAL

Exposure of Sensitive Information to an Unauthorized Actor in Jenkins

Published May 17, 2022Updated February 20, 2024Source: osv

Summary

The re-key admin monitor was introduced in Jenkins 1.498 and re-encrypted all secrets in JENKINS_HOME with a new key. It also created a backup directory with all old secrets, and the key used to encrypt them. These backups were world-readable and not removed afterwards. Jenkins now deletes the backup directory, if present. Upgrading from before 1.498 will no longer create a backup directory. Administrators relying on file access permissions in their manually created backups are advised to check them for the directory $JENKINS_HOME/jenkins.security.RekeySecretAdminMonitor/backups, and delete it if present.

Remediation

Upgrade to the fixed version using your package manager.

Maven
Update org.jenkins-ci.main:jenkins-core to 2.44 or later
<!-- Update pom.xml dependency version to 2.44 for org.jenkins-ci.main:jenkins-core -->
Maven
Update org.jenkins-ci.main:jenkins-core to 2.32.2 or later
<!-- Update pom.xml dependency version to 2.32.2 for org.jenkins-ci.main:jenkins-core -->

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
org.jenkins-ci.main:jenkins-core
maven
2.40, 2.41, 2.42, 2.432.44
org.jenkins-ci.main:jenkins-core
maven
1.498, 1.499, 1.500, 1.501 (+250 more)2.32.2

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-200
    Information ExposureMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2017-1000362?
Exposure of Sensitive Information to an Unauthorized Actor in Jenkins This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2017-1000362?
CVE-2017-1000362 affects org.jenkins-ci.main:jenkins-core. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2017-1000362 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-92mr-4w2q-4578

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies