Lucene search
+L

17250 matches found

OSV
OSV
added 2026/06/25 10:34 p.m.13 views

GO-2026-5457 Arc: Unauthenticated access to Go debug pprof endpoints leaks runtime state and enables CPU-burn DoS in github.com/basekick-labs/arc

Arc: Unauthenticated access to Go debug pprof endpoints leaks runtime state and enables CPU-burn DoS in github.com/basekick-labs/arc...

8.8CVSS5.8AI score0.00358EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 10:34 p.m.14 views

GO-2026-5462 Argo Vulnerable to Unauthenticated Memory Exhaustion (DoS) in Webhook Interceptor in github.com/argoproj/argo-workflows

Argo Vulnerable to Unauthenticated Memory Exhaustion DoS in Webhook Interceptor in github.com/argoproj/argo-workflows...

8.2CVSS5.8AI score0.00607EPSS
SaveExploits1References5
OSV
OSV
added 2026/06/25 10:34 p.m.14 views

GO-2026-5505 Portainer's Kubernetes middleware continues after token validation failure, bypassing endpoint authorization in github.com/portainer/portainer

Portainer's Kubernetes middleware continues after token validation failure, bypassing endpoint authorization in github.com/portainer/portainer. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is...

8.1CVSS5.8AI score0.00335EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/25 10:34 p.m.10 views

GO-2026-5400 Cillium exposes sensitive information included in the cilium-bugtool debug archive in github.com/cilium/cilium

Cillium exposes sensitive information included in the cilium-bugtool debug archive in github.com/cilium/cilium...

7.9CVSS5.8AI score0.00077EPSS
SaveExploits0References6
OSV
OSV
added 2026/06/25 10:34 p.m.14 views

GO-2026-5438 Velociraptor vulnerability in the query() plugin which allows access to all orgs with the user's current ACL token in www.velocidex.com/golang/velociraptor

Velociraptor vulnerability in the query plugin which allows access to all orgs with the user's current ACL token in www.velocidex.com/golang/velociraptor...

9.1CVSS5.8AI score0.00224EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 10:34 p.m.12 views

GO-2026-5461 Klever-Go KVM read-only execution can commit contract delete and upgrade side effects in github.com/klever-io/klever-go

Klever-Go KVM read-only execution can commit contract delete and upgrade side effects in github.com/klever-io/klever-go...

6.3CVSS6AI score0.00445EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 10:34 p.m.22 views

GO-2026-5416 gitverify has improper tag signature verification in github.com/supply-chain-tools/gitverify

gitverify has improper tag signature verification in github.com/supply-chain-tools/gitverify...

5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/06/25 10:21 p.m.28 views

GHSA-RM3J-F69W-WQMQ golang.org/x/crypto vulnerable to infinite loop on large channel writes

When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation...

9.1CVSS6AI score0.00525EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/06/25 10:21 p.m.17 views

golang.org/x/crypto vulnerable to infinite loop on large channel writes

When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation...

9.1CVSS6AI score0.00525EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/06/25 10:18 p.m.23 views

GHSA-W879-237Q-WC7R golang.org/x/crypto: Invoking pathological RSA/DSA parameters may cause DoS

The RSA and DSA public key parsers did not enforce size limits on key parameters. A crafted public key with an excessively large modulus or DSA parameter could cause several minutes of CPU consumption during signature verification. This could be triggered by unauthenticated clients during public...

7.5CVSS6.4AI score0.00467EPSS
SaveExploits0References46
Github Security Blog
Github Security Blog
added 2026/06/25 10:15 p.m.17 views

golang.org/x/crypto is vulnerable to invoking server panic during CheckHostKey/Authenticate flow

SSH servers which use CertChecker as a public key callback without setting IsUserAuthority or IsHostAuthority could be caused to panic by a client presenting a certificate. CertChecker now returns an error instead of panicking when these callbacks are nil...

7.5CVSS6AI score0.00504EPSS
SaveExploits0References59Affected Software1
OSV
OSV
added 2026/06/25 10:15 p.m.15 views

GHSA-78MQ-XCR3-XM33 golang.org/x/crypto is vulnerable to invoking server panic during CheckHostKey/Authenticate flow

SSH servers which use CertChecker as a public key callback without setting IsUserAuthority or IsHostAuthority could be caused to panic by a client presenting a certificate. CertChecker now returns an error instead of panicking when these callbacks are nil...

5.3CVSS6AI score0.00504EPSS
SaveExploits0References59
Github Security Blog
Github Security Blog
added 2026/06/25 10:14 p.m.18 views

golang.org/x/crypto vulnerable to invoking bypass of certificate restrictions

When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded, potentially dropping certificate restrictions such as force-command after a second factor succeeded. Returning non-nil Permissions with PartialSuccessError...

8.8CVSS6AI score0.00369EPSS
SaveExploits0References40Affected Software1
OSV
OSV
added 2026/06/25 10:14 p.m.16 views

GHSA-Q4H4-GMJ2-QVW2 golang.org/x/crypto: Invoking byte arithmetic causes underflow and panic

An incorrectly placed cast from bytes to int allowed for server-side panic in the AES-GCM packet decoder for well-crafted inputs...

7.5CVSS6AI score0.00473EPSS
SaveExploits0References6
OSV
OSV
added 2026/06/25 10:13 p.m.15 views

GHSA-JPPX-RXG9-JMRX golang.org/x/crypto doesn't enforce invoking key constraints

The in-memory keyring returned by NewKeyring silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring now returns an error when...

9.1CVSS6AI score0.00412EPSS
SaveExploits0References7
OSV
OSV
added 2026/06/25 10:12 p.m.18 views

GHSA-9M57-25V3-79X9 golang.org/x/crypto: Invoking pathological inputs can lead to client panic

For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used...

5.3CVSS6AI score0.00412EPSS
SaveExploits0References5
CVE
CVE
added 2026/06/25 7:47 p.m.54 views

CVE-2026-46601

The CVE refers to a panic in the golang.org/x/image webp decoder when processing a VP8 chunk whose alpha channel size does not match the canvas size. Affected component: the WebP decoder in x/image/webp. Root cause: mismatch between VP8 chunk dimensions and the canvas size triggers a panic (crash...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 6:43 p.m.16 views

GO-2026-5285 Daptin has Unauthenticated Path Traversal and Zip Slip in github.com/daptin/daptin

Daptin has Unauthenticated Path Traversal and Zip Slip in github.com/daptin/daptin...

5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/06/25 6:43 p.m.20 views

GO-2026-5377 ExternalSecrets vulnerable to privilege escalation with secret overwriting in github.com/external-secrets/external-secrets/apis

ExternalSecrets vulnerable to privilege escalation with secret overwriting in github.com/external-secrets/external-secrets/apis. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is causing...

4.9CVSS5.8AI score0.00215EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/25 6:43 p.m.17 views

GO-2026-5354 kube-router: BGP Peer Passwords Exposed in Logs at Verbose Logging Level in github.com/cloudnativelabs/kube-router

kube-router: BGP Peer Passwords Exposed in Logs at Verbose Logging Level in github.com/cloudnativelabs/kube-router...

5.8AI score
SaveExploits0References1
Rows per page
Query Builder