---
id: CVE-2026-57288
aliases:
  - GHSA-gx55-p8g7-p3fh
title: Jenkins Active Directory Plugin has an LDAP injection vulnerability
summary: Jenkins Active Directory Plugin has an LDAP injection vulnerability
severity: low
cvss: 3.7
cwe:
  - CWE-90
vendor: jenkins-ci
product: 'org.jenkins-ci.plugins:active-directory'
ecosystem: maven
affected:
  - 'org.jenkins-ci.plugins:active-directory < 2.41.2'
patched:
  - 'org.jenkins-ci.plugins:active-directory 2.41.2'
published: '2026-06-24'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T18:56:16Z'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-gx55-p8g7-p3fh'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57288'
  - url: 'https://www.jenkins.io/security/advisory/2026-06-24/#SECURITY-3651'
  - url: >-
      https://github.com/jenkinsci/active-directory-plugin/commit/5028dea8e0acc45ff9d6be302d4e1cbc1f9da464
  - url: >-
      https://github.com/jenkinsci/active-directory-plugin/releases/tag/active-directory-2.41.2
  - url: 'https://github.com/advisories/GHSA-gx55-p8g7-p3fh'
tags:
  - ghsa
  - maven
epss: 0.00329
epssPercentile: 0.23258
ingestedAt: '2026-09-25T19:15:38.961Z'
---

## Overview

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.

## Affected packages

- `org.jenkins-ci.plugins:active-directory < 2.41.2`

## Remediation

Upgrade to a patched release:

- `org.jenkins-ci.plugins:active-directory 2.41.2`
