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.
References
Link | Resource |
---|---|
https://golang.org/issue/17965 | Issue Tracking Patch Vendor Advisory |
https://golang.org/cl/30410 | Issue Tracking Patch Vendor Advisory |
https://groups.google.com/forum/#!msg/golang-dev/4NdLzS8sls8/uIz8QlnIBQAJ | Mailing List Third Party Advisory |
Configurations
Information
Published : 2017-10-04 18:29
Updated : 2022-08-16 06:01
NVD link : CVE-2017-1000098
Mitre link : CVE-2017-1000098
JSON object : View
CWE
CWE-769
DEPRECATED: Uncontrolled File Descriptor Consumption
Products Affected
golang
- go