RC RANDOM CHAOS

vulnerability-research

36 posts

XBOW topped HackerOne in 2025 and fixed nothing
Article

XBOW topped HackerOne in 2025 and fixed nothing

Vulnerability research rewards finding, not fixing. Exploitation tracks disclosure, not the flaw. Why attackers react to reported CVEs, and where telemetry goes blind.

A valid go.sum hash proves nothing
Article

A valid go.sum hash proves nothing

Argegy is not a CVE. It's a Go supply chain claim against go-ethereum - module trust, init() execution, T1195, and where telemetry goes blind.

CVE-2026-31840 blames the encoder, corrupts the decoder heap
Article

CVE-2026-31840 blames the encoder, corrupts the decoder heap

CVE-2026-31840: FFmpeg's AAC path carries a heap out-of-bounds write and UAF. The bug is in the decoder, not the encoder - mechanism, exploitation surface, and telemetry.

Log4Shell executed exactly as written
Article

Log4Shell executed exactly as written

Log4Shell, xz-utils, and Spring4Shell weren't isolated bugs. They were composition failures in systems too deep for anyone to fully read. The disease is complexity.

#gerpar trended this week; PartitionAlloc already answers it
Article

#gerpar trended this week; PartitionAlloc already answers it

A. Shah (REDLINE) tests the trending #gerpar Chromium heap-overflow claim against PartitionAlloc, CFI, the V8 sandbox, and renderer isolation.

I reverse-engineered a 2002 GameCube before doing it legally
Article

I reverse-engineered a 2002 GameCube before doing it legally

Decomp Academy turns matching decompilation into a teachable, verifiable skill, which exposes why compiled opacity was never a real security control.

Mirai's hardcoded logins still answer on 554
Article

Mirai's hardcoded logins still answer on 554

Open webcams indexed by Shodan and Censys are not a privacy footnote - they map insecure OEM firmware, exposed services, and supply chain risk.

A crafted sprite overflows the blitter's heap
Article

A crafted sprite overflows the blitter's heap

Attack-surface analysis of OpenTTD 160beta1: integer overflow in sprite decoding, untrusted savegame and packet parsing, and why EDR stays blind.

The collector frees live objects
Article

The collector frees live objects

Garbage collection bugs are use-after-free in the runtime. How tricolour invariants, write barriers, and moving collectors break, and why EDR misses it.

CVE-2009-1897 is back, now under every @bitCast
Article

CVE-2009-1897 is back, now under every @bitCast

How Zig's @bitCast lowering and LLVM's optimizer can synthesize exploitable use-after-free bugs that no source review or EDR will ever see.

Copilot shipped CWEs in 40% of NYU's 2021 scenarios
Article

Copilot shipped CWEs in 40% of NYU's 2021 scenarios

Why working AI-generated code still gets rejected in security review: functional correctness is not security correctness, and CWEs ride through clean output.

Sandi Metz's 2016 essay is a bug-class taxonomy
Article

Sandi Metz's 2016 essay is a bug-class taxonomy

The 2016 'wrong abstraction' rule read as a memory-corruption bug class: use-after-free, type confusion, double-free, from DirtyCOW to Dirty Pipe and DirtyCred.