Privilege Escalation via Page Use-After-Free in Qualcomm's QAIC Linux Kernel Driver
Pure flour-power. Hearty enough to carry you through lunch.
Summary
This security blog post details a privilege escalation vulnerability (page use-after-free) found in Qualcomm's QAIC (AI Accelerator) Linux Kernel Driver. The vulnerability stems from a dangling page-table entry that creates a page-level use-after-free scenario. The exploit involves reclaiming the freed physical page as a pipe_buffer slab page, which provides a very strong physical read/write primitive for privilege escalation. The post is described as relatively short because the resulting exploit primitive is extremely powerful.
Key quotes
· 3 pulledThis post is a shorter one because the resulting exploit primitive is very strong.
The vulnerability leaves behind a dangling page-table entry and therefore creates a page-level use-after-free scenario.
By reclaiming the freed physical page as a pipe_buffer slab page, that is, a
You might also wanna read
Linux kernel patch proposes per-function "killswitch" for runtime short-circuit mitigation
A Linux kernel patch proposal by Sasha Levin introduces a "killswitch" mechanism — a per-function short-circuit mitigation primitive designe
Four stable Linux kernels released with partial fixes for Dirty Frag and Copy Fail 2 vulnerabilities
Greg Kroah-Hartman has released four stable Linux kernels (7.0.5, 6.18.28, 6.12.87, and 6.6.138) containing partial fixes for the Dirty Frag
Linux Kernel Self-Protection Project: Addressing Security Challenges with Flexible Array Members and struct sockaddr
The article discusses the Linux Kernel Self-Protection Project (KSPP) and its work on improving kernel security, particularly focusing on bo
Red Hat NPM accounts compromised in supply-chain attack pushing credential-stealing worm
A supply-chain attack compromised official Red Hat NPM accounts (@redhat-cloud-services) to push a malicious worm that spreads between machi
arstechnica.com·2h agoMultiple @redhat-cloud-services npm packages compromised in supply chain attack
Multiple npm packages under the @redhat-cloud-services scope have been compromised with malicious releases. The affected packages include @r
Suspicious hidden message discovered in jqwik testing library 1.10.0
A developer reports discovering a suspicious string in the jqwik testing library (version 1.10.0) that appears during Maven test runs. The s
