Zurück zur Liste

multiparty vulnerable to Denial of Service via Uncaught Exception in filename* parameter parsing — CVE-2026-8162

GitHub · GitHub · CVE-2026-8162

ID
CVE-2026-8162
Datum
Activity
Quelle
GitHub
Vendor
GitHub
Risiko
high
CVSS
7.5
EPSS
0.00055

Zusammenfassung

### Impact multiparty@4.2.3 and lower versions are vulnerable to denial of service via uncaught exception. By sending a `multipart/form-data` request with a `Content-Disposition: filename*=utf-8''` header containing a malformed percent-encoding (e.g., `%FF`, `%GG`), the parser invokes `decodeURI` on the value without try/catch. The resulting `URIError` propagates as an uncaught exception and crashes the process.…

Produkt

npm: multiparty

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

Mehr dazu