Lucene search
+L

1124 matches found

RedhatCVE
RedhatCVE
added 2017/10/05 7:49 a.m.32 views

CVE-2017-1000098

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...

7.5CVSS3AI score0.02078EPSS
SaveExploits0References2
NVD
NVD
added 2017/10/05 1:29 a.m.18 views

CVE-2017-1000098

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...

7.5CVSS7.4AI score0.02078EPSS
SaveExploits0References3
Prion
Prion
added 2017/10/05 1:29 a.m.22 views

Design/Logic Flaw

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...

5CVSS7.4AI score0.02078EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2017/10/05 1:29 a.m.32 views

CVE-2017-1000098

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...

7.5CVSS6.5AI score0.02078EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2017/10/04 1:0 a.m.35 views

CVE-2017-1000098

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...

7.3AI score0.02078EPSS
SaveExploits0References3
CVE
CVE
added 2017/10/04 1:0 a.m.95 views

CVE-2017-1000098

The CVE-2017-1000098 case concerns the Go net/http server’s Request.ParseMultipartForm: once the request body exceeds maxMemory, temporary files are written, enabling a crafted multipart request to exhaust file descriptors. Public documents confirm the vulnerability and its impact (file descripto...

7.5CVSS7.2AI score0.02078EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2017/06/21 8:40 a.m.12 views

Denial Of Service (DoS)

net/http in github.com/golang/go is vulnerable to denial of service DoS attacks. The attacks are possible because it does not check the range requests to make sure the total number of bytes in all the ranges is not larger than or equal to the size of the file...

6.4AI score
SaveExploits0
Veracode
Veracode
added 2017/05/03 2:22 a.m.27 views

HTTPoxy Vulnerability

net/http/cgi and net/http in github.com/golang/go is vulnerable to httpoxy attacks. The vulnerability exists because it trusts the HTTPPROXY environment variable, and allows the configuration of proxies by setting the environment variables HTTPPROXY and HTTPSPROXY without checking if CGI is in us...

8.1CVSS7.8AI score0.0522EPSS
SaveExploits0References12Affected Software2
Veracode
Veracode
added 2017/04/27 7:53 a.m.24 views

HTTP Request Smuggling

net/http in github.com/golang/go is vulnerable to request smuggling. This can be done because it does not correctly comply with RFC 7230...

9.8CVSS9.1AI score0.03657EPSS
SaveExploits0References4Affected Software2
exploitpack
exploitpack
added 2017/03/15 12:0 a.m.20 views

GitHub Enterprise 2.8.0 2.8.6 - Remote Code Execution

GitHub Enterprise 2.8.0 2.8.6 - Remote Code Execution !/usr/bin/ruby require "openssl" require "cgi" require "net/http" require "uri" SECRET = "641dd6454584ddabfed6342cc66281fb" puts ' . . ' puts ' \ | | | ' puts '/ \\ / /\ \ | | | | | / \ ' puts '\ / /\ \ / /// \ ' puts ' / / / / / '...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/03/15 12:0 a.m.26 views

GitHub Enterprise 2.8.0 < 2.8.6 - Remote Code Execution

!/usr/bin/ruby require "openssl" require "cgi" require "net/http" require "uri" SECRET = "641dd6454584ddabfed6342cc66281fb" puts ' . . ' puts ' \ | | | ' puts '/ \\ / /\ \ | | | | | / \ ' puts '\ / /\ \ / /// \ ' puts ' / / / / / ' puts '' puts "github Enterprise RCE exploit" puts...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/01/21 12:0 a.m.44 views

PageKit 1.0.10 - Password Reset

Exploit Title: Remote PageKit Password Reset Vulnerability Date:21-01-2017 Software Link: http://pagekit.com/ Exploit Author: Saurabh Banawar from SecureLayer7 Contact: http://twitter.com/securelayer7 Website: https://securelayer7.net Category: webapps 1. Description Anyremote user can reset the...

7.5CVSS7.3AI score0.07031EPSS
SaveExploits2
OSV
OSV
added 2017/01/14 9:5 p.m.8 views

MGASA-2017-0019 Updated golang package fixes security vulnerability

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...

7AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2016/08/18 12:0 a.m.40 views

Amazon Linux AMI : golang (ALAS-2016-731) (httpoxy)

An input-validation flaw was discovered in the Go programming language built in CGI implementation, which set the environment variable 'HTTPPROXY' using the incoming 'Proxy' HTTP-request header. The environment variable 'HTTPPROXY' is used by numerous web clients, including Go's net/http package,...

8.1CVSS6.9AI score0.0522EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2016/08/02 6:20 p.m.6 views

golang: HTTP request smuggling in net/http library

HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error the second field is ignored, and invalid fields are parsed as valid for example, "Content Length:" with a space in the...

9.8CVSS7.3AI score0.09625EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2016/08/02 6:20 p.m.7 views

golang: HTTP request smuggling in net/http library

HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error the second field is ignored, and invalid fields are parsed as valid for example, "Content Length:" with a space in the...

9.8CVSS7.3AI score0.02704EPSS
SaveExploits0References4
OSV
OSV
added 2016/07/19 2:0 a.m.10 views

CVE-2016-5386

The net/http package in Go through 1.6 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect CGI applications from the presence of untrusted client data in the HTTPPROXY environment variable, which might allow remote attackers to redirect a CGI...

8.1CVSS7.9AI score
SaveExploits0References9
CVE
CVE
added 2016/07/19 1:0 a.m.147 views

CVE-2016-5386

Summary: CVE-2016-5386 is the httpoxy vulnerability in Go’s net/http CGI handling up to Go 1.6, where untrusted data in the HTTP_PROXY environment variable could redirect a CGI app’s outbound traffic to an attacker-controlled proxy via a crafted Proxy header. This is triggered by namespace confli...

8.1CVSS7.7AI score0.0522EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2016/07/18 2:0 p.m.7 views

UBUNTU-CVE-2016-5386

The net/http package in Go through 1.6 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect CGI applications from the presence of untrusted client data in the HTTPPROXY environment variable, which might allow remote attackers to redirect a CGI...

8.1CVSS7AI score0.0522EPSS
SaveExploits0References3
Filippo.io
Filippo.io
added 2016/07/18 4:2 a.m.23 views

The complete guide to Go net/http timeouts

I got an occasion to do a deep dive into net/http recently, and wrote a post about all the different timeouts you can set on the client and server side. How they work, how they interact and how to use them. The complete guide to Go net/http timeouts | CloudFlare Blog archive...

6.9AI score
SaveExploits0
Rows per page
Query Builder