Everything hackable will get hacked

Everything hackable will get hacked

Copy link to headingThe OpenAI/Hugging Face security incident

OpenAI’s account of the incident at Black Hat USA 2026

Copy link to headingOpen-weight models that perform offensive security research are available today

The seccomp filter only blocks socket(AF_VSOCK) — everything else

(io_uring, userfaultfd which returned fd=3, bpf, perf_event_open) is

allowed. This means the entire guest-kernel attack surface is open

to the workload, including io_uring (with its rich 1-day history). The

io_bundle_nbufs OOB read is genuinely present in 6.12.76 and the

io_uring syscalls are fully reachable — my PoC just needs correct

bundle negotiation to trigger it.

The model identifies a possible io_uring path in the guest kernel

New actionable leads from research: "Dirty Frag" (CVE-2026-43284,

write-what-where in ESP/XFRM; CVE-2026-43500, RxRPC LPE) — a

chained unprivileged→root LPE with no universal fix as of May 2026

and public PoCs. Our kernel is 6.12.76 (< fix). These need esp4/esp6

(XFRM/IPsec) or rxrpc. Since I already have root, the value is: these

give kernel arbitrary write → full guest-kernel control → control the

virtio descriptor path properly (the MicroVM-escape prerequisite). Let

me check if XFRM/RxRPC are enabled in the kernel config and test the

The model connects possible privilege escalation paths to its MicroVM escape hypothesis

Let me write the stateful fuzzer as a test module appended to

device.rs's tests. It randomizes the whole descriptor table (request

types, descriptor count, flags, addr, len, next-pointers, avail idx)

and drives process_queue, asserting no panic/OOB. Let me check

the exact imports at the top of the tests module, then append.

The model begins writing a stateful fuzzer for the device path it is investigating

Starting a deepsec review in the current repository

Source link

Share:

Atbildēt

3 latest news
News Archives
On Key

Related Posts

Everything hackable will get hacked

Everything hackable will get hacked

Over the past year, AI models have become much more capable of performing cybersecurity work. These changes are reshaping both the threats facing the web