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-0179

CVE-2023-0179: Linux Kernel Buffer Overflow Vulnerability

CVE-2023-0179 is a buffer overflow flaw in the Linux Kernel Netfilter subsystem that enables memory leakage and local privilege escalation to root. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-0179 Overview

A buffer overflow vulnerability was found in the Netfilter subsystem in the Linux Kernel. This issue could allow the leakage of both stack and heap addresses, and potentially allow Local Privilege Escalation to the root user via arbitrary code execution. The vulnerability stems from an integer overflow condition (CWE-190) that can be exploited by local attackers with low privileges to gain elevated access on affected systems.

Critical Impact

Local attackers can exploit this buffer overflow to leak memory addresses and escalate privileges to root, potentially gaining complete control over affected Linux systems.

Affected Products

  • Linux Kernel (multiple versions)
  • Canonical Ubuntu Linux 16.04, 18.04, 20.04, 22.04 LTS
  • Fedora 36 and 37
  • Red Hat Enterprise Linux 9.0 and related products
  • Red Hat Enterprise Linux EUS 9.0
  • Red Hat Enterprise Linux for IBM z Systems 9.0
  • Red Hat Enterprise Linux for Power Little Endian 9.0
  • Red Hat Enterprise Linux Server 9.0
  • Red Hat CodeReady Linux Builder

Discovery Timeline

  • 2023-03-27 - CVE-2023-0179 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-0179

Vulnerability Analysis

This vulnerability exists within the Netfilter subsystem of the Linux Kernel, a fundamental component responsible for packet filtering, network address translation (NAT), and other packet mangling operations. The flaw is classified as an integer overflow (CWE-190) that leads to a buffer overflow condition.

When certain operations are performed within the Netfilter code path, improper handling of integer values can cause a wraparound condition. This results in undersized buffer allocations or incorrect bounds checking, allowing attackers to write beyond allocated memory boundaries. The consequences include the potential leakage of sensitive kernel memory addresses from both the stack and heap regions.

With access to leaked memory addresses, attackers can bypass kernel address space layout randomization (KASLR) and other memory protection mechanisms. This information disclosure significantly lowers the barrier for successful exploitation, enabling arbitrary code execution with kernel privileges.

Root Cause

The root cause is an integer overflow vulnerability within the Netfilter subsystem. When processing certain network filter operations, arithmetic operations on length or size values can overflow, resulting in smaller-than-expected buffer allocations. Subsequent writes to these undersized buffers overflow into adjacent memory regions.

The integer overflow condition occurs due to insufficient validation of input parameters before performing arithmetic operations that determine buffer sizes. This allows crafted input to trigger the wraparound condition, bypassing intended bounds checks.

Attack Vector

The attack requires local access to the affected system with low privileges. An attacker can interact with the Netfilter subsystem through standard Linux interfaces such as nftables or iptables. By crafting specific rule configurations or packet filter operations that trigger the integer overflow condition, the attacker can:

  1. Cause undersized buffer allocations in kernel memory
  2. Overflow the buffer to leak stack and heap addresses
  3. Use the leaked addresses to bypass KASLR protection
  4. Execute arbitrary code in kernel context
  5. Escalate privileges to root

The vulnerability does not require user interaction and can be exploited by any local user with access to Netfilter interfaces.

Detection Methods for CVE-2023-0179

Indicators of Compromise

  • Unusual process privilege changes from unprivileged users to root without corresponding sudo or su activity
  • Unexpected kernel module loads or modifications to Netfilter rules by low-privilege users
  • Kernel crash dumps or oops messages related to Netfilter subsystem memory corruption
  • Anomalous system calls to nftables or iptables interfaces from non-administrative accounts

Detection Strategies

  • Monitor for suspicious privilege escalation events in system audit logs, particularly transitions to UID 0 without authorized authentication
  • Implement kernel integrity monitoring to detect unauthorized modifications to kernel memory or loaded modules
  • Deploy SentinelOne Singularity for real-time kernel-level behavioral analysis and privilege escalation detection
  • Enable and monitor Linux audit subsystem rules for Netfilter-related system calls from unprivileged users

Monitoring Recommendations

  • Configure auditd rules to log all access to Netfilter subsystem interfaces: auditctl -a always,exit -F arch=b64 -S setsockopt -F a1=0 -F a2=64 -k netfilter_access
  • Enable kernel crash dump collection and analysis to identify exploitation attempts that cause system instability
  • Implement continuous vulnerability scanning to identify systems running affected kernel versions
  • Use SentinelOne's threat intelligence feeds to stay informed about active exploitation of this vulnerability

How to Mitigate CVE-2023-0179

Immediate Actions Required

  • Apply kernel patches from your Linux distribution vendor immediately to all affected systems
  • Restrict local user access on sensitive systems until patches can be applied
  • Review and limit access to Netfilter configuration interfaces to only trusted administrative accounts
  • Enable kernel lockdown mode where supported to reduce kernel attack surface
  • Deploy SentinelOne Singularity agents on affected systems for runtime protection and exploit mitigation

Patch Information

Security patches have been released by major Linux distributions. Refer to the following vendor resources for specific patch information:

  • Kernel Live Patch Security Notice LNS-0093-1 - Canonical live patch for Ubuntu systems
  • Red Hat Bug Report #2161713 - Red Hat Enterprise Linux patch tracking
  • OSS-Sec Mailing List Disclosure - Original security disclosure and patch discussion
  • NetApp Security Advisory NTAP-20230511-0003 - NetApp product impact and remediation

Check your distribution's security advisories for the appropriate kernel version updates.

Workarounds

  • Restrict access to nftables and iptables commands by removing SUID bits or using capability controls: setcap -r /usr/sbin/iptables
  • Implement mandatory access control (SELinux/AppArmor) policies to limit which processes can interact with Netfilter
  • Use kernel module blacklisting to disable unnecessary Netfilter modules if not required for system operation
  • Isolate systems running vulnerable kernels from untrusted local users until patching is complete
bash
# Restrict Netfilter access for non-root users
# Add to /etc/security/limits.conf to limit access
# Configure auditd monitoring for Netfilter access
auditctl -a always,exit -F arch=b64 -S socket -F a0=16 -k netfilter_socket
auditctl -a always,exit -F arch=b64 -S setsockopt -k netfilter_opts

# Enable kernel lockdown mode (if supported)
echo 1 > /sys/kernel/security/lockdown

# Check current kernel version against patched versions
uname -r

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • Packet Storm Security Notice

  • Red Hat Bug Report #2161713

  • OSS-Sec Mailing List Update

  • NetApp Security Advisory NTAP-20230511-0003
  • Related CVEs
  • CVE-2026-31449: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31512: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31438: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31450: Linux Kernel Buffer Overflow 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