惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
The GitHub Blog
The GitHub Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
博客园_首页
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
The Cloudflare Blog

TechSpot

Flagship Rematch: Ryzen 7 5800X3D vs. Core i9-12900K Slack chats and internal data from failed startups are finding a second life in AI training A $5 Bluetooth tracker hidden in a postcard exposed a warship's movements Leakers claim PlayStation 6 could offer at least 3x the performance of the PS5 The Mac Mini is no longer a niche product, it's local AI infrastructure IPv6 traffic reaches parity with IPv4 for the first time, Google data shows Xbox expansion cards are now cheaper than SSDs, and PC users are repurposing them Blue Origin prepares to reuse New Glenn booster in bid to challenge SpaceX Nvidia could bring back the 12GB RTX 3060 as supply issues disrupt GPU roadmap What was the first OS you ever used? SNK revives NeoGeo AES with modern upgrades and HDMI support Valve's Proton 11 beta boosts Linux gaming with better performance and classic game support Researchers warn Microsoft Defender vulnerability is already being exploited A four-day Steam freebie turned into $250,000 for an indie game AMD may relaunch Ryzen 7 5800X3D for AM4's 10th anniversary This humanoid robot can almost run as fast as a human sprinter Two New Jersey men jailed for helping North Korean IT workers infiltrate 100+ companies A $7,000 DIY radar project is taking on hardware that usually costs over $100,000 Metro 2039 is going darker than ever, launching this winter on PC and consoles Gemini arrives on macOS with a dedicated desktop app AI infrastructure boom pushes AMD, Intel and Arm to new valuation heights New self-healing material can repair itself over 1,000 times, extend the lifespan of cars and aircraft Japan's bullet train to debut high-tech private cabins, for an added fee Memory card and flash drive pricing surges 120%, with some models spiking 260% Open-source tool decrypts all private data collected by Windows Recall on Copilot PCs The 2026 PC and Console Gaming Report shows most revenue now comes from games outside the Top 20 PureMac is a new open-source macOS cleanup and app removal tool Your Airbnb host might actually be AI Steam might soon display 30-day price history for game deals Intel brings 18A process to budget laptops with new Core Series 3 CPUs
Newly disclosed "Dirty Frag" vulnerability left...
Alfonso Maruccia · 2026-05-12 · via TechSpot

Serving tech enthusiasts for over 25 years.
TechSpot means tech analysis and advice you can trust.

Facepalm: The open-source community is once again facing a major security incident tied to an "unprecedented" vulnerability. The new flaw could give attackers a reliable way to escalate user privileges, and no patch is available yet. Fortunately, the mitigation process is relatively straightforward. Still, kernel developers are already growing frustrated with the seemingly endless stream of critical bugs.

Hyunwoo Kim, also known as "V4bel," recently disclosed "Dirty Frag," a dangerous security vulnerability that provides local attackers with root access on Linux-based systems. All major – and likely many minor – Linux distributions are affected by the issue, which currently can only be mitigated because no patch is available yet. In fact, Kim had planned to disclose the bug at a later date, but someone intervened and forced the issue into the open before fixes could be prepared.

Dirty Frag is the second critical Linux root exploit disclosed in two weeks, affecting Ubuntu, RHEL, Fedora, openSUSE, and most other major distributions.

Dirty Frag is a universal local privilege escalation vulnerability that belongs to the same class as Dirty Pipe and the recently disclosed Copy Fail, V4bel explained. The exploit chains together two separate vulnerabilities – xfrm-ESP Page-Cache Write (CVE-2026-43284) and RxRPC Page-Cache Write (CVE-2026-43500) – to create a deterministic exploitation method that does not crash the kernel and has a high success rate.

Dirty Frag has existed in the Linux kernel for at least nine years, as the xfrm-ESP Page-Cache Write vulnerability was first introduced in 2017. V4bel successfully tested the exploit on recent versions of Ubuntu Linux, RHEL, openSUSE Tumbleweed, CentOS Stream, AlmaLinux, and Fedora. Most modern Linux distributions are likely affected by the issue.

– V4bel (@v4bel) May 7, 2026

After discovering Dirty Frag, Hyunwoo Kim was reportedly working with Linux developers to fix the issue before publicly disclosing it. However, an unnamed third party published a working proof of concept earlier than anticipated, forcing the researcher to disclose the vulnerability more than a month ahead of schedule.

Dirty Frag has yet to receive an official tracking CVE, but the Linux community is already scrambling to mitigate the issue. The vulnerability can be neutralized with a single console command that removes the vulnerable esp4, esp6, and rxrpc modules from the kernel. However, the mitigation also disables functionality related to IPsec-based VPN services and the AFS distributed file system.

In his detailed write-up, V4bel also shared code designed to fully neutralize Dirty Frag within the affected cryptographic modules. The researcher warned that even after applying mitigations for Copy Fail, the Linux kernel remains vulnerable to Dirty Frag until additional countermeasures – either mitigations or a full patch – are implemented.

Major kernel-level security vulnerabilities are appearing at an increasingly alarming pace, and Linux maintainers are now working on a significant change aimed at reducing the window of exploitability. Kernel developers are proposing a "Killswitch" feature that would temporarily disable specific kernel functions affected by critical flaws, giving system administrators a way to keep systems – and businesses – running while proper patches are developed.