← Back to overview

CVE-2026-55484 affects ALOS HTTP, a Linux-first Go web framework and application server. The vulnerability exists in core/utils.go::sanitizeRequestPath, which fails to validate whether the path resulting from splitPathQuery is empty when the request path begins with a question mark. An unauthenticated attacker can send a malformed request with a question-mark-only path via multiple protocol handlers (HTTP/1, HTTPS, HTTP/3), triggering an out-of-bounds array access panic. This panic occurs before the core.Recovery() middleware can intercept it, causing the entire server process to terminate. The vulnerability results in a denial-of-service condition requiring no authentication. The issue is patched in pseudo-version 0.0.0-20260617230736-314b6783e196, available via the referenced GitHub commit.

Affected products

  • ALOS HTTP

Related CVE's

  • CVE-2026-55484

Categories

  • Network Infrastructure
  • Web Technologies