Back to list

alos-http has unauthenticated remote DoS: malformed path starting with "?" triggers out-of-bounds panic in sanitizeRequestPath, crashing entire server — GHSA-HR6J-W4MW-G9MJ

GitHub · GitHub · GHSA-HR6J-W4MW-G9MJ

ID
GHSA-HR6J-W4MW-G9MJ
Date
Source
GitHub
Vendor
GitHub
Threat
high
CVSS
7.5

Summary

### Summary A single unauthenticated HTTP request to a path starting with `?` (e.g. `GET ? HTTP/1.1`) crashes the entire server process. The request line parser passes the path to `sanitizeRequestPath` which indexes the first byte of the path after stripping the query string. It does so without checking that it is non-empty, leading to an out-of-bounds panic. The panic occurs before any handler or middleware runs…

Timeline

Published by source
2026-08-28

Risk context

  • Reported severity or threat level: high.
  • Reported CVSS score: 7.5 out of 10.
  • Review exposure for the affected product or family: go: github.com/guno1928/alos-http.

Product

go: github.com/guno1928/alos-http

What to do

General, cautious steps (verify details in the official source):

  • Prioritize patching or mitigation immediately (treat as actively risky).
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Evidence and provenance

Canonical advisory ID
GHSA-HR6J-W4MW-G9MJ
Source
GitHub
Vendor
GitHub
Published by source
2026-08-28
Last source activity
2026-08-28
Additional identifiers
CVE-2026-55484
Curated by
hlukh.ch

Related advisories and connections

These advisories are connected by shared CVE, product, vendor, source, or time signals.