Lucene search
+L

116 matches found

Kitploit
Kitploit
added 2026/09/14 4:24 p.m.7 views

CVE-2020-9283

Exploit para CVE-2020-9283 Este proyecto está inspirado en el POC original encontrado aquí github.com/mark-adams/exploits/CVE-2020-9283. Tenía curiosidad sobre cómo estaba implementada la librería SSH de Go, así que decidí implementar el PoC usando Go. Un breve artículo se puede encontrar aquí...

7.5CVSS7.4AI score0.20521EPSS
SaveExploits6
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.4 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check

A flaw was found in golang.org/x/crypto/ssh. The Verify method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially...

9.1CVSS5.7AI score0.0042EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.4 views

golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions

A flaw was found in golang.org/x/crypto/ssh/agent. When a key was added to a remote agent, security restrictions, known as constraint extensions, were not properly processed during the request. This allowed these restrictions to be silently removed when keys were forwarded, leading to the...

9.1CVSS5.8AI score0.006EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.5 views

Important: Red Hat Security Advisory: podman security update

An update for podman is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

9.1CVSS5.7AI score0.07314EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.4 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses

A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection's read loop. This prevents the associated resources from being released, leading to a resource leak p...

9.1CVSS5.9AI score0.00621EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.5 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters

A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during...

7.5CVSS5.8AI score0.00467EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/09/14 4:12 p.m.5 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs

A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service DoS for the affected system...

7.5CVSS5.8AI score0.00473EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/09/09 11:16 a.m.5 views

CVE-2026-78662

A flaw was found in golang.org/x/crypto/ssh. A malicious remote attacker could flood a channel's incoming requests before it is established, leading to a deadlock of the entire connection. This could result in a denial of service DoS for legitimate users. Mitigation Red Hat is not aware of a...

7.5CVSS5.8AI score0.00315EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/09 9:28 a.m.7 views

CVE-2026-56855

A flaw was found in golang.org/x/crypto/ssh. After a channel has been established, a remote malicious peer could send specially crafted messages. This could lead to a deadlock of the entire connection, resulting in a Denial of Service DoS for the affected system. Mitigation Red Hat is not aware o...

7.5CVSS5.7AI score0.00378EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2026/09/05 8:38 a.m.9 views

Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

...

7.5CVSS5.8AI score0.00315EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/03 6:25 a.m.10 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.17.57 security and extras update

Red Hat OpenShift Container Platform release 4.17.57 is now available with updates to packages and images that fix several bugs. This release includes a security update for Red Hat OpenShift Container Platform 4.17. Red Hat Product Security has rated this update as having a security impact of...

8.7CVSS6.8AI score0.00813EPSS
SaveExploits1References8
Vulnrichment
Vulnrichment
added 2026/09/02 7:37 p.m.25 views

CVE-2026-78662 Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time,...

5.1AI score0.00315EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/02 7:37 p.m.99 views

CVE-2026-56855

CVE-2026-56855 is a denial-of-service vulnerability in the golang.org/x/crypto/ssh package. After an SSH channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection . The root cause was that the implementation was buffering and blocking on ...

7.5CVSS5.8AI score0.00378EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/09/02 7:37 p.m.45 views

CVE-2026-78662 Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time,...

0.00315EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/02 7:37 p.m.80 views

CVE-2026-78662

CVE-2026-78662 affects the golang.org/x/crypto/ssh library. A channel registered in the mux's chanList was not marked as established until fully set up. A malicious peer could flood the channel's incomingRequests, deadlocking the entire connection (DoS). The fix introduces an atomic established s...

7.5CVSS5.9AI score0.00315EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/09/02 7:37 p.m.14 views

CVE-2026-78662 Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time,...

7.5CVSS5.8AI score
SaveExploits0References7
OSV
OSV
added 2026/09/02 7:37 p.m.3 views

CVE-2026-56855 Prevent DoS on deadlocked established channel in golang.org/x/crypto/ssh

Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection. Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connectio...

7.5CVSS5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/02 7:37 p.m.46 views

CVE-2026-56855 Prevent DoS on deadlocked established channel in golang.org/x/crypto/ssh

Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection. Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connectio...

0.00378EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/02 7:12 p.m.12 views

GO-2026-6354 Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time,...

7.5CVSS5.9AI score0.00315EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/09/02 7:12 p.m.6 views

Allocation of Resources Without Limits or Throttling

Overview golang.org/x/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in its connection multiplexing, reached through Dial, NewClientConn, NewControlClientConn, and NewServerConn, which buffers unhandle...

8.7CVSS5.7AI score0.00378EPSS
SaveExploits0References3
Rows per page
Query Builder