GHSA-hwvp-7xqv-8jx3
Jenkins Git Parameter Plugin has a missing permission check that allows listing SCM branch and tag names
Quick fix
GHSA-hwvp-7xqv-8jx3 — org.jenkins-ci.tools:git-parameter: upgrade to the fixed version with the command below.
# pom.xml: bump <version>462.463</version> for org.jenkins-ci.tools:git-parameterDetails
Jenkins Git Parameter Plugin 462.vdcf3df2ed2ca_ and earlier does not perform a permission check in an HTTP endpoint that populates the list of values for Git parameters by querying the SCM configured on a job, using the SCM credentials configured in Jenkins.
This allows attackers with Item/Read permission to obtain information about the SCM repository used by a job they would otherwise be unable to access, such as branch names, tag names, and revision metadata.
Git Parameter Plugin 462.463.v496a_59f698e5 requires Item/Build permission to populate the list of values for Git parameters.
Are you affected?
Enter the version of the package you're using.
Affected packages
0Fixed in: 462.463# pom.xml: bump <version>462.463</version> for org.jenkins-ci.tools:git-parameterReferences
- https://nvd.nist.gov/vuln/detail/CVE-2026-57286[ADVISORY]
- https://github.com/jenkinsci/git-parameter-plugin/commit/496a59f698e5ada712dea1ebf980709f0040e394[WEB]
- https://github.com/jenkinsci/git-parameter-plugin[PACKAGE]
- https://github.com/jenkinsci/git-parameter-plugin/releases/tag/462.463.v496a_59f698e5[WEB]
- https://www.jenkins.io/security/advisory/2026-06-24/#SECURITY-3745[WEB]