GHSA-gx55-p8g7-p3fh
Jenkins Active Directory Plugin has an LDAP injection vulnerability
Quick fix
GHSA-gx55-p8g7-p3fh — org.jenkins-ci.plugins:active-directory: upgrade to the fixed version with the command below.
# pom.xml: bump <version>2.41.2</version> for org.jenkins-ci.plugins:active-directoryDetails
In Jenkins Active Directory Plugin 2.41.1 and earlier, the Windows native (ADSI) authentication path does not escape the user name before building the LDAP search filter.
This allows unauthenticated attackers to inject LDAP wildcard characters into the user name, enabling them to enumerate directory user and group names, and to authenticate as a matching user when they know that user’s password but not their exact user name.
Active Directory Plugin 2.41.2 escapes the user name in the Windows native (ADSI) authentication path before building the LDAP search filter.
Are you affected?
Enter the version of the package you're using.
Affected packages
0Fixed in: 2.41.2# pom.xml: bump <version>2.41.2</version> for org.jenkins-ci.plugins:active-directoryReferences
- https://nvd.nist.gov/vuln/detail/CVE-2026-57288[ADVISORY]
- https://github.com/jenkinsci/active-directory-plugin/commit/5028dea8e0acc45ff9d6be302d4e1cbc1f9da464[WEB]
- https://github.com/jenkinsci/active-directory-plugin[PACKAGE]
- https://github.com/jenkinsci/active-directory-plugin/releases/tag/active-directory-2.41.2[WEB]
- https://www.jenkins.io/security/advisory/2026-06-24/#SECURITY-3651[WEB]