Heap-based buffer overflow in Netatalk - #VU137335
Published: July 12, 2026
Netatalk
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary code.
The vulnerability exists due to a heap-based buffer overflow in comm_rcv() when handling network requests containing an oversized name length. A remote attacker can send a specially crafted request to execute arbitrary code.
The function reads rqst->namelen from the network without bounds validation and writes that many bytes into a 1025-byte buffer.