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

推荐订阅源

Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园_首页
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
美团技术团队
IT之家
IT之家
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
博客园 - 叶小钗
M
MIT News - Artificial intelligence
B
Blog RSS Feed
有赞技术团队
有赞技术团队
Y
Y Combinator Blog

Economic news

News.az - Latest news from Azerbaijan US-Iran naval confrontation in Hormuz looms over failed Islamabad talks | News.az Russia readies first Yak-130M batch to intercept Ukrainian long-range drones | News.az Moscow and Kyiv trade blame over fresh wave of mutual strikes | News.az Nvidia-backed SiFive hits $3.65 billion valuation for open AI chips | News.az BYD sets Guinness Records, previews new EVs at MIAS 2026 | News.az Russian listed by Memorial as political prisoner goes on hunger strike | News.az US gas prices slide 2 cents to $4.14 a gallon | News.az Pilots' union calls strikes at Lufthansa on April 13, 14 | News.az US military says two of its ships transited the Strait of Hormuz | News.az US has agreed to unfreeze Iranian assets | News.az Malaysia warns of supply shortages as global tensions push up costs | News.az China hospital helps stroke patient walk using mind controlled rehab system | News.az How will Barcelona line up against Espanyol? | News.az China successfully launches test satellite for satellite internet technology support | News.az Iraqi parliament elects Nizar Amedi as country's new president | News.az India raises export duties on diesel, aviation turbine fuel | News.az Lebanese PM delays Washington trip | News.az Sources: Iran's new Supreme Leader has disfiguring injuries | News.az Iraq's Parliament convenes to elect new president | News.az Iran denies U.S. vessel crossed Strait of Hormuz | News.az Microsoft halts all carbon removal purchases | News.az BYD to install 6,000 flash chargers globally | News.az Sirens alert of drone attack from Lebanon in Western Galilee | News.az U.S. warships cross Strait of Hormuz for first time since Iran war started | News.az World Bank and IMF to host 2029 Annual Meetings in Abu Dhabi | News.az Pakistani and Iranian delegations meet for talks in Islamabad | News.az Ships sail through Strait of Hormuz as peace talks begin | News.az Israeli air attacks kill 10 in southern Lebanon | News.az US-Iran negotiations for permanent ceasefire start in Islamabad | News.az
New “Copy Fail” bug puts Linux systems at serious risk | ...
2026-04-30 · via Economic news

Cybersecurity researchers have disclosed details of a Linux local privilege escalation (LPE) vulnerability that could allow an unprivileged local user to obtain root access.

The high-severity vulnerability, tracked as CVE-2026-31431 (CVSS score: 7.8), has been codenamed “Copy Fail” by Xint.io and Theori, News.Az reports, citing foreign media.

“An unprivileged local user can write four controlled bytes into the page cache of any readable file on a Linux system, and use that to gain root,” the vulnerability research team at Xint.io and Theori said.

At its core, the vulnerability originates from a logic flaw in the Linux kernel’s cryptographic subsystem, specifically within the algif_aead module. According to the researchers, the issue was introduced in a source code commit made in August 2017.

Successful exploitation of the shortcoming could allow a simple 732-byte Python script to edit a setuid binary and obtain root on essentially all Linux distributions shipped since 2017, including Amazon Linux, RHEL, SUSE, and Ubuntu. The Python exploit involves four steps -

- Open an AF_ALG socket and bind to authencesn(hmac(sha256),cbc(aes))

- Construct the shellcode payload

- Trigger the write operation to the kernel's cached copy of "/usr/bin/su"

- Call execve("/usr/bin/su") to load the injected shellcode and run it as root

While the vulnerability is not remotely exploitable in isolation, a local unprivileged user can get root simply by corrupting the page cache of a setuid binary. The same primitive also has cross-container impacts as the page cache is shared across all processes on a system.

In response to the disclosure, Linux distributions have released their own advisories -

- Amazon Linux

- Debian

- Red Hat Enterprise Linux

- SUSE

- Ubuntu

Copy Fail has its echoes in Dirty Pipe (CVE-2022-0847), another Linux kernel LPE vulnerability that could permit unprivileged users to splice data into the page cache of read-only files and ultimately overwrite sensitive files on the system to achieve code execution.

"Copy Fail is the same class of primitive, in a different subsystem," Bugcrowd's David Brumley said. "The 2017 in-place optimization in algif_aead allows a page-cache page to end up in the kernel’s writable destination scatterlist for an AEAD operation submitted over an AF_ALG socket. An unprivileged process can then drive splice() into that socket and complete a small, targeted write into the page cache of a file it doesn't own."

What makes the vulnerability dangerous is that it can be reliably triggered and does not require any race condition or kernel offset. On top of that, the same exploit works across distributions.

"This vulnerability is unique because it has four properties that almost never appear together: it's portable, tiny, stealthy, and cross-container," a Xint.io spokesperson told The Hacker News in a statement. "It allows any user account, no matter how low-level, to increase their privilege to full admin access. It also allows them to bypass sandboxing and works across all Linux versions and distributions."

News.Az 

By Nijat Babayev