|
Samba contains a flaw that may allow a remote denial of service. The issue is triggered when an attacker sends a malformed UDP packet and will result in loss of availability for Samba's nmbd daemon. The process_logon_packet function does not properly validate that the packet is appropriately sized to contain the number of structures it claims, when processing a SAM_UAS_CHANGE request. If the packet claims a large number of structures and a smaller number are contained in the packet, nmbd will reference memory outside of the packet, possibly causing the daemon to crash.
|