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
GHSA-HR6J-W4MW-G9MJ
Datum
Quelle
GitHub
GitHub
Vendor
GitHub
GitHub
Risiko
hoch
hoch
CVSS
7.5
7.5
Zusammenfassung
### 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…
Zeitlicher Verlauf
- Von der Quelle veröffentlicht
- 2026-08-28
Risikokontext
- Gemeldeter Schweregrad oder Risikowert: hoch.
- Gemeldeter CVSS-Wert: 7.5 von 10.
- Prüfe die Exponierung für das betroffene Produkt oder die Produktfamilie: go: github.com/guno1928/alos-http.
Produkt
go: github.com/guno1928/alos-http
Was tun?
Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):
- Priorisiere sofort Patches oder Mitigations (hohes akutes Risiko).
- Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
- Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
- Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.
Offizielles Advisory
Nachweise und Herkunft
- Kanonische Advisory-ID
- GHSA-HR6J-W4MW-G9MJ
- Quelle
- GitHub
- Vendor
- GitHub
- Von der Quelle veröffentlicht
- 2026-08-28
- Letzte Quellenaktivität
- 2026-08-28
- Weitere Kennungen
- CVE-2026-55484
- Kuratiert von
- hlukh.ch
Verwandte Hinweise und Zusammenhänge
Diese Hinweise sind anhand gemeinsamer CVE-, Produkt-, Hersteller-, Quellen- oder Zeitsignale verknüpft.