Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    KMW CCTV Security Cameras | CISA

    May 30, 2026

    US charges Google security engineer with Polymarket insider trading

    May 30, 2026

    CVE-2026-10152 | THREATINT

    May 30, 2026
    Facebook X (Twitter) Instagram
    • Demos
    • Technology
    • Gaming
    • Buy Now
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Canadian Cyber WatchCanadian Cyber Watch
    • Home
    • News
    • Alerts
    • Tips
    • Tools
    • Industry
    • Incidents
    • Events
    • Education
    Subscribe
    Canadian Cyber WatchCanadian Cyber Watch
    Home»Alerts»VU#980487: Local privilege escalation in Linux Kernel (Dirty Frag)
    Alerts

    VU#980487: Local privilege escalation in Linux Kernel (Dirty Frag)

    adminBy adminMay 20, 2026No Comments4 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Overview

    A privilege escalation vulnerability, nicknamed “Dirty Frag,” has been discovered in the Linux kernel versions 4.10 and later. This vulnerability is a result of chaining together two previously discovered vulnerabilities, xfrm-ESP Page-Cache Write CVE-2026-43284 and the RxRPC Page-Cache Write CVE-2026-43500. This vulnerability was publicly disclosed on May 07, 2026.

    Description

    Dirty Frag is a Linux kernel vulnerability affecting the IPv4/IPv6 fragmentation and reassembly subsystem. The issue stems from improper handling of overlapping or malformed fragment offsets during the reassembly process. An attacker capable of sending crafted network packets to a vulnerable host can exploit the flaw to trigger memory corruption conditions.

    The publicly documented proof of concept demonstrates that fragmentation logic can be manipulated such that the kernel processes inconsistent fragment states, enabling a controlled write out-of-bounds scenario. When successfully exploited, this can result in local or remote denial of service (kernel panic) and, depending on configuration and kernel build options, may create a primitive for more advanced memory manipulation.

    The vulnerability arises from insufficient validation of fragment metadata during reassembly, specifically around:

    • Incorrect or incomplete enforcement of fragment boundary checks
    • Acceptance of overlapping fragments in unsafe sequences
    • Inadequate cleanup when transitions occur between valid and invalid fragment states

    The fragment queue logic in affected kernels does not fully verify that fragment offsets, sizes, and overlap conditions remain consistent throughout reassembly. This allows malformed sequences to be processed without proper rejection.

    Impact

    The primary security concern is potential privilege escalation, similar in nature to the previously disclosed VU#260001 (“Copy Fail”) vulnerability.

    Depending on system configuration, kernel hardening features, and network exposure, successful exploitation may result in:

    • Local or remote denial of service through kernel panic
    • Memory corruption within the Linux networking stack
    • Privilege escalation
    • Container escape in certain containerized environments
    • Additional exploit primitives when chained with other vulnerabilities

    Solution

    Update Linux distribution

    Update your distribution’s kernel package as soon as vendor patches become available. Most major Linux distributions are expected to release fixes through their standard update channels.

    Workarounds (if patching is not immediately possible):

    1) Disable at-risk modules (if loaded and loadable):
    Use the following command to remove the modules in which the vulnerabilities occur and clear the page cache.
    sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; echo 3 > /proc/sys/vm/drop_caches; true"

    Note: you can verify if a module is currently being used using lsmod and the Used field or reviewing refcnt data in /sys/module/<module_name>/refcnt for e.g., cat /sys/module/esp4/refcnt

    2) If affected modules esp4, esp6, rxrpc are compiled into the kernel (not a dynamic module), the following parameter can be added to grub, systemd-boot, or grubby, depending on your boot configuration:
    initcall_blacklist=esp4,esp6,rxrpc
    This prevents the module from initializing at boot time. A system reboot is required for this change to take effect.

    Mitigation for Containers

    For containerized environments, where this vulnerability may be leveraged for container escape, consider applying one or more of the following mitigations:

    • Secure computing (seccomp) filtering: Restrict or deny system calls that create sockets using the AF_ALG address family (protocol 38) and AF_RXRPC (protocol 33) .
    • AppArmor policies: Use AppArmor to block creation of AF_ALG sockets and AF_RXRPC via the network alg rule.
    • eBPF-based enforcement: Deploy BPF-based controls to deny socket creation with address family AF_ALG (38) and AF_RXRPC (33).

    Acknowledgements

    This vulnerability was disclosed by Hyunwoo Kim. This document was written by Bob Kemerer.

    Vendor Information

    One or more vendors are listed for this advisory. Please reference the full report for more information.

    References

    • https://github.com/V4bel/dirtyfrag
    • https://github.com/V4bel/dirtyfrag/blob/master/assets/write-up.md
    • https://nvd.nist.gov/vuln/detail/CVE-2026-43284
    • https://www.tenable.com/blog/dirty-frag-cve-2026-43284-cve-2026-43500-frequently-asked-questions-linux-kernel-lpe

    Other Information

    CVE IDs:

    CVE-2026-43500

    CVE-2026-43284

    Date Public: 2026-05-20
    Date First Published: 2026-05-20
    Date Last Updated: 2026-05-20 21:23 UTC
    Document Revision: 1

    • About vulnerability notes
    • Contact us about this vulnerability
    • Provide a vendor statement



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleKieback & Peter DDC Building Controllers
    Next Article Hackers bypass SonicWall VPN MFA due to incomplete patching
    admin
    • Website

    Related Posts

    Alerts

    KMW CCTV Security Cameras | CISA

    May 30, 2026
    Alerts

    CVE-2026-10152 | THREATINT

    May 30, 2026
    Alerts

    SSA-645131 V1.0: Multiple WRL File Parsing Vulnerabilities in Teamcenter Visualization

    May 30, 2026
    Add A Comment

    Comments are closed.

    Demo
    Top Posts

    Catchy & Intriguing

    March 17, 202674 Views

    Defending Canada’s Digital Frontier: Combating Phishing, Social Engineering, Ransomware, and Malware

    March 23, 202629 Views

    The Essential Guide to Removing Computer Infections: Step-by-Step Remedies

    March 20, 202627 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews
    85
    Featured

    Pico 4 Review: Should You Actually Buy One Instead Of Quest 2?

    January 15, 2021 Featured
    8.1
    Uncategorized

    A Review of the Venus Optics Argus 18mm f/0.95 MFT APO Lens

    January 15, 2021 Uncategorized
    8.9
    Editor's Picks

    DJI Avata Review: Immersive FPV Flying For Drone Enthusiasts

    January 15, 2021 Editor's Picks

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Demo
    Most Popular

    Catchy & Intriguing

    March 17, 202674 Views

    Defending Canada’s Digital Frontier: Combating Phishing, Social Engineering, Ransomware, and Malware

    March 23, 202629 Views

    The Essential Guide to Removing Computer Infections: Step-by-Step Remedies

    March 20, 202627 Views
    Our Picks

    KMW CCTV Security Cameras | CISA

    May 30, 2026

    US charges Google security engineer with Polymarket insider trading

    May 30, 2026

    CVE-2026-10152 | THREATINT

    May 30, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Facebook X (Twitter) Instagram Pinterest
    • Home
    • Technology
    • Gaming
    • Phones
    • Buy Now
    © 2026 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.