SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-41573

HIGH · CVSS 7.1 EPSS 0.36% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

OpenAM 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.

CVE
CVE-2026-41573
Severity
HIGH
CVSS
7.1
EPSS
0.36%

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.