Lucene search
K

26 matches found

Veracode
Veracode
added 2024/06/10 6:3 a.m.20 views

Improper Input Validation

github.com/golang/go/ is vulnerable to Improper Input Validation. The vulnerability is due to a misalignment in the behavior of zip implementations, which can be exploited to create zip files with varying contents based on the implementation reading the file...

5.5CVSS6.5AI score0.00007EPSS
Exploits0References8Affected Software3
Veracode
Veracode
added 2023/12/12 7:10 a.m.32 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to Denial Of Service DoS. The vulnerability exists because the readChunkLine function in chunked.go does not properly check the bytes from the request or response body. A malicious attacker can exploit this to cause a server to automatically read a large amount ...

5.3CVSS6.4AI score0.00123EPSS
Exploits0References9Affected Software2
Veracode
Veracode
added 2023/10/12 5:25 a.m.28 views

Arbitrary Code Execution

github.com/golang/go is vulnerable to Arbitrary Code Execution. The vulnerability exists in the isCgoGeneratedFile function at noder.go due to line directives allowing blocked linker and compiler flags to be passed during compilation, which can result in arbitrary code execution when running go...

8.1CVSS7.9AI score0.0006EPSS
Exploits0References13Affected Software2
Veracode
Veracode
added 2023/08/04 3:29 a.m.40 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to Denial Of Service DoS. The vulnerability exists because handshakeclient.go does not set a max RSA key size, which can lead to extremely large RSA keys in certificate chains causing a client to expend significant CPU time to verify signatures. The fix sets the...

5.3CVSS6.7AI score0.00122EPSS
Exploits0References12Affected Software2
Veracode
Veracode
added 2023/07/17 3:51 a.m.38 views

CRLF Injection

github.com/golang/go is vulnerable to CRLF Injection. The vulnerability exists because the library does not properly sanitize the Request.Host field, which allows an attacker to send a maliciously crafted Host field through the request header...

6.5CVSS6.7AI score0.00344EPSS
Exploits0References13Affected Software3
Veracode
Veracode
added 2023/04/11 11:40 p.m.37 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to Denial of Service DoS attacks. A malicious user is able to cause an infinite loop via integer overflows when calling any of the Parse functions which contain //line directives with very large line numbers, which can cause the application to crash...

7.5CVSS8.3AI score0.00016EPSS
Exploits0References7Affected Software14
Veracode
Veracode
added 2022/11/03 1:43 a.m.22 views

Privilege Escalation

github.com/golang/go is vulnerable to Privilege Escalation. The vulnerability exists due to the unsanitized NULL values in the Start function of exec.go, allowing an attacker to maliciously set environment variables on windows. For example, the environment variable string A=B\x00C=D sets the...

7.5CVSS7.4AI score0.00013EPSS
Exploits0References9Affected Software1
Veracode
Veracode
added 2022/09/08 9:54 a.m.29 views

Path Traversal

github.com/golang/go is vulnerable to path traversal. The vulnerability exists because the JoinPath function of url.go does not properly remove the relative elements from the start of the path when the first path element is "", allowing an attacker to access files outside the expected directory...

7.5CVSS7.4AI score0.00085EPSS
Exploits0References12Affected Software6
Veracode
Veracode
added 2022/07/18 6:48 a.m.29 views

Denial Of Service (DoS)

crypto/rand in github.com/golang/go is vulnerable to denial of service. The vulnerability exists when passing a buffer larger than 1 32 - 1 bytes which allows an attacker to cause an application crash...

7.5CVSS7.3AI score0.00076EPSS
Exploits1References8Affected Software2
Veracode
Veracode
added 2022/02/14 8:28 a.m.33 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to Denial Of Service DoS. The vulnerability exists due to uncontrolled memory consumption in SetString function which allows an attacker to crash the application by providing a malicious input...

