Lucene search
+L

35562 matches found

Vulnrichment
Vulnrichment
added 2026/05/07 7:41 p.m.20 views

CVE-2026-39820 Quadratic string concatentation in consumeComment in net/mail

Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations...

5.8AI score0.00784EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/05/07 7:41 p.m.151 views

CVE-2026-33811 Crash when handling long CNAME response in net

When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash...

0.00813EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/07 7:41 p.m.14 views

CVE-2026-39820 Quadratic string concatentation in consumeComment in net/mail

Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations...

7.5CVSS5.9AI score
SaveExploits0References91
CVE
CVE
added 2026/05/07 7:41 p.m.192 views

CVE-2026-42499

CVE-2026-42499 affects the net/mail package’s consumePhrase routine, where pathological inputs can trigger DoS due to quadratic string concatenation when parsing RFC 5322 email addresses. This is documented across multiple feeds (NVD, CVE list, Debian, CIRCL, OSV GO-2026-4977, vulnrichment), indi...

7.5CVSS5.8AI score0.00798EPSS
SaveExploits0References91Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/07 7:41 p.m.8 views

CVE-2026-42499 Quadratic string concatenation in consumePhrase in net/mail

Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322...

5.8AI score0.00798EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/05/07 7:41 p.m.168 views

CVE-2026-42499 Quadratic string concatenation in consumePhrase in net/mail

Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322...

0.00798EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/05/07 7:41 p.m.98 views

CVE-2026-39836 Panic in Dial and LookupPort when handling NUL byte on Windows in net

The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL 0...

0.00588EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/07 7:41 p.m.14 views

CVE-2026-39836 Panic in Dial and LookupPort when handling NUL byte on Windows in net

The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL 0...

7.5CVSS7.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/05/07 7:41 p.m.141 views

CVE-2026-33814 Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net

When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGSMAXFRAMESIZE with a value of 0...

0.00781EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/05/07 7:21 p.m.15 views

Double Free

Overview std/net is a Go standard library package std/net Affected versions of this package are vulnerable to Double Free. Go Vulnerability Report: When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash. Remediation Upgrade...

8.7CVSS5.8AI score0.00813EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/07 7:21 p.m.16 views

Uncaught Exception

Overview std/net is a Go standard library package std/net Affected versions of this package are vulnerable to Uncaught Exception. Go Vulnerability Report: The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL 0. Remediation Upgrade std/net to version...

8.7CVSS5.8AI score0.00588EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/07 7:21 p.m.16 views

Allocation of Resources Without Limits or Throttling

Overview std/net/mail is a Go standard library package std/net/mail Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Go Vulnerability Report: Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger...

8.7CVSS5.8AI score0.00784EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/07 7:21 p.m.16 views

Allocation of Resources Without Limits or Throttling

Overview std/net/mail is a Go standard library package std/net/mail Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Go Vulnerability Report: Pathological inputs could cause DoS through consumePhrase when parsing an email address according ...

7.5CVSS5.8AI score0.00798EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/07 7:21 p.m.26 views

GO-2026-4986 Quadratic string concatentation in consumeComment in net/mail

Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations...

7.5CVSS5.8AI score0.00784EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/07 7:21 p.m.22 views

GO-2026-4977 Quadratic string concatenation in consumePhrase in net/mail

Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322...

7.5CVSS5.8AI score0.00798EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/07 7:21 p.m.19 views

GO-2026-4981 Crash when handling long CNAME response in net

When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash...

7.5CVSS5.8AI score0.00813EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/07 7:21 p.m.19 views

GO-2026-4971 Panic in Dial and LookupPort when handling NUL byte on Windows in net

The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL 0...

7.5CVSS5.8AI score0.00588EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/07 7:21 p.m.50 views

GO-2026-4918 Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net

When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGSMAXFRAMESIZE with a value of 0...

7.5CVSS5.8AI score0.00781EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/05/07 6:15 p.m.23 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.02128EPSS
SaveExploits0References8
Patchstack
Patchstack
added 2026/05/07 2:41 p.m.13 views

WordPress bunny.net plugin <= 2.3.6 - Broken Access Control vulnerability

Broken Access Control vulnerability discovered by NumeX in WordPress Plugin bunny.net versions = 2.3.6...

5.8AI score0.00242EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder