A Hypervisor(-less) Denuvo bypass for Linux
Summary
A method to bypass Denuvo anti-tamper protection on Linux is described, involving a kernel patch provided in compiling instructions.
Similar Articles
ps5-linux-loader: Linux payload implementing HV exploits to run a custom bootloader
ps5-linux-loader is a Linux payload that exploits hypervisor vulnerabilities on PS5 Phat and Slim consoles (firmware 3.00-7.61) to run a custom bootloader, enabling full Linux desktop usage with GPU acceleration, USB, Bluetooth, and M.2 SSD support.
Hardware backdoors in some x86 CPUs
Security researcher Domas reveals rosenbridge, a hardware backdoor in VIA C3 x86 CPUs that allows unprivileged code to bypass processor protections and access kernel memory. The repository provides tools to check for and mitigate the vulnerability.
Dirtyfrag: Universal Linux LPE
A report titled 'Dirty Frag' details a universal Linux Local Privilege Escalation (LPE) vulnerability that allows root access on major distributions by chaining two kernel bugs. The disclosure notes that due to a broken embargo, no patches currently exist for this critical security issue.
A Linux Kernel 0-day Journey - From a limited UAF to Physical Memory R/W
This article details the discovery and exploitation of a Linux kernel 0-day vulnerability in the network scheduler subsystem (red scheduler), turning a limited slab use-after-free into full physical memory read/write, ultimately achieving privilege escalation to root. The vulnerability existed for 2.5 years and was fixed in June 2026.
Linux patches introduce "KNOD" for in-kernel network offloading directly to AMD GPUs
Linux kernel patches introduce KNOD, a mechanism for in-kernel network packet offloading directly to AMD GPUs, enabling accelerated packet processing without user-space dependencies like ROCm. The code manages GPU queues, JIT compiles per-packet programs, and dispatches work entirely from the kernel.