New Linux Rootkit
一家公司发布名为“Curing”的Linux rootkit, 利用内核特性io_uring隐蔽执行恶意活动, 摆脱现有检测方案. 该技术使攻击者可避开传统监控, 悄悄进行网络连接或文件篡改. 公司同时推广其阻断此类攻击的产品. 2025-4-24 19:35:15 Author: www.schneier.com(查看原文) 阅读量:12 收藏

New Linux Rootkit

Interesting:

The company has released a working rootkit called “Curing” that uses io_uring, a feature built into the Linux kernel, to stealthily perform malicious activities without being caught by many of the detection solutions currently on the market.

At the heart of the issue is the heavy reliance on monitoring system calls, which has become the go-to method for many cybersecurity vendors. The problem? Attackers can completely sidestep these monitored calls by leaning on io_uring instead. This clever method could let bad actors quietly make network connections or tamper with files without triggering the usual alarms.

Here’s the code.

Note the self-serving nature of this announcement: ARMO, the company that released the research and code, has a product that it claims blocks this kind of attack.

Tags: ,

Posted on April 24, 2025 at 3:35 PM0 Comments

Sidebar photo of Bruce Schneier by Joe MacInnis.


文章来源: https://www.schneier.com/blog/archives/2025/04/new-linux-rootkit.html
如有侵权请联系:admin#unsafe.sh