Close Menu
    What's Hot

    Americans Are Feeling Better About the Economy, Consumer Survey Shows

    Best Investments Over the Last 100 Years? Almost All Are Tech Companies.

    Leon Black Decries ‘Vicious Narratives’ About His Relationship With Epstein

    Facebook X (Twitter) Instagram
    Trending
    • Americans Are Feeling Better About the Economy, Consumer Survey Shows
    • Best Investments Over the Last 100 Years? Almost All Are Tech Companies.
    • Leon Black Decries ‘Vicious Narratives’ About His Relationship With Epstein
    • The Private Credit Blues | Seeking Alpha
    • Super League: St Helens report Wakefield to RFL and hit back at claims they rejected offer for Harry Robertson | Rugby League News
    • The Ancient Uzbeki City That’s New Again
    • Inside CAA’s new Nashville office, where a listening lounge, sports bar, and employee dressing rooms are the amenities
    • Vance Downplays Watergate and Compares Himself to Nixon
    interluknewsinterluknews
    • Home
    • Business
      • Corporate News
      • Industry Insights
      • Startups & Entrepreneurship
      • Technology & Innovation
    • Economy
      • Economic Policy
      • Financial Analysis
      • Inflation & Interest Rates
      • Trade & Markets
    • Global
      • Conflicts & Security
      • Diplomacy
      • Global Trends
      • International Affairs
    • Lifestyle
      • Fashion
      • Food & Dining
      • Personal Development
      • Travel
    • Opinion
      • Columns
      • Editorials
      • Expert Opinions
      • Reader Voices
    • More
      • Politics
        • Elections
        • Government & Policy
        • International Relations
        • Political Analysis
      • Sports
        • Cricket
        • Football / Soccer
        • International Sports
        • Local Sports
      • Technology
        • Artificial Intelligence
        • Cybersecurity
        • Gadgets & Reviews
        • Tech News
      • South Africa News
    Facebook X (Twitter) Instagram
    interluknewsinterluknews
    Cybersecurity

    New Linux pedit COW Exploit Enables Root Access by Poisoning Cached Binaries

    adminBy adminJune 26, 2026No Comments4 Mins Read
    Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
    New Linux pedit COW Exploit Enables Root Access by Poisoning Cached Binaries
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Swati KhandelwalJun 26, 2026Linux / Vulnerability

    New Linux pedit COW Exploit Enables Root Access by Poisoning Cached Binaries

    A flaw in the Linux kernel’s traffic-control subsystem can let a local unprivileged user gain root on affected systems.

    CVE-2026-46331, nicknamed “pedit COW,” is an out-of-bounds write in the packet-editing action (act_pedit) that corrupts shared page-cache memory. A public, working exploit appeared within a day of the CVE assignment on June 16. Red Hat rates the flaw as important.

    The exploit never touches the file on disk. It poisons the cached copy of a setuid root binary (/bin/su) in memory, injects a small payload, and runs that altered image as root. File-integrity checks come back clean while a root shell is already open.

    The exploit needs two things: act_pedit being loadable and unprivileged user namespaces being open, giving the attacker a namespace-local networking capability (CAP_NET_ADMIN) needed to trigger the bug.

    On the tested RHEL and Debian targets, both conditions were present.

    How the Bug Works

    Linux’s tc traffic-control tool can rewrite packet headers in flight using an action called pedit. The kernel function that does this, tcf_pedit_act(), is supposed to make a private copy of the data before editing it, the standard copy-on-write pattern.

    Cybersecurity

    It checked the writable range once, before the final offsets were known. Some edit keys only resolve their offset at runtime. When that happens, the write lands outside the privately copied region, so the kernel modifies a shared page-cache page instead of a private copy. If that page belongs to a cached file, the file’s in-memory image is corrupted.

    The pattern is familiar. Dirty Pipe, Copy Fail, DirtyClone, and Dirty Frag all share the same shape: a kernel fast path writes into a page it does not exclusively own, and the page cache takes the hit.

    What is new here is the entry point. An unprivileged user can configure tc actions from inside a user namespace, which gives them the CAP_NET_ADMIN that the exploit needs.

    Affected Systems

    The PoC author reported unprivileged-to-root exploitation on RHEL 10 and Debian 13 (trixie), where unprivileged user namespaces are open by default. Ubuntu 24.04 required routing execution through AppArmor profiles that still permit user namespaces. Ubuntu 26.04 blocks that path by default because its AppArmor profiles restrict unprivileged user namespaces, though the underlying kernel remains vulnerable.

    Fixes are split by vendor.

    • Debian has fixed trixie through its security channel. Debian 11 and 12 are still listed as vulnerable.
    • Ubuntu lists supported releases from 18.04 through 26.04 as vulnerable as of June 25.
    • Red Hat lists RHEL 8, 9, and 10 as affected; RHEL 7 is not listed in the bulletin.

    What to Do

    Install the patched kernel and reboot. Prioritize systems where “local user” does not mean trusted user: multi-tenant hosts, CI/CD runners, Kubernetes nodes, build workers, and shared research or lab machines.

    Cybersecurity

    If you cannot patch yet, two mitigations kill the exploit chain. On systems that do not need tc pedit rules, check whether the module is in use (lsmod | grep act_pedit), then block it from loading:

    echo 'install act_pedit /bin/true' | sudo tee /etc/modprobe.d/disable-act_pedit.conf

    Alternatively, disable unprivileged user namespaces (user.max_user_namespaces=0 on RHEL, kernel.unprivileged_userns_clone=0 on Debian/Ubuntu). That removes the namespace-local capability the exploit needs, but it breaks rootless containers, some CI sandboxes, and sandboxed browsers. Test first.

    Because the overwrite targets cached memory, file-integrity checks may not catch it. Dropping the page cache (echo 3 > /proc/sys/vm/drop_caches) clears the poisoned in-memory copy, but does nothing about the root shell the attacker already opened. Treat the host as compromised.

    The fix landed on the netdev mailing list in late May, framed as a routine data-corruption patch. The exploitable detail sat on a public mailing list for weeks. No CVE, no security warning. The CVE was assigned when the fix was merged on June 16. The weaponized proof-of-concept followed within a day. For kernel page-cache corruption bugs, waiting for a scanner rule is too slow.

    access binaries Cached cow enables Exploit Linux pedit poisoning root
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    Previous ArticleIs a European Single Market for Energy Such a Good Idea? by Brigitte Granville
    Next Article Mets fire Carlos Mendoza: Manager out after dismal first half in Queens
    admin
    • Website

    Related Posts

    New DirtyClone Linux Kernel Flaw Lets Local Users Gain Root via Cloned Packets

    June 26, 2026

    Microsoft Warns of Photo ZIP Phishing Campaign Targeting Hotels with Node.js Implant

    June 26, 2026

    Google Details Turla’s New STOCKSTAY Backdoor Used in Ukraine Espionage Attacks

    June 26, 2026
    Leave A Reply Cancel Reply

    Demo
    Latest Posts

    Americans Are Feeling Better About the Economy, Consumer Survey Shows

    Best Investments Over the Last 100 Years? Almost All Are Tech Companies.

    Leon Black Decries ‘Vicious Narratives’ About His Relationship With Epstein

    The Private Credit Blues | Seeking Alpha

    Latest Posts

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    Advertisement
    Demo

    We are a digital news platform delivering timely, accurate, and insightful coverage of politics, global affairs, business, economy, sports, and more. Our mission is to keep readers informed with reliable news, clear analysis, and stories that truly matter.
    We're social. Connect with us:

    Facebook X (Twitter) Instagram Pinterest YouTube

    Subscribe to Updates

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

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

    Powered by
    ...
    ►
    Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
    None
    ►
    Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
    None
    ►
    Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
    None
    ►
    Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
    None
    ►
    Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    None
    Powered by