๐Ÿ” CVE Alert

CVE-2026-45698

HIGH 7.5

Netatalk has Integer Underflow โ†’ Stack Buffer Overflow in deletedir()

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Netatalk is a Free and Open Source file server suite for Unix-like operating systems. In versions 3.1.19 through 4.4.2, a stack-based buffer overflow exists in the deletedir() function of Netatalk's afpd daemon due to an integer underflow in the calculation of the remaining buffer size used for path construction. deletedir() is a utility function called when a file operation crosses a device boundary inside an AFP shared volume, which the standard library's renameat() cannot handle. The function attempts to prevent buffer overflows by tracking available space in a size_t remain variable. However, the arithmetic used to compute remain results in an unsigned integer underflow, causing the variable to become SIZE_MAX. Because of this, the subsequent boundary check always evaluates as safe, allowing an unbounded strcpy() operation to copy attacker-controlled filenames into a nearly full stack buffer. Version 4.4.3 patches the issue.

CWE CWE-191
Vendor netatalk
Product netatalk
Published Aug 17, 2026
Last Updated Aug 17, 2026
Stay Ahead of the Next One

Get instant alerts for netatalk netatalk

Be the first to know when new high vulnerabilities affecting netatalk netatalk are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

Netatalk / netatalk
>= 3.1.19, < 4.4.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Netatalk/netatalk/security/advisories/GHSA-5443-v9xg-mqgv github.com: https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-4-3