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.
This entry has been deprecated because it was a duplicate of CWE-774. All content has been transferred to CWE-774.
Link | Tags |
---|---|
https://groups.google.com/forum/#%21msg/golang-dev/4NdLzS8sls8/uIz8QlnIBQAJ | |
https://golang.org/issue/17965 | issue tracking patch vendor advisory |
https://golang.org/cl/30410 | issue tracking patch vendor advisory |