Lucene search
+L

906 matches found

RedHat Linux
RedHat Linux
added 2026/05/11 6:39 p.m.12 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.5CVSS7.2AI score0.00615EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/11 4:23 p.m.13 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.5CVSS7.2AI score0.00615EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/11 2:16 a.m.12 views

DEBIAN-CVE-2026-8258

A flaw has been found in Squirrel up to 3.2. Impacted is the function validateformat in the library sqstdlib/sqstdstring.cpp. Executing a manipulation can lead to stack-based buffer overflow. The attack can only be executed locally. The exploit has been published and may be used. The project was...

4.8CVSS6.2AI score0.00123EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/11 12:00 a.m.17 views

SQUIRREL 缓冲区错误漏洞

SQUIRREL is a programming language developed by Alberto Demichelis. It is the stable version of SQUIRREL 3.2. Versions of SQUIRREL 3.2 and earlier had a buffer error vulnerability, which stemmed from a stack buffer overflow in the validateformat function within the sqstdlib/sqstdstring.cpp librar...

5.3CVSS6.3AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/08 7:11 a.m.20 views

CLSA-2026-1778174719 Fix CVE(s): CVE-2026-40684

SECURITY UPDATE: Crash via malformed DNS response on musl libc systems - debian/patches/CVE-2026-40684.patch: handle musl libc dnexpand backslash-decimal escape oddity in stringcopydnsdomain - CVE-2026-40684...

7.5CVSS6AI score0.00362EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/05/07 7:21 p.m.16 views

Information Exposure

Overview std/net/http/httputil is a Go standard library package std/net/http/httputil Affected versions of this package are vulnerable to Information Exposure. Go Vulnerability Report: ReverseProxy can forward queries containing parameters not visible to Rewrite functions. When used with a Rewrit...

6.9CVSS5.8AI score0.0039EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/05/06 3:34 p.m.13 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.5CVSS7.2AI score0.00615EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/05/05 10:29 a.m.28 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/04 2:31 p.m.14 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
Fedora
Fedora
added 2026/05/01 3:12 a.m.13 views

[SECURITY] Fedora 44 Update: python3.6-3.6.15-57.fc44

Python is an accessible, high-level, dynamically typed, interpreted programmi ng language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.6 package provides the "python3" executable: the...

9.1CVSS5.5AI score0.00579EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/04/30 12:29 p.m.14 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.7AI score0.02128EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/30 3:33 a.m.16 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.9AI score0.00728EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/30 3:03 a.m.37 views

golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip

A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A ...

6.5CVSS7.2AI score0.00668EPSS
SaveExploits1References8
Fedora
Fedora
added 2026/04/30 12:54 a.m.16 views

[SECURITY] Fedora 44 Update: python3.9-3.9.25-9.fc44

Python 3.9 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.9 package provides the "python3.9" executable: the...

9.1CVSS5.4AI score0.00579EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/04/29 2:31 p.m.20 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.7AI score0.02128EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/29 8:11 a.m.17 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.5CVSS7.2AI score0.00615EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/28 8:36 p.m.20 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.9AI score0.00728EPSS
SaveExploits0References8
Fedora
Fedora
added 2026/04/28 1:35 a.m.18 views

[SECURITY] Fedora 44 Update: python3.11-3.11.15-4.fc44

Python 3.11 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.11 package provides the "python3.11" executable:...

9.1CVSS5.4AI score0.0069EPSS
SaveExploits0
Fedora
Fedora
added 2026/04/28 1:14 a.m.13 views

[SECURITY] Fedora 42 Update: python3.13-3.13.13-1.fc42

Python 3.13 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries...

7.5CVSS4.6AI score0.0069EPSS
SaveExploits0
Fedora
Fedora
added 2026/04/28 1:00 a.m.17 views

[SECURITY] Fedora 43 Update: python3.11-3.11.15-4.fc43

Python 3.11 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3.11 package provides the "python3.11" executable:...

9.1CVSS5.4AI score0.0069EPSS
SaveExploits0
Rows per page
Query Builder