CVE-2026-45699
Last modified
CVE-2026-45699 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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 copydir() function of Netatalk's afpd daemon due to an integer underflow in the calculation of the remaining buffer size used for path construction. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
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 copydir() function of Netatalk's afpd daemon due to an integer underflow in the calculation of the remaining buffer size used for path construction. copydir() 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 track available buffer space using srem and drem for source and destination paths. Incorrect arithmetic causes both srem and drem to underflow to SIZE_MAX. Consequently, boundary checks against strlen(de->d_name) always pass, allowing strcpy() to append filenames into nearly full stack buffers. Version 4.4.3 patches the issue. As a workaround, configure each AFP shared volume to be structured as a single file system, in other words no subdirectory of a shared volume should be a mount point for a different file system.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Netatalk | netatalk | >= 3.1.19, < 4.4.3 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45699?
How severe is CVE-2026-45699?
How do I fix CVE-2026-45699?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45692Caddy is an extensible server platform that uses TLS by defa…3.8
- CVE-2026-45694LibreNMS is a network monitoring system. In versions up to a…5.4
- CVE-2026-45695Kopia is a cross-platform backup tool for Windows, macOS, an…9.8
- CVE-2026-45696OpenEXR is the reference implementation and specification fo…6.5
- CVE-2026-45697Formie is a Craft CMS plugin for creating forms. Prior to 2.…9.8
- CVE-2026-45698Netatalk is a Free and Open Source file server suite for Uni…7.5
- CVE-2026-4570A vulnerability was identified in SourceCodester Sales and I…8.8
- CVE-2026-45700FreeRDP is a free implementation of the Remote Desktop Proto…9.8
- CVE-2026-45701Sulu is an open-source PHP content management system based o…6.9
- CVE-2026-45702OP-TEE is a Trusted Execution Environment (TEE) designed as …5.5
- CVE-2026-45703Pimcore is an Open Source Data & Experience Management Platf…6.4
- CVE-2026-45704Pimcore is an Open Source Data & Experience Management Platf…7.1
Are you affected by CVE-2026-45699?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
