Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-3772

CVE-2023-3772: Red Hat Enterprise Linux DOS Vulnerability

CVE-2023-3772 is a denial of service vulnerability in Red Hat Enterprise Linux kernel's XFRM subsystem that allows privileged users to cause system crashes. This post covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-3772 Overview

A flaw was found in the Linux kernel's IP framework for transforming packets (XFRM subsystem). This vulnerability allows a malicious user with CAP_NET_ADMIN privileges to directly dereference a NULL pointer in the xfrm_update_ae_params() function, leading to a possible kernel crash and denial of service condition.

Critical Impact

Local attackers with elevated network administration capabilities can crash affected Linux systems, causing service disruption and potential system instability.

Affected Products

  • Linux Kernel (all affected versions)
  • Red Hat Enterprise Linux 8.0 and 9.0
  • Red Hat Enterprise Linux for Real Time 8.0
  • Red Hat Enterprise Linux for Real Time for NFV 8.0
  • Fedora Linux
  • Debian Linux 10.0 and 12.0

Discovery Timeline

  • July 25, 2023 - CVE-2023-3772 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-3772

Vulnerability Analysis

This vulnerability resides in the XFRM (IPsec Transformation) subsystem of the Linux kernel, which is responsible for implementing IPsec security associations and policies. The flaw is classified as CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when the kernel attempts to access memory through a pointer that has not been properly initialized or has been set to NULL.

The vulnerable function xfrm_update_ae_params() fails to validate pointer validity before dereferencing, allowing an attacker with the CAP_NET_ADMIN capability to trigger a NULL pointer dereference. While the attack requires local access and elevated privileges, it can effectively crash the kernel, causing a denial of service condition that affects all services running on the system.

Root Cause

The root cause of this vulnerability is improper NULL pointer validation in the XFRM subsystem's xfrm_update_ae_params() function. When processing security association parameters, the function does not adequately check whether certain pointer values are valid before attempting to dereference them. This missing validation allows a crafted request from a privileged user to trigger a NULL pointer access, causing an immediate kernel panic.

Attack Vector

The attack requires local access to the target system with CAP_NET_ADMIN privileges. An attacker must be able to interact with the XFRM subsystem through netlink sockets or similar kernel interfaces. By sending specially crafted requests to update XFRM security association parameters, the attacker can cause the kernel to attempt to dereference a NULL pointer.

The vulnerability is exploited through the following attack flow:

  1. Attacker gains access to a system with CAP_NET_ADMIN capability
  2. Attacker sends malformed XFRM configuration requests via netlink
  3. The kernel's xfrm_update_ae_params() function processes the request
  4. A NULL pointer dereference occurs, causing a kernel panic
  5. System becomes unavailable until manually rebooted

Detection Methods for CVE-2023-3772

Indicators of Compromise

  • Unexpected kernel panic or system crashes with XFRM-related stack traces
  • Kernel oops messages referencing xfrm_update_ae_params or related XFRM functions
  • Suspicious netlink socket activity from users with CAP_NET_ADMIN privileges
  • Repeated system reboots without clear cause on systems using IPsec

Detection Strategies

  • Monitor kernel logs for NULL pointer dereference errors in XFRM subsystem functions
  • Implement auditd rules to track netlink socket operations related to XFRM configuration
  • Deploy endpoint detection solutions capable of identifying kernel-level anomalies
  • Configure crash dump collection to capture kernel panic events for forensic analysis

Monitoring Recommendations

  • Enable kernel crash dump mechanisms (kdump) to capture kernel panic states
  • Configure syslog to forward kernel messages to a centralized logging system
  • Monitor for unusual patterns of system reboots across the infrastructure
  • Track user capability assignments, particularly CAP_NET_ADMIN grants

How to Mitigate CVE-2023-3772

Immediate Actions Required

  • Apply the latest kernel security patches from your Linux distribution vendor
  • Review and restrict CAP_NET_ADMIN capability assignments to trusted users only
  • Consider temporarily disabling XFRM/IPsec functionality if not required
  • Implement network segmentation to limit potential attacker access to vulnerable systems

Patch Information

Multiple vendors have released security patches addressing this vulnerability:

  • Red Hat: Security advisories RHSA-2023:6583, RHSA-2023:6901, RHSA-2023:7077, RHSA-2024:0412, and RHSA-2024:0575
  • Debian: Security advisory DSA-5492 and LTS announcements for Debian 10 and 12

For detailed patch information, consult the Red Hat CVE Report or the Red Hat Bugzilla entry 2218943.

Workarounds

  • Audit and minimize the number of users and processes with CAP_NET_ADMIN capability
  • Implement mandatory access control (SELinux/AppArmor) policies restricting XFRM operations
  • Use container isolation to limit kernel subsystem access where applicable
  • Deploy runtime security monitoring to detect exploitation attempts
bash
# Check for users with CAP_NET_ADMIN capability
getcap -r / 2>/dev/null | grep cap_net_admin

# Audit XFRM-related netlink operations (add to audit.rules)
-a always,exit -F arch=b64 -S socket -F a0=16 -F a2=15 -k xfrm_netlink

# Verify current kernel version for patch status
uname -r

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Red Hat Security Advisory RHSA-2023:6583

  • Red Hat Security Advisory RHSA-2023:6901

  • Red Hat Security Advisory RHSA-2023:7077

  • Red Hat Security Advisory RHSA-2024:0412

  • Red Hat Security Advisory RHSA-2024:0575

  • Red Hat CVE Report CVE-2023-3772

  • Red Hat Bug Report 2218943

  • OpenWall OSS Security Update August 10, 2023 - 1

  • OpenWall OSS Security Update August 10, 2023 - 3

  • Debian LTS Announcement October 2023

  • Debian LTS Announcement January 2024

  • Debian Security Advisory DSA-5492
  • Related CVEs
  • CVE-2026-23300: Linux Kernel IPv6 Nexthop DOS Vulnerability

  • CVE-2025-71108: Linux Kernel UCSI DOS Vulnerability

  • CVE-2025-68771: Linux Kernel OCFS2 DOS Vulnerability

  • CVE-2025-68768: Linux Kernel DoS Vulnerability
Default Legacy - Prefooter | 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