Lucene search

K

Go Security Vulnerabilities

cve
cve

CVE-2024-24787

On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the -lto_library flag in a "#cgo LDFLAGS"...

7.8AI Score

0.0004EPSS

2024-05-08 04:15 PM
42
cve
cve

CVE-2024-24788

A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite...

7AI Score

0.0004EPSS

2024-05-08 04:15 PM
67
cve
cve

CVE-2024-24785

If errors returned from MarshalJSON methods contain user controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing for subsequent actions to inject unexpected content into...

7.3AI Score

0.0004EPSS

2024-03-05 11:15 PM
66
cve
cve

CVE-2023-45289

When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a...

7.2AI Score

0.0004EPSS

2024-03-05 11:15 PM
59
cve
cve

CVE-2024-24783

Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for.....

7.3AI Score

0.0004EPSS

2024-03-05 11:15 PM
60
cve
cve

CVE-2023-45290

When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a...

7.4AI Score

0.0004EPSS

2024-03-05 11:15 PM
66
cve
cve

CVE-2024-24784

The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions being made by programs using different...

7.4AI Score

0.0004EPSS

2024-03-05 11:15 PM
55
cve
cve

CVE-2023-45288

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.1AI Score

0.0004EPSS

2024-04-04 09:15 PM
70
cve
cve

CVE-2024-22189

quic-go is an implementation of the QUIC protocol in Go. Prior to version 0.42.0, an attacker can cause its peer to run out of memory sending a large number of NEW_CONNECTION_ID frames that retire old connection IDs. The receiver is supposed to respond to each retirement frame with a...

7.5CVSS

7AI Score

0.0004EPSS

2024-04-04 03:15 PM
64
cve
cve

CVE-2023-39325

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new....

7.5CVSS

7.4AI Score

0.002EPSS

2023-10-11 10:15 PM
2839
cve
cve

CVE-2024-28180

Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if...

4.3CVSS

6.9AI Score

0.0004EPSS

2024-03-09 01:15 AM
37
cve
cve

CVE-2024-3566

A command inject vulnerability allows an attacker to perform command injection on Windows applications that indirectly depend on the CreateProcess function when the specific conditions are...

7.8AI Score

0.0004EPSS

2024-04-10 04:15 PM
31
cve
cve

CVE-2024-28236

Vela is a Pipeline Automation (CI/CD) framework built on Linux container technology written in Golang. Vela pipelines can use variable substitution combined with insensitive fields like parameters, image and entrypoint to inject secrets into a plugin/image and — by using common substitution string....

7.7CVSS

7.6AI Score

0.0004EPSS

2024-03-12 09:15 PM
31
cve
cve

CVE-2024-28122

JWX is Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. This vulnerability allows an attacker with a trusted public key to cause a Denial-of-Service (DoS) condition by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high...

6.8CVSS

6.9AI Score

0.0004EPSS

2024-03-09 01:15 AM
43
cve
cve

CVE-2024-29931

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WP Go Maps (formerly WP Google Maps) WP Google Maps allows Reflected XSS.This issue affects WP Google Maps: from n/a through...

7.1CVSS

7.4AI Score

0.0004EPSS

2024-03-27 10:15 AM
31
cve
cve

CVE-2023-49290

lestrrat-go/jwx is a Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. A p2c parameter set too high in JWE's algorithm PBES2-* could lead to a denial of service. The JWE key management algorithms based on PBKDF2 require a JOSE Header Parameter called...

5.3CVSS

7.4AI Score

0.0005EPSS

2023-12-05 12:15 AM
77
cve
cve

CVE-2023-49295

quic-go is an implementation of the QUIC protocol (RFC 9000, RFC 9001, RFC 9002) in Go. An attacker can cause its peer to run out of memory sending a large number of PATH_CHALLENGE frames. The receiver is supposed to respond to each PATH_CHALLENGE frame with a PATH_RESPONSE frame. The attacker can....

6.5CVSS

7AI Score

0.001EPSS

2024-01-10 10:15 PM
77
cve
cve

CVE-2024-21664

jwx is a Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. The vulnerability can be used to crash/DOS....

7.5CVSS

7.3AI Score

0.001EPSS

2024-01-09 08:15 PM
85
cve
cve

CVE-2023-49568

A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.11. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients. Applications using...

7.5CVSS

6.8AI Score

0.0005EPSS

2024-01-12 11:15 AM
119
cve
cve

CVE-2023-49569

A path traversal vulnerability was discovered in go-git versions prior to v5.11. This vulnerability allows an attacker to create and amend files across the filesystem. In the worse case scenario, remote code execution could be achieved. Applications are only affected if they are using the ...

9.8CVSS

7.9AI Score

0.002EPSS

2024-01-12 11:15 AM
101
cve
cve

CVE-2023-45285

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module...

7.5CVSS

7.1AI Score

0.001EPSS

2023-12-06 05:15 PM
704
cve
cve

CVE-2023-39326

A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about...

5.3CVSS

6.9AI Score

0.001EPSS

2023-12-06 05:15 PM
123
cve
cve

CVE-2022-41717

An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate.....

5.3CVSS

6.5AI Score

0.003EPSS

2022-12-08 08:15 PM
327
cve
cve

CVE-2023-45287

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing...

7.5CVSS

7AI Score

0.001EPSS

2023-12-05 05:15 PM
92
cve
cve

CVE-2023-39323

Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running "go build". The line directive requires the absolute path.....

8.1CVSS

9.4AI Score

