fuzzing

Tag

Cards List
#fuzzing

Fuzzing for fun - unauthenticated denial of service in snac2

Lobsters Hottest · 4d ago Cached

This article describes using fuzzing to discover an unauthenticated denial-of-service vulnerability in snac2's JSON parser, allowing remote crashes via crafted inputs.

0 favorites 0 likes
#fuzzing

You can't bug fix your way out of the vulnpocalypse

Lobsters Hottest · 2026-07-16 Cached

Alex Gaynor argues that the AI-driven 'vulnpocalypse' makes traditional bug-by-bug fixing untenable and calls for systemic security fixes, such as rewriting components in memory-safe languages.

0 favorites 0 likes
#fuzzing

Efficient deterministic simulation in the Cloud

Lobsters Hottest · 2026-07-13 Cached

Antithesis describes its custom deterministic hypervisor and subtree deduplication technique for efficient, repeatable whole-system fuzz testing at cloud scale.

0 favorites 0 likes
#fuzzing

Protocol Prying: Vulnerability Research in AirDrop and Quick Share

Hacker News Top · 2026-07-04 Cached

This paper presents the first cross-platform reverse engineering and protocol-aware fuzzing study of Apple AirDrop and Android Quick Share, uncovering six vulnerabilities in these widely used proximity transfer protocols.

0 favorites 0 likes
#fuzzing

The Control Plane Was the Point: Revisiting autofz in the LLM Era

Lobsters Hottest · 2026-07-02 Cached

The author revisits the autofz meta-fuzzer, arguing that its control-plane orchestration approach (managing multiple imperfect workers) is increasingly relevant in the LLM era for security automation, even as the specific fuzzing techniques evolve.

0 favorites 0 likes
#fuzzing

WinPE as a stateless harness for Windows driver testing and fuzzing

Hacker News Top · 2026-06-28 Cached

This post describes using Windows PE as a lightweight, stateless testing harness for Windows kernel driver testing and fuzzing, with optimizations for CI/CD pipelines.

0 favorites 0 likes
#fuzzing

Semantic reification: how to generate UB-free code with arbitrary control flow?

Hacker News Top · 2026-06-03 Cached

Reify is an open-source random C program generator based on semantic reification that produces undefined-behavior-free code for compiler testing. It has already uncovered 59 bugs in GCC and LLVM, plus additional bugs in OpenJ9 and Linux's eBPF runtime.

0 favorites 0 likes
#fuzzing

CVE-2026-46529: 10-year-old RCE in Linux PDF Viewer (XReader/Evince/Atril)

Lobsters Hottest · 2026-05-22 Cached

A security researcher discovered CVE-2026-46529, a 10-year-old remote code execution vulnerability in Linux PDF viewers XReader, Evince, and Atril, caused by insufficient argument quoting when spawning child processes to open remote document links.

0 favorites 0 likes
#fuzzing

256 Lines or Less: Test Case Minimization

Lobsters Hottest · 2026-04-21 Cached

A technical blog post describing the author's minimal property-based testing library implemented in ~256 lines of Zig, featuring a Finite Random Number Generator for reproducible test case generation and algorithmic verification.

0 favorites 0 likes
← Back to home

Submit Feedback