Katalog CVE

CVE-2026-40193

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

maddy to modułowy, kompleksowy serwer pocztowy. W wersjach przed 0.9.3 występuje podatność na wstrzykiwanie LDAP w module auth.ldap, gdzie dostarczone przez użytkownika nazwy użytkowników są interpolowane w filtrach wyszukiwania LDAP i ciągach DN bez odpowiedniego zabezpieczenia, co umożliwia atakującym manipulację wynikami autoryzacji.

Ocena ryzyka

Atakujący z dostępem do interfejsu SMTP lub IMAP może wstrzykiwać dowolne wyrażenia filtrów LDAP, co prowadzi do fałszowania tożsamości oraz wycieku informacji z katalogu LDAP. Może to zagrażać bezpieczeństwu danych użytkowników oraz integralności systemu.

Rekomendacja

Zaleca się aktualizację do wersji 0.9.3 lub nowszej, aby usunąć tę podatność. Dodatkowo, warto wdrożyć mechanizmy monitorowania i ograniczenia dostępu do interfejsów SMTP i IMAP.

Powiązane podatności

Oryginalny opis (angielski, źródło NVD)

maddy is a composable, all-in-one mail server. Versions prior to 0.9.3 contain an LDAP injection vulnerability in the auth.ldap module where user-supplied usernames are interpolated into LDAP search filters and DN strings via strings.ReplaceAll() without any LDAP filter escaping, despite the go-ldap/ldap/v3 library's ldap.EscapeFilter() function being available in the same import. This affects three code paths: the Lookup() filter, the AuthPlain() DN template, and the AuthPlain() filter. An attacker with network access to the SMTP submission or IMAP interface can inject arbitrary LDAP filter expressions through the username field in AUTH PLAIN or LOGIN commands. This enables identity spoofing by manipulating filter results to authenticate as another user, LDAP directory enumeration via wildcard filters, and blind extraction of LDAP attribute values using authentication responses as a boolean oracle or via timing side-channels between the two distinct failure paths. This issue has been

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS