The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2022-23121

CVE-2022-23121: Netatalk RCE Vulnerability

CVE-2022-23121 is a remote code execution vulnerability in Netatalk that allows unauthenticated attackers to execute arbitrary code as root. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-23121 Overview

CVE-2022-23121 is a critical remote code execution vulnerability affecting Netatalk, an open-source implementation of the Apple Filing Protocol (AFP). This vulnerability allows remote attackers to execute arbitrary code on affected installations without requiring authentication. The specific flaw exists within the parse_entries function, where improper error handling when parsing AppleDouble entries can be exploited to achieve code execution in the context of root.

Critical Impact

Unauthenticated remote attackers can execute arbitrary code with root privileges on vulnerable Netatalk installations, potentially leading to complete system compromise.

Affected Products

  • Netatalk (versions prior to 3.1.13)
  • Debian Linux 10.0
  • Debian Linux 11.0

Discovery Timeline

  • 2023-03-28 - CVE-2022-23121 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2022-23121

Vulnerability Analysis

This vulnerability (tracked as ZDI-CAN-15819) stems from CWE-755: Improper Handling of Exceptional Conditions. The parse_entries function in Netatalk fails to properly handle errors when processing AppleDouble entries, which are used in the Apple Filing Protocol to store metadata about files. When malformed or specially crafted AppleDouble entries are submitted to the server, the lack of proper error handling creates an exploitable condition.

The vulnerability is particularly severe because Netatalk typically runs with elevated privileges to manage file system operations, meaning successful exploitation grants attackers root-level access to the target system. Since no authentication is required to trigger the vulnerability, any network-accessible Netatalk service is at risk.

Root Cause

The root cause of this vulnerability lies in insufficient error handling within the parse_entries function. When the function encounters malformed AppleDouble entry data, it fails to properly validate or handle the error condition. This improper exception handling allows attackers to manipulate program execution flow, ultimately leading to arbitrary code execution.

AppleDouble is a format used by macOS to store resource forks and metadata when files are stored on non-Apple file systems. The parsing logic for these entries must handle various edge cases and malformed data gracefully, which this implementation fails to do.

Attack Vector

The attack can be executed remotely over the network without any authentication requirements. An attacker would:

  1. Identify a network-accessible Netatalk service (typically running on AFP port 548)
  2. Craft malicious AppleDouble entries designed to trigger the improper error handling
  3. Send the malformed data to the vulnerable parse_entries function
  4. Exploit the error handling failure to execute arbitrary code with root privileges

The vulnerability was disclosed through the Zero Day Initiative as ZDI Advisory ZDI-22-527. Since no authentication is required, any exposed Netatalk service represents a significant attack surface for remote exploitation.

Detection Methods for CVE-2022-23121

Indicators of Compromise

  • Unexpected process spawning from the Netatalk service (afpd) with root privileges
  • Anomalous network traffic patterns on AFP port 548 containing malformed AppleDouble data
  • Unusual file system modifications or new files created with root ownership
  • System log entries indicating crashes or errors in the parse_entries function

Detection Strategies

  • Monitor Netatalk service processes for unexpected child process creation or code execution
  • Implement network-based intrusion detection rules to identify malformed AFP traffic
  • Deploy endpoint detection and response (EDR) solutions to identify post-exploitation behaviors
  • Audit system logs for afpd service anomalies or repeated error conditions

Monitoring Recommendations

  • Enable verbose logging for Netatalk services and centralize log collection
  • Monitor for unusual outbound connections from systems running Netatalk
  • Implement file integrity monitoring on critical system directories
  • Set up alerts for any privilege escalation attempts originating from AFP-related processes

How to Mitigate CVE-2022-23121

Immediate Actions Required

  • Update Netatalk to version 3.1.13 or later immediately
  • If patching is not immediately possible, disable or restrict network access to Netatalk services
  • Implement network segmentation to limit exposure of AFP services
  • Review firewall rules to ensure AFP port 548 is not exposed to untrusted networks

Patch Information

The Netatalk project has addressed this vulnerability in version 3.1.13. Detailed information about the fix can be found in the Netatalk Release Notes 3.1.13.

For Debian-based systems, security updates are available:

  • Debian Security Advisory DSA-5503
  • Debian LTS Announcement May 2023
  • Debian LTS Announcement June 2023

Gentoo users should refer to Gentoo GLSA 202311-02 for patching instructions.

Additional technical details and coordination information are available through CERT Vulnerability Note 709991.

Workarounds

  • Disable Netatalk services entirely if AFP functionality is not required
  • Restrict AFP service access to trusted IP addresses using firewall rules
  • Implement network segmentation to isolate systems running Netatalk from untrusted networks
  • Consider transitioning to alternative file sharing protocols such as SMB if AFP is not essential
bash
# Disable Netatalk service until patching is complete
sudo systemctl stop netatalk
sudo systemctl disable netatalk

# Restrict AFP access via iptables (allow only trusted network)
sudo iptables -A INPUT -p tcp --dport 548 -s 192.168.1.0/24 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 548 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNetatalk

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability18.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-755
  • Technical References
  • Debian LTS Announcement May 2023

  • Debian LTS Announcement June 2023

  • Netatalk Release Notes 3.1.13

  • Gentoo GLSA 202311-02

  • Debian Security Advisory DSA-5503

  • ZDI Advisory ZDI-22-527

  • CERT Vulnerability Note 709991
  • Related CVEs
  • CVE-2022-23125: Netatalk RCE Vulnerability

  • CVE-2022-0194: Netatalk RCE Vulnerability

  • CVE-2022-23124: Netatalk Information Disclosure Flaw

  • CVE-2024-38439: Netatalk Buffer Overflow Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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