CyberRota Analysis
AI-GeneratedOpenAM versions prior to 16.1.1 are vulnerable due to improper handling of the _queryId parameter in the IdentityResourceV1.queryCollection() method, which allows authenticated attackers to exploit LDAP injection vulnerabilities. This could lead to user enumeration and potential unauthorized access to sensitive data. Organizations using affected versions should prioritize upgrading to 16.1.1 to mitigate these risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Open Access Management (OpenAM) is an access management solution. Prior to 16.1.1, IdentityResourceV1.queryCollection() passes the _queryId parameter from /json/{realm}/users to CrestQuery with escapeQueryId disabled, bypassing protection added for CVE-2021-29156. The unescaped value reaches DJLDAPv3Repo.getFilter(), where it is concatenated into an LDAP filter, allowing an authenticated attacker to inject LDAP metacharacters for user enumeration and blind LDAP injection. This issue is fixed in version 16.1.1.