Breakdown of New RunC Vulnerabilities
substack.bomfather.dev·23h·
Discuss: Hacker News
Flag this post

I recommend reading the actual exploit https://seclists.org/oss-sec/2025/q4/161. It’s mind-blowing, how complex and how many jumps it takes actually to do something like this:

Essentially, an attacker wants to gain elevated access on the machine, but is only an unprivileged user. This vulnerability allows the attacker to obtain root on host , crash the kernel, and disable Linux Security Module policies. In a nutshell, pretty bad stuff.

Essentially, the root cause of all three of these vulnerabilities is a Time-of-Check to Time-of-Use (TOCTU) vulnerability in runc’s mounting logic.

runc just wants to mount normal directories into a container, but an attacker can sabotage this process, to make runc mount some protected directorie…

Similar Posts

Loading similar posts...