CVE-2026-49268
Awaiting Analysis
Awaiting Analysis - Queue
LDAP Injection in Apache Shiro DefaultLdapRealm
Publication date: 2026-06-17
Last updated on: 2026-06-17
Assigner: Apache Software Foundation
Description
Description
A remote attacker can inject LDAP special characters into the Distinguished Name (DN) construction in DefaultLdapRealm class. User-supplied username input is directly concatenated into the LDAP DN template without any escaping of RFC 2253 special characters. This allows an attacker to manipulate the DN structure used for LDAP bind authentication, potentially bypassing authentication or impersonating other users.
This issue affects all Apache Shiro versions through 2.2.0, and 3.0.0-alpha-1 when usingΒ DefaultLdapRealm
Upgrade to Apache Shiro 2.2.1 or 3.0.0-alpha-2 or later, which fixes the issue.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | shiro | to 2.2.1 (exc) |
| apache | shiro | to 3.0.0-alpha-2 (exc) |
| apache | shiro | 2.2.1 |
| apache | shiro | 3.0.0-alpha-2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-90 | The product constructs all or part of an LDAP query using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended LDAP query when it is sent to a downstream component. |