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-2023-28841

CVE-2023-28841: Moby Information Disclosure Vulnerability

CVE-2023-28841 is an information disclosure vulnerability in Mobyproject Moby affecting encrypted overlay networks that silently transmit unencrypted data. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-28841 Overview

CVE-2023-28841 is a cryptographic vulnerability affecting Moby, the open source container framework developed by Docker Inc. This vulnerability impacts the encrypted overlay network functionality in Docker Swarm Mode, causing encrypted overlay networks to silently transmit unencrypted data. The vulnerability stems from missing enforcement of IPSec encryption due to the absence of the xt_u32 kernel module, resulting in complete loss of confidentiality for network traffic that users expect to be encrypted.

Critical Impact

Encrypted overlay networks silently transmit unencrypted data, allowing attackers in a network position to intercept all application traffic including database communications, internal APIs, and sensitive user data without any indication of failure.

Affected Products

  • Moby versions prior to 23.0.3
  • Moby versions prior to 20.10.24
  • Mirantis Container Runtime versions prior to 20.10.16

Discovery Timeline

  • April 4, 2023 - CVE-2023-28841 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-28841

Vulnerability Analysis

This vulnerability represents a Missing Encryption of Sensitive Data flaw (CWE-311) in Docker's Swarm Mode overlay network driver. The overlay network driver is a core feature of Swarm Mode that provides isolated virtual LANs for container communication across cluster nodes. When encryption is enabled, the driver uses IPsec Encapsulating Security Payload (ESP) protocol in Transport mode to encapsulate VXLAN datagrams, providing source authentication, data integrity, and confidentiality.

The critical issue occurs during endpoint setup on encrypted overlay networks. Moby installs three iptables rules that rely on the xt_u32 kernel module to filter VXLAN packets by their VNI (VXLAN Network ID) field and enforce IPSec encapsulation. When this kernel module is unavailable, the iptables rules fail silently, and the encryption enforcement is completely bypassed without any warning to administrators.

Root Cause

The root cause lies in the silent failure behavior when the xt_u32 kernel module is not loaded or available on Swarm cluster nodes. The overlay network driver does not verify that the required kernel module is present before configuring encrypted networks. When the module is missing, the iptables rules that designate outgoing VXLAN datagrams for IPsec encapsulation cannot be properly enforced.

The vulnerable code path in the libnetwork encryption implementation fails to validate that the xt_u32 module is loaded before attempting to configure encrypted networking, resulting in a false sense of security where networks appear functional but lack any cryptographic protection.

Attack Vector

This vulnerability is exploitable over the network by attackers positioned to intercept traffic between Docker Swarm nodes. The attack does not require authentication or user interaction - an attacker simply needs to be in a position to capture VXLAN traffic on UDP port 4789 (the default VXLAN port).

The attack scenario involves passive network interception where the attacker monitors unencrypted VXLAN traffic that should have been protected by IPsec. Since the traffic is transmitted in plaintext, the attacker can read all application-layer data including database queries, API calls, authentication tokens, and any other sensitive information traversing the overlay network. This is particularly dangerous because organizations deploying encrypted overlay networks often do not implement additional encryption layers at the application level, assuming the network encryption provides adequate protection.

Detection Methods for CVE-2023-28841

Indicators of Compromise

  • Unencrypted VXLAN traffic (UDP port 4789) visible in network captures between Swarm nodes that should be using encrypted overlay networks
  • Missing xt_u32 kernel module on Docker Swarm cluster nodes (verify with lsmod | grep xt_u32)
  • Iptables rules for overlay network encryption showing errors or missing entries

Detection Strategies

  • Monitor network traffic between Swarm nodes for unencrypted VXLAN packets on UDP port 4789 when encrypted overlay networks are configured
  • Implement automated checks during container deployment to verify the xt_u32 kernel module is loaded on all cluster nodes
  • Review Docker daemon logs for any warnings related to iptables rule configuration failures

Monitoring Recommendations

  • Deploy network intrusion detection systems (IDS) to identify plaintext traffic on ports expected to carry encrypted data
  • Create automated alerts for kernel module availability on Swarm cluster nodes
  • Implement periodic security audits of Docker Swarm configurations to verify encryption is functioning as expected

How to Mitigate CVE-2023-28841

Immediate Actions Required

  • Update Moby/Docker to version 23.0.3 or later, or version 20.10.24 or later for the 20.10 branch
  • For Mirantis Container Runtime users, update to version 20.10.16 or later
  • Verify that the xt_u32 kernel module is loaded on all Swarm cluster nodes before relying on encrypted overlay networks
  • Close UDP port 4789 (VXLAN) to outgoing traffic at the Internet boundary to prevent unintentional data leakage

Patch Information

Patches are available in Moby releases 23.0.3 and 20.10.24. The fixes address the silent failure behavior and provide proper validation of encryption prerequisites. For detailed patch information, see GitHub Moby Pull Request #45118 and the official GitHub Security Advisory GHSA-33pg-m6jh-5237.

Workarounds

  • Ensure the xt_u32 kernel module is available and loaded on all nodes in the Swarm cluster before deploying encrypted overlay networks
  • Block outgoing VXLAN traffic (UDP port 4789) at network perimeter firewalls to prevent unencrypted data from leaving the trusted network
  • Implement application-layer encryption (TLS/mTLS) for all sensitive communications within Docker containers as defense-in-depth
bash
# Verify xt_u32 kernel module is loaded
lsmod | grep xt_u32

# Load the module if not present
modprobe xt_u32

# Block VXLAN port at firewall (example using iptables)
iptables -A OUTPUT -p udp --dport 4789 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMoby

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability2.96%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-311
  • Technical References
  • GitHub Libnetwork Code Reference

  • GitHub Moby Issue #43382

  • GitHub Security Advisory GHSA-232p-vwff-86mp

  • GitHub Security Advisory GHSA-6wrf-mxfj-pf5p

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • GitHub Security Advisory GHSA-gvm4-2qqg-m333

  • GitHub Moby Pull Request #45118

  • GitHub Security Advisory GHSA-33pg-m6jh-5237

  • GitHub Security Advisory GHSA-vwm3-crmr-xfxw
  • Related CVEs
  • CVE-2024-29018: Moby Information Disclosure Vulnerability

  • CVE-2026-34040: Moby Authorization Bypass Vulnerability

  • CVE-2026-33997: Moby Privilege Escalation Vulnerability

  • CVE-2024-24557: Moby Cache Poisoning 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