VDB
Sign up
LOW3.7

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-directory

Details

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

Maven/org.jenkins-ci.plugins:active-directory
Introduced in: 0Fixed in: 2.41.2
Fix# pom.xml: bump <version>2.41.2</version> for org.jenkins-ci.plugins:active-directory

References