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-2022-48805

CVE-2022-48805: Linux Kernel Buffer Overflow Vulnerability

CVE-2022-48805 is a buffer overflow flaw in the Linux Kernel's ax88179_178a USB network driver that enables malicious devices to trigger out-of-bounds memory accesses. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 18, 2026

CVE-2022-48805 Overview

CVE-2022-48805 is an out-of-bounds access vulnerability in the Linux kernel's ax88179_178a USB network driver. The vulnerability exists in the ax88179_rx_fixup() function, which handles packet reception from AX88179 and AX88178A USB Ethernet adapters. A malicious or defective USB device can trigger multiple out-of-bounds memory accesses, potentially leading to information disclosure, data corruption, or system compromise.

Critical Impact

A malicious USB device can exploit this vulnerability to leak sensitive kernel heap data via crafted network packets and potentially achieve out-of-bounds writes on little-endian systems.

Affected Products

  • Linux Kernel (multiple versions affected)
  • Linux Kernel 5.17-rc1
  • Linux Kernel 5.17-rc2
  • Linux Kernel 5.17-rc3

Discovery Timeline

  • 2024-07-16 - CVE CVE-2022-48805 published to NVD
  • 2025-03-06 - Last updated in NVD database

Technical Details for CVE-2022-48805

Vulnerability Analysis

The vulnerability resides in the ax88179_rx_fixup() function within the USB network driver for AX88179 and AX88178A chipsets. This function processes incoming network packets from USB Ethernet adapters but fails to properly validate boundaries when handling packet metadata and payload data.

Three distinct out-of-bounds access conditions have been identified:

  1. Metadata Array Overflow: The metadata array accessed at offsets hdr_off to hdr_off+2*pkt_cnt can extend beyond buffer boundaries, causing out-of-bounds reads and, on big-endian systems, out-of-bounds endianness conversions.

  2. Packet/Metadata Overlap: A maliciously crafted packet can overlap with the metadata array, causing subsequent out-of-bounds endianness flips to corrupt data in SKBs (socket buffers) that have already been passed to the network stack.

  3. SKB Tail Manipulation: A packet SKB can be constructed with its tail pointer positioned far beyond its actual end, causing out-of-bounds heap data to be treated as part of the SKB's data payload.

The vulnerability can be exploited locally by connecting a malicious USB device to the target system. Successful exploitation has been demonstrated to leak kernel heap data through crafted ICMPv6 Echo Request/Reply exchanges.

Root Cause

The root cause is insufficient boundary checking and validation in the ax88179_rx_fixup() function. The driver trusts packet metadata provided by the USB device without verifying that the indicated packet counts, offsets, and sizes fall within the bounds of the received data buffer. This allows an attacker-controlled USB device to specify malicious values that cause the driver to access memory outside the intended buffer boundaries.

Attack Vector

Exploitation requires local access to connect a malicious USB device to the target system. The attack proceeds as follows:

  1. The attacker connects a specially crafted USB device emulating an AX88179/AX88178A USB Ethernet adapter
  2. The malicious device sends packets with manipulated metadata indicating invalid packet counts or offsets
  3. When the kernel's ax88179_rx_fixup() function processes these packets, it performs out-of-bounds memory operations
  4. On big-endian systems, OOB endianness flips corrupt adjacent memory
  5. The attacker can craft ICMPv6 Echo Requests that trigger responses containing leaked kernel heap data
  6. On little-endian systems, additional exploitation through IP options processing may enable out-of-bounds writes via skb_cow() triggering

The vulnerability demonstrates how USB devices, which are often implicitly trusted, can be weaponized to compromise kernel memory safety.

Detection Methods for CVE-2022-48805

Indicators of Compromise

  • Unexpected USB Ethernet adapter connections, particularly AX88179 or AX88178A chipsets
  • Kernel log messages indicating memory corruption or out-of-bounds access in the ax88179_178a driver
  • Unusual ICMPv6 traffic patterns from systems with USB Ethernet adapters
  • Kernel OOPS or panic events related to USB network driver processing

Detection Strategies

  • Monitor USB device connection events for unexpected AX88179/AX88178A Ethernet adapters using udevadm monitor or similar tools
  • Implement kernel KASAN (Kernel Address Sanitizer) in development/testing environments to detect out-of-bounds accesses
  • Deploy endpoint detection rules to alert on suspicious USB device enumeration patterns
  • Review kernel logs (dmesg) for anomalies in the ax88179_178a driver module

Monitoring Recommendations

  • Enable USB device auditing to track all USB device connections with timestamps and device descriptors
  • Configure kernel logging verbosity for the ax88179_178a module during security-sensitive operations
  • Implement network traffic analysis to identify anomalous ICMPv6 patterns that may indicate exploitation attempts

How to Mitigate CVE-2022-48805

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the boundary checking fixes
  • Restrict physical USB port access on sensitive systems through physical security controls
  • Disable USB ports where not required using BIOS/UEFI settings or kernel parameters
  • Consider using USB device whitelisting via USBGuard to prevent unauthorized USB Ethernet adapters

Patch Information

Linux kernel patches have been released across multiple stable branches. The following commits contain the fix:

  • Kernel Git Commit 1668781e
  • Kernel Git Commit 57bc3d3a
  • Kernel Git Commit 63f0cfb3
  • Kernel Git Commit 711b6bf3
  • Kernel Git Commit 758290de
  • Kernel Git Commit 9681823f
  • Kernel Git Commit a0fd5492
  • Kernel Git Commit ffd0393a

Workarounds

  • Blacklist the ax88179_178a kernel module if AX88179/AX88178A USB Ethernet adapters are not required
  • Implement USB device whitelisting using USBGuard to block unauthorized USB Ethernet adapters
  • Disable USB controller access for unprivileged users through system hardening measures
bash
# Blacklist the vulnerable driver module
echo "blacklist ax88179_178a" | sudo tee /etc/modprobe.d/blacklist-ax88179.conf

# Unload the module if currently loaded
sudo modprobe -r ax88179_178a

# Verify module is not loaded
lsmod | grep ax88179

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.01%

  • 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-125
  • Vendor Resources
  • Kernel Git Commit 1668781e

  • Kernel Git Commit 57bc3d3a

  • Kernel Git Commit 63f0cfb3

  • Kernel Git Commit 711b6bf3

  • Kernel Git Commit 758290de

  • Kernel Git Commit 9681823f

  • Kernel Git Commit a0fd5492

  • Kernel Git Commit ffd0393a
  • 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