---
id: CVE-2026-57287
aliases:
  - GHSA-8qr4-27mh-hqfr
title: >-
  Jenkins Job Configuration History Plugin doesn't redact encrypted values of
  secrets in job and agent configurations
summary: >-
  Jenkins Job Configuration History Plugin doesn't redact encrypted values of
  secrets in job and agent configurations
severity: medium
cvss: 4.3
cwe:
  - CWE-312
vendor: jenkins-ci
product: 'org.jenkins-ci.plugins:jobConfigHistory'
ecosystem: maven
affected:
  - 'org.jenkins-ci.plugins:jobConfigHistory < 1367'
patched:
  - 'org.jenkins-ci.plugins:jobConfigHistory 1367'
published: '2026-06-24'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T18:10:47Z'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-8qr4-27mh-hqfr'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57287'
  - url: 'https://www.jenkins.io/security/advisory/2026-06-24/#SECURITY-3742'
  - url: >-
      https://github.com/jenkinsci/job-config-history-plugin/commit/c8fab15101dce336a8f17f10edd10c7221b860c0
  - url: >-
      https://github.com/jenkinsci/job-config-history-plugin/releases/tag/1367.vc8fa_b_15101dc
  - url: 'https://github.com/advisories/GHSA-8qr4-27mh-hqfr'
tags:
  - ghsa
  - maven
epss: 0.00195
epssPercentile: 0.08194
ingestedAt: '2026-09-25T18:14:20.391Z'
---

## Overview

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 through its "View as XML" / "(RAW)" feature and its configuration diff views.

This allows attackers with Item/Extended Read permission (but not Item/Configure permission) to view the encrypted values of secrets, such as build trigger tokens, that Jenkins would otherwise redact from the configuration shown to them.

Job Configuration History Plugin 1367.vc8fa_b_15101dc redacts the encrypted values of secrets when displaying historical job and agent configurations through its "View as XML" / "(RAW)" feature and its configuration diff views to users lacking Item/Configure permission.

## Affected packages

- `org.jenkins-ci.plugins:jobConfigHistory < 1367`

## Remediation

Upgrade to a patched release:

- `org.jenkins-ci.plugins:jobConfigHistory 1367`
