https://github.com/python-ldap/python-ldap/issues/424
The LDAP schema parser of python-ldap 3.3.1 and earlier are vulnerable to a regular expression denial-of-service attack. The issue affects clients that use ldap.schema package to parse LDAP schema definitions from an untrusted source.
The upcoming release of python-ldap 3.4.0 will contain a workaround to prevent ReDoS attacks. The schema parser refuses schema definitions with an excessive amount of backslashes.
As a workaround, users can check input for excessive amount of backslashes in schemas. More than a dozen backslashes per line are atypical.
If you have any questions or comments about this advisory: * Open an issue in python-ldap tracker
{
"github_reviewed_at": "2021-11-26T18:26:27Z",
"cwe_ids": [
"CWE-1333"
],
"nvd_published_at": null,
"github_reviewed": true,
"severity": "MODERATE"
}