CVE-2026-66754
MEDIUMRouille 0.1.6 - 3.6.2 Reachable Assertion DoS via remove_prefix percent-encoding
Title source: cnaExploitation Summary
EIP tracks 1 public exploit for CVE-2026-66754. PoCs published by theopaid.
AI-analyzed exploit summary This repository provides a detailed technical analysis of CVE-2026-66754, a reachable assertion vulnerability in the rouille web framework's URL prefix handling. The flaw allows remote unauthenticated attackers to trigger a denial-of-service (DoS) via a crafted request with percent-encoded characters in the URL prefix, causing a panic in default builds or server termination in builds with `panic = "abort"`.
Description
Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::remove_prefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix while the raw percent-encoded path does not, causing the assert! to fail and triggering either a 500 error or full process termination depending on the panic configuration.
Exploits (1)
This repository provides a detailed technical analysis of CVE-2026-66754, a reachable assertion vulnerability in the rouille web framework's URL prefix handling. The flaw allows remote unauthenticated attackers to trigger a denial-of-service (DoS) via a crafted request with percent-encoded characters in the URL prefix, causing a panic in default builds or server termination in builds with `panic = "abort"`.
References (2)
Scores
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H