Overview
Description
Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, HttpPostRequestEncoder constructs multipart HTTP request bodies by directly concatenating user-supplied filenames and field names into Content-Disposition MIME headers without validating or sanitizing CRLF characters (\r\n). Since MIME headers are delimited by CRLF, an attacker who controls the filename can inject arbitrary MIME headers into the multipart body part. The root cause is that neither the encoder nor the FileUpload implementations' setFilename() methods, which only check for null, neutralize CRLF characters before the filename is embedded into the header. This issue has been fixed in versions 4.1.136.Final and 4.2.16.Final.
Statistics
- 1 Post
Last activity: 17 hours ago
Overview
- Go standard library
- encoding/xml
- encoding/xml
13 Aug 2026
Published
14 Aug 2026
Updated
CVSS
Pending
EPSS
0.57%
KEV
Description
Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go standard library
- net/url
- net/url
13 Aug 2026
Published
14 Aug 2026
Updated
CVSS
Pending
EPSS
0.52%
KEV
Description
Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations.
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go standard library
- net/http
- net/http
22 May 2026
Published
17 Sep 2026
Updated
CVSS
Pending
EPSS
0.69%
KEV
Description
The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go standard library
- crypto/tls
- crypto/tls
13 Aug 2026
Published
14 Aug 2026
Updated
CVSS
Pending
EPSS
0.57%
KEV
Description
Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely.
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go standard library
- net/http
- net/http
13 Aug 2026
Published
14 Aug 2026
Updated
CVSS
Pending
EPSS
0.57%
KEV
Description
When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go toolchain
- cmd/go
- cmd/go
13 Aug 2026
Published
14 Aug 2026
Updated
CVSS
Pending
EPSS
0.30%
KEV
Description
A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ && go mod tidy
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go standard library
- encoding/asn1
- encoding/asn1
13 Aug 2026
Published
17 Sep 2026
Updated
CVSS
Pending
EPSS
0.57%
KEV
Description
Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go toolchain
- cmd/go
- cmd/go
13 Aug 2026
Published
14 Aug 2026
Updated
CVSS
Pending
EPSS
0.11%
KEV
Description
A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log. All tiles are now correctly verified against their parents. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ && go mod tidy
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865
Overview
- Go standard library
- html/template
- html/template
13 Aug 2026
Published
14 Aug 2026
Updated
CVSS
Pending
EPSS
0.31%
KEV
Description
Previously, pathological inputs could close an unescaped '/' early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.
Statistics
- 11 Posts
Last activity: 17 hours ago
Bluesky
CVE-2026-73508 CVE-2026-75595 CVE-2026-75596 N/A Security fixes for apigee-watcher. This addresses the following vulnerabilities: CVE-2026-33818 CVE-2026-39821 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 CVE-2026-56860 CVE-2026-56862 CVE-2026-56864 CVE-2026-56865