CVE-2026-57287
Analyzed Analyzed - Analysis Complete

Jenkins Job Config History Plugin Secret Exposure via Historical Configs

Vulnerability report for CVE-2026-57287, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-24

Last updated on: 2026-06-26

Assigner: Jenkins Project

Description

Jenkins Job Configuration History Plugin 1356.ve360da_6c523a_ and earlier does not redact the encrypted values of secrets when displaying historical job and agent configurations, allowing attackers with Extended Read permission to view encrypted secret values that would otherwise be redacted.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-06-26
Generated
2026-07-15
AI Q&A
2026-06-24
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jenkins job_configuration_history to 1356.ve360da_6c523a (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-312 The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Jenkins Job Configuration History Plugin version 1356.ve360da_6c523a_ and earlier has a vulnerability where it does not redact encrypted secret values when displaying historical job and agent configurations.

This means that attackers who have Extended Read permission can view these encrypted secret values in the configuration history, even though these values are supposed to be hidden or redacted.

Impact Analysis

This vulnerability can allow attackers with Extended Read permission to access encrypted secret values that should normally be hidden.

If an attacker can view these secrets, they might be able to misuse sensitive information such as passwords, tokens, or keys stored in the Jenkins job configurations.

This could lead to unauthorized access, privilege escalation, or compromise of other systems that rely on these secrets.

Compliance Impact

This vulnerability allows attackers with Extended Read permission to view encrypted secret values that should otherwise be redacted in historical job and agent configurations.

Exposure of encrypted secrets could lead to unauthorized access to sensitive information, which may impact compliance with data protection standards such as GDPR and HIPAA that require protection of sensitive data.

However, specific impacts on compliance are not detailed in the provided information.

Detection Guidance

This vulnerability affects Jenkins Job Configuration History Plugin version 1356.ve360da_6c523a_ and earlier. Detection involves identifying if this specific plugin and version is installed on your Jenkins instance.

You can check the installed plugin version via Jenkins script console or CLI commands.

  • Using Jenkins Script Console: Run the Groovy script `println(jenkins.model.Jenkins.instance.getPluginManager().getPlugin('job-configuration-history').getVersion())` to get the installed version.
  • Using Jenkins CLI: Execute `java -jar jenkins-cli.jar -s http://your-jenkins-url/ list-plugins | grep job-configuration-history` to see the installed version.

If the version is 1356.ve360da_6c523a_ or earlier, your system is vulnerable.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade the Jenkins Job Configuration History Plugin to a version later than 1356.ve360da_6c523a_ where the issue is fixed.

Additionally, restrict Extended Read permissions only to trusted users, as the vulnerability allows attackers with this permission to view encrypted secret values.

  • Upgrade the Job Configuration History Plugin to the latest available version.
  • Review and limit Extended Read permissions in Jenkins to minimize exposure.
  • Monitor Jenkins logs and audit access to job and agent configurations for suspicious activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57287. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart