Introducing dfbench v1: A cybersecurity benchmark for frontier models and agentic systems
dfbench is the held-out benchmark depthfirst maintains to evaluate frontier models on open-ended defensive security work. It measures whether an agent can provide broad, actionable security coverage at sustainable cost across three objectives: detection, validation, and differential analysis.
Introducing dfs-large1: A New Frontier for Cybersecurity
dfs-large1 is our most capable model to date, designed for vulnerability discovery and validation across large enterprise repositories. Built on GLM 5.2, it was post-trained inside depthfirst's security agent harness using our RL stack.
Behind the GitLab RCE: A depthfirst Journey into the Ruby Ecosystem
Through the Open Defense Initiative, depthfirst analyzed roughly 40 Ruby gems and validated 105 vulnerabilities across 34 projects with more than 8.6 billion combined downloads, including flaws that led to remote code execution in GitLab.
Going depthfirst: Achieving GitLab RCE via Two Ruby Memory Corruption Vulnerabilities
We chained two memory-safety flaws in Oj, a native Ruby JSON parser used by GitLab's notebook diff renderer, into remote code execution in a Puma worker. The path begins with an attacker-controlled Jupyter notebook and crosses GitLab, ipynbdiff, CRuby, and jemalloc before reaching function-pointer control.
21 Zero-Days in FFmpeg
depthfirst's production autonomous security agent discovered 21 zero-day vulnerabilities in FFmpeg, after intensive security analysis by Google and Anthropic. Moving beyond theoretical analysis, our agent produces concrete, reproducible PoC inputs to confirm its findings at a fraction of the costs ($1k vs. $10k). Several of the findings had been sitting latent for 15 to 20 years. We explored the exploitability of the issues and developed a PoC demonstrating a RCE exploit primitive.
NGINX Rift: Achieving NGINX Remote Code Execution via an 18-Year-Old Vulnerability
We used the depthfirst system to analyze the NGINX source code, and it autonomously discovered 4 remote memory corruption issues, including a critical heap buffer overflow introduced in 2008. We further investigated the exploitability of the issues, and developed a working proof of concept demonstrating RCE with ASLR off. If you use rewrite and set directives in your NGINX configuration, you're at risk.
Training State of the Art Vulnerability Discovery Agents through Reinforcement Learning
We introduce dfs-mini1, a security model co-trained with our harness via Reinforcement Learning to detect smart contract vulnerabilities. It achieves Pareto optimality on OpenAI's EVMBench Detect benchmark and state of the art performance at pass@8.
The Masked Namespace Vulnerability In Temporal CVE-2025-14986
A deep dive into CVE-2025-14986, a masked namespace vulnerability in Temporal that enabled cross-tenant policy and schema confusion via bundled APIs.
1-Click RCE To Steal Your OpenClaw Data and Keys (CVE-2026-25253)
A technical teardown of a 1-click RCE against OpenClaw (formerly Moltbot/ClawdBot), a viral open-source AI assistant trusted by 100,000+ developers with high-privilege access. See how a settings logic flaw and a WebSocket pivot turn a single webpage visit into token exfiltration, safety-control bypass, and arbitrary command execution.
ALPC You Later: CVE-2025-64721 Sandbox Escape Smashing The Heap Over IPC
An in-depth analysis of CVE-2025-64721, a critical Sandboxie sandbox escape caused by a 32-bit integer overflow in raw ALPC IPC. Learn how a missing bounds check enabled heap leaks, 4GB heap corruption, and SYSTEM-level code execution on Windows—and what this vulnerability teaches about real-world exploitation and low-level security design.
Our Approach to Coordinated Vulnerability Disclosure
depthfirst is finding new security vulnerabilities in open-source software every week. And we believe that finding these vulnerabilities is only valuable if it leads to a safer internet. We created this policy to clarify how we handle these public discoveries: ensuring maintainers have the time they need to fix issues, while ensuring users aren't left vulnerable.
Agent Capability Is a System Design Problem: Lessons From a 90% Improvement on CyberGym
depthfirst achieved a ~90% improvement on the CyberGym vulnerability-exploitation benchmark by redesigning the system around the model rather than relying on naïve prompting. By adding accurate situational context, real-time runtime instrumentation, and a modular multi-agent architecture, they raised success rates from the historical 20–28% range to 53%. The core takeaway: LLM capability is often bottlenecked by system design, and thoughtfully engineered agents can unlock far more performance than model upgrades alone.
Esbuild's XSS Bug that Survived 5 Billion Downloads and Bypassed HTML Sanitization
In 2022, a subtle XSS bug slipped into esbuild, one of the most widely used JavaScript bundlers on the planet. Despite billions of downloads, it remained unnoticed, hiding inside a function that appeared to safely escape HTML. But a missing quote escape created a surprising vector: a malicious folder name that could break out of an HTML attribute and execute arbitrary JavaScript inside the esbuild dev server. The bug lived quietly for years. The fix was one line. Here’s how depthfirst found it, exploited it, and patched it.
Anatomy of an Automated Patch: Fixing a File Upload RCE CVE-2025-59304
The best security alerts are the ones that come with a fix. Our platform recently discovered and automatically generated a patch for a critical RCE in Swetrix Web Analytics. This post dissects the vulnerability (a classic Path Traversal), the exploit, and the code for the automated patch.
Casting a Net(ty) for Bugs, and Catching a Big One (CVE-2025-59419)
Our agents discovered the vulnerability, provided a risk assessment, and generated a patch autonomously. I shared the results with the Netty maintainers who assigned CVE-2025-59419 and merged our fix.
How An Authorization Flaw Reveals A Common Security Blind Spot: CVE-2025-59305 Case Study
We recently discovered a textbook example of this in Langfuse, a leading open-source LLM engineering platform with 16k stars on Github. A subtle flaw in its background job controls allowed any authenticated user to access highly sensitive administrative functions, creating a significant business risk
- vulnerabilities validated
- open-source projects
nokogiri
CVE-2026-57434
null pointer dereference in uninitialized native node wrappers
nokogiri
CVE-2026-57435
use-after-free in cached attribute child nodes during value replacement
nokogiri
CVE-2026-57436
use-after-free via dtd root reattachment
nokogiri
CVE-2026-57438
use-after-free in xinclude processing
nokogiri
CVE-2026-57236
heap use-after-free in document encoding setter
nokogiri
CVE-2026-57437
use-after-free in xpath context via missing gc mark
nokogiri
CVE-2026-57235
out-of-bounds read in node set indexing
sqlite3-ruby
CVE-2026-54620
use-after-free in aggregate function callbacks
sqlite3-ruby
CVE-2026-54619
use-after-free when redefining functions with different arity
concurrent-ruby
CVE-2026-54906
unauthorized lock release in read-write lock
concurrent-ruby
CVE-2026-54904
infinite loop in AtomicReference#update via NaN values
concurrent-ruby
CVE-2026-54905
mutual exclusion bypass via read-count overflow
websocket-driver-ruby
CVE-2026-61666
malformed host header remote denial of service
websocket-driver-ruby
CVE-2026-54465
dos via unbounded integer growth in legacy parsers
websocket-driver-ruby
CVE-2026-54464
memory exhaustion via compression bypass
websocket-driver-ruby
CVE-2026-54463
handshake memory exhaustion via excessive headers
websocket-driver-node
CVE-2026-54466
message corruption via protocol length headers
websocket-driver-node
CVE-2026-54490
resource limit bypass via message compression
msgpack-ruby
CVE-2026-54522
use-after-free in Buffer#clear enables cross-buffer disclosure
oj
CVE-2026-54502
stack buffer overflow in dump via large indent
oj
CVE-2026-54896
heap buffer overflow in exception serialization
oj
CVE-2026-54897
use-after-free in Doc iterators via reentrant close
oj
CVE-2026-54898
use-after-free in parser callback via input mutation
oj
CVE-2026-54899
use-after-free in parser symbol key cache toggle
oj
CVE-2026-54900
negative-size memcpy in create_id attribute handling
oj
CVE-2026-54901
use-after-free in parser class gc marking
oj
CVE-2026-54902
use-after-free in parser long-key callback
oj
CVE-2026-54903
integer overflow in load 2gb string handling
openclaw
CVE-2026-25253
1-click rce via gatewayUrl
chrome v8
CVE-2026-4457
type confusion
chrome devtools
CVE-2026-3539
object lifecycle issue
swetrix
CVE-2025-59304
rce via dir traversal
netty
CVE-2025-59419
smtp injection
langfuse
CVE-2025-59305
dos
sandboxie
CVE-2025-64721
sandbox escape via heapo
temporal
CVE-2025-14986
cross-tenant metadata read, policy bypass
ffmpeg
CVE-2026-39210
heap overflow in mpegts demuxer
ffmpeg
CVE-2026-39211
integer overflow in swscale
ffmpeg
CVE-2026-39212
stack overflow via preset recursion
ffmpeg
CVE-2026-39213
heap overflow in yuv4mpeg encoder
ffmpeg
CVE-2026-39214
stack overflow in mpegts muxer
ffmpeg
CVE-2026-39215
heap overflow in h.263 encoder
ffmpeg
CVE-2026-39216
heap overflow in image2 muxer
ffmpeg
CVE-2026-39217
heap overflow in vp9 decoder
ffmpeg
CVE-2026-39218
heap overflow in dash demuxer
nginx
CVE-2026-42533
pre-authentication heap overflow in stream script engine
nginx
CVE-2026-42945
heap buffer overflow in rewrite script engine
nginx
CVE-2026-42946
excessive memory allocation in scgi and uwsgi modules
nginx
CVE-2026-40701
use-after-free in ssl ocsp resolver handling
nginx
CVE-2026-42934
out-of-bounds read in charset filter
apache httpd
CVE-2026-44186
remote worker dos in mod_proxy_ftp
apache httpd
CVE-2026-43951
out-of-bounds read in merge_response_headers
apache httpd
CVE-2026-4418
memory disclosure in mod_ssl ocsp
apache httpd
CVE-2026-42536
heap overflow in mod_xml2enc
apache httpd
CVE-2026-42528
integer overflow in mod_dav lock
apache httpd
CVE-2026-42535
heap overflow in mod_dav_fs
apache httpd
CVE-2026-34355
heap uaf in mod_proxy_html
apache httpd
CVE-2026-34356
heap buffer overflow in reverse cookie path mapping
apache httpd
CVE-2026-44631
heap overflow in regex name parser
openssh
CVE-2026-60002
use-after-free during host-key change on rekey
nvidia openshell
CVE-2026-65091
sandbox escape via malicious container image
nvidia openshell
CVE-2026-65092
l7 rest policy bypass via path traversal
nvidia openshell
CVE-2026-65093
ssh proxycommand shell injection via gateway response
linux kernel
CVE-2026-31430
heap overflow in x.509 cert parser
linux kernel
CVE-2026-53275
use-after-free in ipv6 multicast query processing
linux kernel
CVE-2026-64009
out-of-bounds write via xfrm mtu underflow