Overview
Description
This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.
Statistics
- 1 Post
Last activity: 5 hours ago
Overview
Description
This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.
Statistics
- 1 Post
Last activity: 5 hours ago
Overview
Description
This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.
Statistics
- 1 Post
Last activity: 5 hours ago
Overview
Description
This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.
Statistics
- 1 Post
Last activity: 5 hours ago
Overview
- Go toolchain
- cmd/compile
- cmd/compile
08 Apr 2026
Published
13 Apr 2026
Updated
CVSS
Pending
EPSS
0.01%
KEV
Description
The compiler is meant to unwrap pointers which are the operands of a memory move; a no-op interface conversion prevented the compiler from making the correct determination about non-overlapping moves, potentially leading to memory corruption at runtime.
Statistics
- 6 Posts
Last activity: 16 hours ago
Bluesky
This addresses the following vulnerabilities: CVE-2026-39883 CVE-2026-34986 CVE-2026-33186 CVE-2026-32283 CVE-2026-32281 CVE-2026-32280 CVE-2026-29181 CVE-2026-27144 CVE-2026-27143 CVE-2026-27140 CVE-2026-25679 N/A Security fixes for apigee-watcher
Overview
Description
Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. Prior to 4.1.4 and 3.0.5, decrypting a JSON Web Encryption (JWE) object will panic if the alg field indicates a key wrapping algorithm (one ending in KW, with the exception of A128GCMKW, A192GCMKW, and A256GCMKW) and the encrypted_key field is empty. The panic happens when cipher.KeyUnwrap() in key_wrap.go attempts to allocate a slice with a zero or negative length based on the length of the encrypted_key. This code path is reachable from ParseEncrypted() / ParseEncryptedJSON() / ParseEncryptedCompact() followed by Decrypt() on the resulting object. Note that the parse functions take a list of accepted key algorithms. If the accepted key algorithms do not include any key wrapping algorithms, parsing will fail and the application will be unaffected. This panic is also reachable by calling cipher.KeyUnwrap() directly with any ciphertext parameter less than 16 bytes long, but calling this function directly is less common. Panics can lead to denial of service. This vulnerability is fixed in 4.1.4 and 3.0.5.
Statistics
- 4 Posts
Last activity: 16 hours ago
Overview
- open-telemetry
- opentelemetry-go
08 Apr 2026
Published
10 Apr 2026
Updated
CVSS v4.0
HIGH (7.3)
EPSS
0.01%
KEV
Description
OpenTelemetry-Go is the Go implementation of OpenTelemetry. From 1.15.0 to 1.42.0, the fix for CVE-2026-24051 changed the Darwin ioreg command to use an absolute path but left the BSD kenv command using a bare name, allowing the same PATH hijacking attack on BSD and Solaris platforms. This vulnerability is fixed in 1.43.0.
Statistics
- 4 Posts
Last activity: 16 hours ago
Overview
- Go toolchain
- cmd/compile
- cmd/compile
08 Apr 2026
Published
13 Apr 2026
Updated
CVSS
Pending
EPSS
0.02%
KEV
Description
Arithmetic over induction variables in loops were not correctly checked for underflow or overflow. As a result, the compiler would allow for invalid indexing to occur at runtime, potentially leading to memory corruption.
Statistics
- 6 Posts
Last activity: 16 hours ago
Bluesky
This addresses the following vulnerabilities: CVE-2026-39883 CVE-2026-34986 CVE-2026-33186 CVE-2026-32283 CVE-2026-32281 CVE-2026-32280 CVE-2026-29181 CVE-2026-27144 CVE-2026-27143 CVE-2026-27140 CVE-2026-25679 N/A Security fixes for apigee-watcher
Overview
- Go standard library
- crypto/tls
- crypto/tls
08 Apr 2026
Published
13 Apr 2026
Updated
CVSS
Pending
EPSS
0.02%
KEV
Description
If one side of the TLS connection sends multiple key update messages post-handshake in a single record, the connection can deadlock, causing uncontrolled consumption of resources. This can lead to a denial of service. This only affects TLS 1.3.
Statistics
- 6 Posts
Last activity: 16 hours ago
Bluesky
This addresses the following vulnerabilities: CVE-2026-39883 CVE-2026-34986 CVE-2026-33186 CVE-2026-32283 CVE-2026-32281 CVE-2026-32280 CVE-2026-29181 CVE-2026-27144 CVE-2026-27143 CVE-2026-27140 CVE-2026-25679 N/A Security fixes for apigee-watcher
Overview
- Go toolchain
- cmd/go
- cmd/go
08 Apr 2026
Published
13 Apr 2026
Updated
CVSS
Pending
EPSS
0.01%
KEV
Description
SWIG file names containing 'cgo' and well-crafted payloads could lead to code smuggling and arbitrary code execution at build time due to trust layer bypass.
Statistics
- 6 Posts
Last activity: 16 hours ago
Bluesky
This addresses the following vulnerabilities: CVE-2026-39883 CVE-2026-34986 CVE-2026-33186 CVE-2026-32283 CVE-2026-32281 CVE-2026-32280 CVE-2026-29181 CVE-2026-27144 CVE-2026-27143 CVE-2026-27140 CVE-2026-25679 N/A Security fixes for apigee-watcher