0.002EPSS

2023-10-05 09:15 PM
203
cve
cve

CVE-2023-45286

A race condition in go-resty can result in HTTP request body disclosure across requests. This condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a...

5.9CVSS

7.1AI Score

0.001EPSS

2023-11-28 05:15 PM
1022
cve
cve

CVE-2023-3515

Open Redirect in GitHub repository go-gitea/gitea prior to...

3CVSS

4.6AI Score

0.001EPSS

2023-07-05 03:15 PM
14
cve
cve

CVE-2023-45283

The filepath package does not recognize paths with a ??\ prefix as special. On Windows, a path beginning with ??\ is a Root Local Device path equivalent to a path beginning with ?. Paths with a ??\ prefix may be used to access arbitrary locations on the system. For example, the path ??\c:\x...

7.5CVSS

6.1AI Score

0.001EPSS

2023-11-09 05:15 PM
148
cve
cve

CVE-2023-29405

The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. Flags containing...

9.8CVSS

9.5AI Score

0.002EPSS

2023-06-08 09:15 PM
227
cve
cve

CVE-2023-29404

The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. The arguments for a....

9.8CVSS

9.5AI Score

0.002EPSS

2023-06-08 09:15 PM
250
cve
cve

CVE-2023-39320

The go.mod toolchain directive, introduced in Go 1.21, can be leveraged to execute scripts and binaries relative to the root of the module when the "go" command was executed within the module. This applies to modules downloaded using the "go" command from the module proxy, as well as modules...

9.8CVSS

9.4AI Score

0.001EPSS

2023-09-08 05:15 PM
156
cve
cve

CVE-2023-29402

The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved.....

9.8CVSS

9.3AI Score

0.002EPSS

2023-06-08 09:15 PM
232
cve
cve

CVE-2023-39321

Processing an incomplete post-handshake message for a QUIC connection can cause a...

7.5CVSS

7.4AI Score

0.001EPSS

2023-09-08 05:15 PM
185
cve
cve

CVE-2023-29409

Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to <= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three...

5.3CVSS

6.2AI Score

0.001EPSS

2023-08-02 08:15 PM
276
cve
cve

CVE-2023-39322

QUIC connections do not set an upper bound on the amount of data buffered when reading post-handshake messages, allowing a malicious QUIC connection to cause unbounded memory growth. With fix, connections now consistently reject messages larger than 65KiB in...

7.5CVSS

7.2AI Score

0.001EPSS

2023-09-08 05:15 PM
173
cve
cve

CVE-2023-29406

The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host...

6.5CVSS

6.6AI Score

0.001EPSS

2023-07-11 08:15 PM
281
cve
cve

CVE-2023-39318

The html/template package does not properly handle HTML-like "" comment tokens, nor hashbang "#!" comment tokens, in contexts. This may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped. This may be leveraged to perfo...

6.1CVSS

6.3AI Score

0.001EPSS

2023-09-08 05:15 PM
172
cve
cve

CVE-2023-24538

Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to....

9.8CVSS

9.3AI Score

0.003EPSS

2023-04-06 04:15 PM
508
cve
cve

CVE-2022-41715

Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps...

7.5CVSS

7.5AI Score

0.002EPSS

2022-10-14 03:16 PM
374
8
cve
cve

CVE-2023-39319

The html/template package does not apply the proper rules for handling occurrences of " contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS...

6.1CVSS

6.3AI Score

0.001EPSS

2023-09-08 05:15 PM
188
cve
cve

CVE-2023-24537

Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer...

7.5CVSS

8.6AI Score

0.001EPSS

2023-04-06 04:15 PM
382
cve
cve

CVE-2023-24534

HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than...

7.5CVSS

8.2AI Score

0.002EPSS

2023-04-06 04:15 PM
396
cve
cve

CVE-2023-24536

Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount...

7.5CVSS

8.3AI Score

0.005EPSS

2023-04-06 04:15 PM
374
cve
cve

CVE-2023-29403

On Unix platforms, the Go runtime does not behave differently when a binary is run with the setuid/setgid bits. This can be dangerous in certain cases, such as when dumping memory state, or assuming the status of standard i/o file descriptors. If a setuid/setgid binary is executed with standard...

7.8CVSS

8.3AI Score

0.001EPSS

2023-06-08 09:15 PM
166
cve
cve

CVE-2022-41725

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS

8AI Score

0.001EPSS

2023-02-28 06:15 PM
284
cve
cve

CVE-2022-41724

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session...

7.5CVSS

7.5AI Score

0.001EPSS

2023-02-28 06:15 PM
303
cve
cve

CVE-2022-2879

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1...

7.5CVSS

7.5AI Score

0.002EPSS

2022-10-14 03:15 PM
317
3
cve
cve

CVE-2022-2880

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query....

7.5CVSS

7.5AI Score

0.002EPSS

2022-10-14 03:15 PM
338
7
cve
cve

CVE-2022-41723

A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small...

7.5CVSS

7.3AI Score

0.02EPSS

2023-02-28 06:15 PM
388
cve
cve

CVE-2023-45284

On Windows, The IsLocal function does not correctly detect reserved device names in some cases. Reserved names followed by spaces, such as "COM1 ", and reserved names "COM" and "LPT" followed by superscript 1, 2, or 3, are incorrectly reported as local. With fix, IsLocal now correctly reports...

5.3CVSS

7AI Score

0.001EPSS

2023-11-09 05:15 PM
48
Total number of security vulnerabilities87