CVE-2026-56968
EUVD-2026-3851223.06.2026, 17:17
GNU SASL before 2.2.4 lacks sanitization of a short challenge in _gsasl_ntlm_client_step in the NTLM client, which could result in memory disclosure via a crafted server.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| gnu | sasl | 𝑥 < 2.2.4 |
| debian | debian_linux | 13.0 |
𝑥
= Vulnerable software versions
Debian Releases
Ubuntu Releases
Common Weakness Enumeration
- CWE-839 - Numeric Range Comparison Without Minimum CheckThe program checks a value to ensure that it is less than or equal to a maximum, but it does not also verify that the value is greater than or equal to the minimum.
- CWE-908 - Use of Uninitialized ResourceThe software uses or accesses a resource that has not been initialized.