Lucene search

K
redhatcveRedhat.comRH:CVE-2020-10704
HistoryApr 28, 2020 - 10:39 a.m.

CVE-2020-10704

2020-04-2810:39:49
redhat.com
access.redhat.com
12

EPSS

0.014

Percentile

86.5%

A flaw was found when using samba as an Active Directory Domain Controller. Due to the way samba handles certain requests as an Active Directory Domain Controller LDAP server, an unauthorized user can cause a stack overflow leading to a denial of service. The highest threat from this vulnerability is to system availability.

Mitigation

By default, Samba 4.10 is run using the "standard" process model, which would leave only the CLDAP server affected. (Later versions use 'prefork').

This is controlled by the -M or --model parameter to the samba binary.

All Samba versions are impacted if -M prefork or -M single is used. To mitigate this issue for LDAP only, select -M standard (however this will use more memory, may allow resource exhaustion, and will still leave the CLDAP server exposed).