Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CVE-2023-4727 Fix token authentication bypass vulnerability
Previously the LDAPSecurityDomainSessionTable.sessionExists() and getStringValue() were using user-provided session ID as is in an LDAP filter which could be exploited to bypass token authentication. To fix the problem the code has been modified to escape all special characters in the session ID before using it in the LDAP filter. Resolves: CVE-2023-4727
- Loading branch information