7.5CVSS8.2AI score0.00038EPSS
Exploits0References8Affected Software17
Veracode
Veracode
added 2021/03/11 4:13 a.m.40 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to denial of service. An infinite loop occurs when using xml.NewTokenDecoder with a custom TokenReader...

7.5CVSS3.3AI score0.00025EPSS
Exploits0References3Affected Software5
Veracode
Veracode
added 2020/12/24 9:53 a.m.24 views

Undefined Behavior

encoding/xml in github.com/golang/go is vulnerable to undefined behavior. The vulnerability is possible because it does not correctly preserve the semantics of directives during tokenization round-trips...

9.8CVSS2.5AI score0.00187EPSS
Exploits0References3Affected Software2
Veracode
Veracode
added 2020/08/13 4:32 a.m.41 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to denial of service. An infinite read loop in ReadUvarint and ReadVarint allows an attacker to create a denial of service condition via malicious input...

7.5CVSS6.1AI score0.00147EPSS
Exploits0References23Affected Software92
Veracode
Veracode
added 2019/09/27 3:44 a.m.34 views

HTTP Request Smuggling

github.com/golang/go is vulnerable to HTTP request smuggling. The vulnerability exists as invalid HTTP/1.1 headers were accepted and normalized with a space before the colon, allowing a reverse proxy to interpret the headers differently...

7.5CVSS1.8AI score0.09843EPSS
Exploits0References21Affected Software13
Veracode
Veracode
added 2019/08/14 5:59 a.m.28 views

Authorization Bypass

github.com/golang/go is vulnerable to authorization bypass. The vulnerability exists as URL.Parse incorrectly parses host and port when given malformed URLs...

9.8CVSS2.7AI score0.02534EPSS
Exploits1References19Affected Software3
Veracode
Veracode
added 2019/01/25 1:45 a.m.27 views

Denial Of Service (DoS)

crypto/elliptic in github.com/golang/go is vulnerable to denial of service DoS. The attack exists because it introduces a long busy loop in subtraction term for the implementation of P-521 and P-384 elliptic curve cryptography algorithms which allows malicious input through TLS handshakes, X.509...

8.2CVSS7.7AI score0.00598EPSS
Exploits0References14Affected Software1
Veracode
Veracode
added 2019/01/15 9:20 a.m.29 views

Remote Code Execution (RCE)

github.com/golang/go is vulnerable to remote code execution RCE. If custom domains are used, a malicious user can set a domain example.com/proj1 to point to a subversion repository and another domain example.com/proj1/proj2 to point to a git repository. When the go get command is run, arbitrary...

9.8CVSS9.7AI score0.03816EPSS
Exploits0References11Affected Software5
Veracode
Veracode
added 2019/01/15 9:18 a.m.24 views

Denial Of Service (DoS) Via Multipart Request

net/http in github.com/golang/go is vulnerable to denial of service DoS attacks. The attacks exist because Request.ParseMultipartForm begins writing temporary files regardless of the request body size surpassing the given "maxMemory" limit. Attacker can send malicious multipart request to consume...

7.5CVSS7.1AI score0.00434EPSS
Exploits0References13Affected Software1
Veracode
Veracode
added 2019/01/15 9:12 a.m.25 views

HTTP Header Injection

net/textproto in github.com/golang/go is vulnerable to HTTP header injection attacks. These attacks are possible because it treats spaces as hyphens. This leaves net/textproto vulnerable to request smuggling...

9.8CVSS9.3AI score0.11884EPSS
Exploits0References16Affected Software1
Veracode
Veracode
added 2018/02/08 4:38 a.m.30 views

Arbitrary Code Execution

github.com/golang/go is vulnerable to arbitrary code execution attacks. The application does not filter the compiler flag variables -fplugin= and -plugin= when the go get command is run, allowing a malicious user to inject and execute arbitrary code by loading compiler plugins...

7.8CVSS8.2AI score0.36789EPSS
Exploits4References9Affected Software1
Rows per page
Query Builder