Input validation error in Go programming language - CVE-2017-1000098

 

Input validation error in Go programming language - CVE-2017-1000098

Published: October 5, 2017 / Updated: August 8, 2020


Vulnerability identifier: #VU38145
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2017-1000098
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote non-authenticated attacker to perform a denial of service (DoS) attack.

The net/http package's Request.ParseMultipartForm method starts writing to temporary files once the request body size surpasses the given "maxMemory" limit. It was possible for an attacker to generate a multipart request crafted such that the server ran out of file descriptors.


Affected software

Go programming language

How to mitigate CVE-2017-1000098

Install update from vendor's website.


External References

Related Security Bulletins