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
    • 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-42719

CVE-2022-42719: Linux Kernel Use-After-Free Vulnerability

CVE-2022-42719 is a use-after-free flaw in the Linux Kernel mac80211 stack that allows attackers to crash the system or execute code via WLAN frame injection. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-42719 Overview

CVE-2022-42719 is a use-after-free vulnerability in the mac80211 stack of the Linux kernel affecting versions 5.2 through 5.19.x before 5.19.16. The vulnerability occurs when parsing a multi-BSSID element in wireless frames. Attackers capable of injecting WLAN frames can exploit this flaw to crash the kernel and potentially achieve arbitrary code execution, making this a significant threat to systems with wireless networking enabled.

Critical Impact

This use-after-free vulnerability in the Linux kernel's wireless stack allows attackers within adjacent network range to potentially execute arbitrary code at the kernel level, leading to complete system compromise.

Affected Products

  • Linux Kernel versions 5.2 through 5.19.x (before 5.19.16)
  • Fedora 35, 36, and 37
  • Debian Linux 10.0 and 11.0

Discovery Timeline

  • October 13, 2022 - CVE-2022-42719 published to NVD
  • May 15, 2025 - Last updated in NVD database

Technical Details for CVE-2022-42719

Vulnerability Analysis

The vulnerability resides in the mac80211 wireless stack, specifically in the code responsible for parsing multi-BSSID elements within 802.11 management frames. Multi-BSSID is a feature that allows access points to advertise multiple virtual BSSIDs within a single beacon frame, improving network efficiency and scalability.

The use-after-free condition occurs due to improper memory management when processing these multi-BSSID elements. When the kernel parses a maliciously crafted WLAN frame containing a multi-BSSID element, it may reference memory that has already been freed, leading to undefined behavior. This can result in kernel crashes (denial of service) or, in more sophisticated attacks, arbitrary code execution with kernel privileges.

The vulnerability is classified as CWE-416 (Use After Free), a common memory corruption flaw where a program continues to use a pointer after the memory it points to has been freed and potentially reallocated for other purposes.

Root Cause

The root cause of CVE-2022-42719 lies in the improper handling of memory lifecycle management within the multi-BSSID parsing routines of the mac80211 stack. When processing incoming wireless frames, the kernel allocates memory structures to hold parsed BSSID information. Under certain conditions, the code path responsible for cleanup may free these structures prematurely while other parts of the code still hold references to them.

When these stale references are subsequently dereferenced, the kernel accesses memory that may have been reallocated for other purposes, corrupted, or marked as invalid. The commit ff05d4b45dd89b922578dac497dcabf57cf771c6 in the kernel wireless git repository addresses this by implementing proper reference counting and ensuring memory is not freed while still in use.

Attack Vector

The attack vector for CVE-2022-42719 requires adjacent network access, meaning the attacker must be within wireless range of the target system. The attack does not require authentication or user interaction, making it particularly dangerous in environments with wireless networking enabled.

An attacker would craft malicious 802.11 management frames containing specially constructed multi-BSSID elements designed to trigger the use-after-free condition. These frames can be injected using commodity wireless hardware in monitor mode. The vulnerability mechanism involves the parsing code accessing freed memory structures when processing these malicious frames, potentially allowing the attacker to control the contents of the reallocated memory region and achieve code execution in kernel context.

Detection Methods for CVE-2022-42719

Indicators of Compromise

  • Unexpected kernel panics or system crashes, particularly on systems with active wireless interfaces
  • Kernel log messages indicating memory corruption or invalid memory access in mac80211 or wireless-related modules
  • Unusual wireless deauthentication or disassociation events preceding system instability
  • Memory corruption signatures in crash dumps pointing to ieee80211_ or cfg80211_ function prefixes

Detection Strategies

  • Deploy kernel-level monitoring to detect anomalous memory access patterns in the mac80211 stack
  • Monitor system logs for kernel oops or panic messages referencing wireless subsystem functions
  • Implement wireless intrusion detection systems (WIDS) to identify malformed or anomalous 802.11 management frames
  • Use SentinelOne's kernel-level behavioral analysis to detect exploitation attempts targeting memory corruption vulnerabilities

Monitoring Recommendations

  • Enable kernel logging with enhanced verbosity for wireless subsystem events
  • Configure alerting on sudden wireless interface disconnections followed by kernel-level errors
  • Monitor for signs of post-exploitation activity such as unauthorized privilege escalation or persistence mechanisms
  • Implement network-level monitoring for unusual wireless frame patterns in proximity to affected systems

How to Mitigate CVE-2022-42719

Immediate Actions Required

  • Update Linux kernel to version 5.19.16 or later immediately on all affected systems
  • If immediate patching is not possible, consider disabling wireless interfaces on critical systems until updates can be applied
  • Review and apply distribution-specific security updates from Debian and Fedora
  • Ensure SentinelOne agents are deployed and updated to provide runtime protection against exploitation attempts

Patch Information

The vulnerability has been patched in Linux kernel version 5.19.16 and subsequent releases. The fix is documented in the kernel wireless git commit. Distribution-specific patches are available through the following advisories:

  • Debian Security Advisory DSA-5257
  • Debian LTS Announcement
  • Fedora Package Announcements
  • Kernel Live Patch Security Notice LNS-0091-1

Workarounds

  • Disable wireless networking on systems where it is not essential until patches can be applied
  • Use rfkill to software-block wireless interfaces: rfkill block wifi
  • Implement network segmentation to limit exposure of vulnerable systems to untrusted wireless environments
  • Consider using wired network connections as an alternative on critical infrastructure
bash
# Disable wireless interface temporarily as a mitigation
sudo rfkill block wifi

# Verify wireless is disabled
rfkill list

# Check current kernel version
uname -r

# Update kernel on Debian-based systems
sudo apt update && sudo apt upgrade linux-image-$(uname -r)

# Update kernel on Fedora
sudo dnf update kernel

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.53%

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

  • Openwall OSS Security Discussion

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Debian Security Advisory DSA-5257
  • Vendor Resources
  • Openwall OSS Security Discussion

  • SUSE Bug Report #1204051

  • Kernel Wireless Commit Update
  • Related CVEs
  • CVE-2026-31745: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43048: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43049: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43056: Linux Kernel Use-After-Free 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