A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-44064

CVE-2026-44064: Netatalk Information Disclosure Flaw

CVE-2026-44064 is an information disclosure vulnerability in Netatalk versions 1.3 through 4.4.2 caused by an out-of-bounds read in ASP session ID handling. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-44064 Overview

CVE-2026-44064 is an out-of-bounds read vulnerability in the AppleTalk Session Protocol (ASP) session ID handling logic of Netatalk versions 1.3 through 4.4.2. Netatalk is an open-source implementation of the Apple Filing Protocol (AFP) that allows Unix-like systems to serve as file servers for Apple clients. An attacker on an adjacent network can send a crafted ASP request to trigger the flaw. Successful exploitation leads to limited information disclosure from process memory or causes a denial of service through process termination. The issue is tracked under CWE-125: Out-of-bounds Read.

Critical Impact

An adjacent network attacker can crash the Netatalk service or read limited memory contents without authentication, disrupting file sharing services for Apple clients.

Affected Products

  • Netatalk 1.3 through 4.4.2
  • Systems exposing AFP/ASP services to local network segments
  • Unix and Linux file servers running vulnerable Netatalk releases

Discovery Timeline

  • 2026-05-21 - CVE CVE-2026-44064 published to NVD
  • 2026-05-21 - Last updated in NVD database

Technical Details for CVE-2026-44064

Vulnerability Analysis

The vulnerability resides in Netatalk's processing of ASP session identifiers. ASP is a session-layer protocol within the AppleTalk stack used by AFP to establish and maintain client-server connections. When the server parses an incoming ASP request, it references session ID fields to associate the request with an active session. The flawed logic reads beyond the bounds of the intended buffer when handling crafted session ID values. This out-of-bounds read exposes adjacent process memory to the protocol handler and may dereference invalid memory regions. The consequence is either partial information leakage or an immediate crash of the Netatalk daemon, terminating service for all connected clients.

Root Cause

The root cause is missing or insufficient bounds validation on session ID values supplied in ASP requests. The handler trusts attacker-controlled length or index data and reads from memory positions outside the allocated session structure. This pattern is classified under CWE-125 and commonly arises when protocol parsers assume well-formed input from the network.

Attack Vector

The attack requires network adjacency, meaning the attacker must be on the same broadcast or local network segment as the Netatalk server. No authentication or user interaction is required. The attacker sends a malformed ASP request containing a manipulated session ID field to the AFP listener. The server processes the request, performs the out-of-bounds read, and either returns leaked bytes within a response or crashes. Refer to the Netatalk Security Advisory for protocol-level details and proof-of-concept guidance.

Detection Methods for CVE-2026-44064

Indicators of Compromise

  • Unexpected crashes or restarts of the afpd or atalkd daemons in system logs
  • Core dumps generated by Netatalk processes following inbound ASP traffic
  • Malformed ASP packets observed on TCP port 548 or DDP traffic from unauthorized hosts
  • Spikes in failed AFP session establishments from a single adjacent host

Detection Strategies

  • Inspect network captures for ASP OpenSession and request packets containing anomalous session ID fields
  • Monitor process supervision logs for repeated Netatalk daemon termination and respawn cycles
  • Apply intrusion detection signatures that flag oversized or malformed ASP headers on AFP listeners

Monitoring Recommendations

  • Log all AFP connection attempts and correlate sources against authorized client inventories
  • Alert on segmentation faults or abnormal exit codes from afpd via system auditing tools
  • Track ARP and DDP traffic patterns to identify reconnaissance against Netatalk hosts on the local segment

How to Mitigate CVE-2026-44064

Immediate Actions Required

  • Upgrade Netatalk to a version later than 4.4.2 that contains the fix referenced in the vendor advisory
  • Restrict AFP and ASP service exposure to trusted network segments using host or network firewalls
  • Disable Netatalk on systems that do not require AFP file sharing for Apple clients
  • Review system logs for prior crashes that may indicate previous exploitation attempts

Patch Information

The Netatalk maintainers have published guidance in the Netatalk Security Advisory for CVE-2026-44064. Administrators should apply the patched release distributed through the project's official channels or their Linux distribution package repositories once available.

Workarounds

  • Block inbound traffic to TCP port 548 and DDP protocol traffic at the network boundary from untrusted hosts
  • Place Netatalk servers on isolated VLANs accessible only to authorized Apple clients
  • Enforce 802.1X or MAC-based network access control to limit who can reach the adjacent network segment
  • Temporarily stop the afpd service on hosts where AFP is not in active use
bash
# Configuration example: restrict AFP access with iptables
iptables -A INPUT -p tcp --dport 548 -s 192.0.2.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 548 -j DROP

# Stop and disable Netatalk if not required
systemctl stop netatalk
systemctl disable netatalk

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNetatalk

  • SeverityHIGH

  • CVSS Score7.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Netatalk Security Advisory
  • Related CVEs
  • CVE-2026-7836: Netatalk Information Disclosure Flaw

  • CVE-2026-44069: Netatalk Information Disclosure Flaw

  • CVE-2026-44067: Netatalk Information Disclosure Flaw

  • CVE-2026-44066: Netatalk Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English