Rust 1.94.1 has been released.
This point release fixes a few regressions that slipped into in Rust 1.94.0: an internal compiler error in Clippy, a small security issue in Cargo, and two issues in the standard library.
See the blog post for details: https://blog.rust-lang.org/2026/03/26/1.94.1-release/
I discovered a race-based vulnerability class in the Linux kernel: "Out-of-Cancel"
A structural flaw where cancel_work_sync() is used as a barrier for object lifetime management, causing UAF across multiple networking subsystems.
I wrote an exploit for CVE-2026-23239 (espintcp). It interleaves Delayed ACK timers, NET_RX softirqs, timerfd hardirqs, workqueue scheduling, and CFS scheduler manipulation to hit a ~Xµs race window.
Blog: https://v4bel.github.io/linux/2026/03/23/ooc.html
This is the race scenario diagram 😁:
@cynicalsecurity for every ethical business model, there is a more profitable unethical business model...
Russian intelligence managed to install a wire-taping device as part of a thermostat at a Ukrainian drone factory
NEW: Here's everything you need to know about the new iPhone hacking tool DarkSword.
What is DarkSword? How does it work? Where did it come from? How did it leak online? What can you do about it?
We break it all down in this explainer.
Hungarian opposition leader Peter Magyar has accused the ruling government of using the Candiru spyware against his TISZA party
Vibe Security Radar: Real CVEs where AI-generated code introduced the vulnerability.
https://vibe-radar-ten.vercel.app/
EDIT: forget that, it's slop:
> If the primary model fails, a Claude Agent SDK fallback with independent repository access retries the investigation.
sigh
We analyzed the Coruna exploit kit and found intriguing code overlaps with Operation Triangulation https://securelist.com/coruna-framework-updated-operation-triangulation-exploit/119228/
📱 1-click RCE in the YTDLnis Android app!
On Android, turning file writes into RCE is usually quite hard, but here the app had a nice gadget for us. Check out the details in our latest blog post: