Lucene search

K

19 matches found

CVE
CVE
added 2023/10/11 10:15 p.m.3137 views

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.5CVSS7.3AI score0.0015EPSS
CVE
CVE
added 2023/04/06 4:15 p.m.834 views

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.8CVSS9.7AI score0.00646EPSS
CVE
CVE
added 2023/04/06 4:15 p.m.676 views

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

7.5CVSS8.6AI score0.00045EPSS
CVE
CVE
added 2023/02/28 6:15 p.m.664 views

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

7.5CVSS7.7AI score0.00229EPSS
CVE
CVE
added 2023/04/06 4:15 p.m.647 views

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

7.5CVSS8.7AI score0.0002EPSS
CVE
CVE
added 2023/04/06 4:15 p.m.646 views

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

7.5CVSS8.8AI score0.00066EPSS
CVE
CVE
added 2023/05/11 4:15 p.m.628 views

CVE-2023-24540

Not all valid JavaScript whitespace characters are considered to be whitespace. Templates containing whitespace characters outside of the character set "\t\n\f\r\u0020\u2028\u2029" in JavaScript contexts that also contain actions may not be properly sanitized during execution.

9.8CVSS9.2AI score0.00243EPSS
CVE
CVE
added 2023/02/28 6:15 p.m.579 views

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

7.5CVSS8.8AI score0.00016EPSS
CVE
CVE
added 2023/03/08 8:15 p.m.569 views

CVE-2023-24532

The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars (a scalar larger than the order of the curve). This does not impact usages of crypto/ecdsa or crypto/ecdh.

5.3CVSS6.6AI score0.00024EPSS
CVE
CVE
added 2023/02/28 6:15 p.m.555 views

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

7.5CVSS8.6AI score0.00051EPSS
CVE
CVE
added 2023/07/11 8:15 p.m.553 views

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

6.5CVSS7.2AI score0.00155EPSS
CVE
CVE
added 2023/08/02 8:15 p.m.552 views

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

5.3CVSS6.9AI score0.00112EPSS
CVE
CVE
added 2023/05/11 4:15 p.m.530 views

CVE-2023-29400

Templates containing actions in unquoted HTML attributes (e.g. "attr={{.}}") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.

7.3CVSS8.5AI score0.00048EPSS
CVE
CVE
added 2023/05/11 4:15 p.m.524 views

CVE-2023-24539

Angle brackets () are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character can result in unexpectedly closing the CSS context and allowing for injection of unexpected HTML, if executed with untrusted input.

7.3CVSS8.6AI score0.00065EPSS
CVE
CVE
added 2023/06/08 9:15 p.m.503 views

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.8CVSS9.2AI score0.00083EPSS
CVE
CVE
added 2023/06/08 9:15 p.m.496 views

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

9.8CVSS9.4AI score0.00124EPSS
CVE
CVE
added 2023/06/08 9:15 p.m.495 views

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

9.8CVSS9.6AI score0.00326EPSS
CVE
CVE
added 2023/02/28 6:15 p.m.483 views

CVE-2022-41722

A path traversal vulnerability exists in filepath.Clean on Windows. On Windows, the filepath.Clean function could transform an invalid path such as "a/../c:/b" into the valid path "c:\b". This transformation of a relative (if invalid) path into an absolute path could enable a directory traversal at...

7.5CVSS7.4AI score0.00083EPSS
CVE
CVE
added 2023/06/08 9:15 p.m.435 views

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 I/O...

7.8CVSS8.6AI score0.00009EPSS