Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-45698— Netatalk has Integer Underflow → Stack Buffer Overflow in deletedir()

CVSS 7.5 · High EPSS 0.27% · P20

Possible ATT&CK Techniques 1AI

T1190 · Exploit Public-Facing Application

Affected Version Matrix 1

VendorProductVersion RangeStatus
Netatalknetatalk>= 3.1.19, < 4.4.3affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-45698

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Netatalk has Integer Underflow → Stack Buffer Overflow in deletedir()
Source: CVE Program / CVE List V5
Vulnerability 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 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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
整数下溢(超界折返)
Source: CVE Program / CVE List V5
Vulnerability Title
Netatalk 数字错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Netatalk是Netatalk团队开源的一个AFP文件服务器软件。 Netatalk 3.1.19版本至4.4.2版本存在数字错误漏洞,该漏洞源于deletedir()函数计算剩余缓冲区大小时存在整数下溢,导致边界检查失效,从而允许无限制的strcpy()操作将攻击者控制的文件名复制到几乎已满的栈缓冲区,造成栈缓冲区溢出。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
Netatalknetatalk >= 3.1.19, < 4.4.3 -

II. Public POCs for CVE-2026-45698

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium
Qwen3.6-35B-A3B · 8550 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-45698

登录查看更多情报信息。

Patches & Fixes for CVE-2026-45698 (1)

Vendor Advisories for CVE-2026-45698 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-45698

No comments yet


Leave a comment