Lucene search
+L

14876 matches found

RedHat Linux
RedHat Linux
added 2026/05/13 3:39 p.m.24 views

crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages

A flaw was found in the crypto/tls package within the Go golang standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock,...

7.5CVSS5.8AI score0.00621EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/13 3:39 p.m.16 views

crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building

A flaw was found in the Go standard library packages crypto/x509 and crypto/tls. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being...

7.5CVSS5.7AI score0.00615EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/13 3:39 p.m.17 views

crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate

A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the HostnameError.Error function. This flaw, caused by unbounded string concatenation, leads to excessive resource...

7.5CVSS7.1AI score0.00464EPSS
SaveExploits2References8
Snyk
Snyk
added 2026/05/13 3:29 p.m.10 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop through insufficient validation and missing safety mechanisms during symlink resolution. An attacker can cause infinite loops and resource exhaustion by providing crafted or malformed input that triggers uncontrolled...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/13 3:29 p.m.10 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop through insufficient validation and missing safety mechanisms during symlink resolution. An attacker can cause infinite loops and resource exhaustion by providing crafted or malformed input that triggers uncontrolled...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/13 3:29 p.m.12 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop through insufficient validation and missing safety mechanisms during symlink resolution. An attacker can cause infinite loops and resource exhaustion by providing crafted or malformed input that triggers uncontrolled...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/13 3:29 p.m.13 views

GHSA-M3XC-H892-GGX6 go-billy: Lack of depth and cycle detection in symlink resolution may lead to infinite loops and resource exhaustion

Impact Multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or...

6.5CVSS5.8AI score0.00295EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/05/13 3:29 p.m.15 views

go-billy: Lack of depth and cycle detection in symlink resolution may lead to infinite loops and resource exhaustion

Impact Multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or...

6.5CVSS5.8AI score0.00295EPSS
SaveExploits0References5Affected Software2
Snyk
Snyk
added 2026/05/13 3:29 p.m.10 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop through insufficient validation and missing safety mechanisms during symlink resolution. An attacker can cause infinite loops and resource exhaustion by providing crafted or malformed input that triggers uncontrolled...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/13 3:29 p.m.8 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop through insufficient validation and missing safety mechanisms during symlink resolution. An attacker can cause infinite loops and resource exhaustion by providing crafted or malformed input that triggers uncontrolled...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/13 3:29 p.m.10 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop through insufficient validation and missing safety mechanisms during symlink resolution. An attacker can cause infinite loops and resource exhaustion by providing crafted or malformed input that triggers uncontrolled...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/13 3:29 p.m.12 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop through insufficient validation and missing safety mechanisms during symlink resolution. An attacker can cause infinite loops and resource exhaustion by providing crafted or malformed input that triggers uncontrolled...

7.5CVSS5.8AI score0.00295EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/05/13 3:12 p.m.27 views

crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages

A flaw was found in the crypto/tls package within the Go golang standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock,...

7.5CVSS7.2AI score0.00621EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/13 1:20 p.m.24 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.5CVSS7.3AI score0.00728EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/13 1:20 p.m.63 views

github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object

A flaw was found in Go JOSE, a library for handling JSON Web Encryption JWE objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the...

7.5CVSS6.3AI score0.00651EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/05/13 1:20 p.m.40 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS6.9AI score0.01945EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/13 1:7 p.m.20 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.15.64 security and extras update

Red Hat OpenShift Container Platform release 4.15.64 is now available with updates to packages and images that fix several bugs. This release includes a security update for Red Hat OpenShift Container Platform 4.15. Red Hat Product Security has rated this update as having a security impact of...

9.1CVSS6.8AI score0.01557EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/13 10:14 a.m.13 views

RHSA-2026:16698 Red Hat Security Advisory: go-toolset:rhel8 security update

Bulletin has no description...

9CVSS5.7AI score0.00658EPSS
SaveExploits0References11
OSV
OSV
added 2026/05/13 10:14 a.m.14 views

RHSA-2026:16697 Red Hat Security Advisory: go-toolset:rhel8 security update

Bulletin has no description...

9CVSS5.7AI score0.00658EPSS
SaveExploits0References11
OSV
OSV
added 2026/05/13 10:14 a.m.12 views

RHSA-2026:16694 Red Hat Security Advisory: go-toolset:rhel8 security update

Bulletin has no description...

9CVSS5.8AI score0.00658EPSS
SaveExploits0References11
Rows per page
Query Builder