Lucene search
+L

206 matches found

NVD
NVD
added 2026/08/13 10:17 p.m.9 views

CVE-2026-73489

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry...

4.3CVSS0.00259EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 10:17 p.m.12 views

CVE-2026-73489

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry...

4.3CVSS5.5AI score0.00259EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/13 10:04 p.m.31 views

CVE-2026-73489

Summary: CVE-2026-73489 affects russh (Rust SSH library) prior to 0.62.4. An authenticated SSH client can trigger a denial-of-service by sending a pty-req channel request with more than 130 terminal-mode records. The parser uses a fixed 130-entry array for terminal modes but increments the index ...

4.3CVSS5.4AI score0.00259EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/13 10:04 p.m.7 views

CVE-2026-73489

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry...

4.3CVSS5.4AI score0.00259EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/13 10:04 p.m.13 views

CVE-2026-73489 Russh: Post-auth remote panic via pty-req with more than 130 terminal-mode records

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry...

4.3CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/13 10:04 p.m.29 views

CVE-2026-73489 Russh: Post-auth remote panic via pty-req with more than 130 terminal-mode records

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry...

4.3CVSS0.00259EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/13 10:04 p.m.6 views

CVE-2026-73489

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry...

4.3CVSS5.4AI score0.00259EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/13 10:04 p.m.9 views

EUVD-2026-58524

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry...

4.3CVSS5.4AI score0.00259EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.4 views

PT-2026-71922

Russh is a Rust SSH client & server library. Prior to 0.62.4, an authenticated SSH client can cause a denial of service by sending a pty-req channel request with more than 130 terminal-mode records. The parser in russh/src/server/encrypted.rs stores terminal modes in a fixed 130-entry Pty::TTY OP...

4.3CVSS5.3AI score0.00259EPSS
SaveExploits0References4
Circl
Circl
added 2026/08/12 10:35 p.m.12 views

CVE-2026-73429

creationtimestamp| type| source ---|---|--- 2026-08-12 22:35:12+00:00| published-proof-of-concept| https://github.com/Eugeny/russh/security/advisories/GHSA-g9hv-x236-4qp3...

5.3CVSS4.9AI score0.00291EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/12 10:35 p.m.11 views

CVE-2026-73430

creationtimestamp| type| source ---|---|--- 2026-08-12 22:35:09+00:00| published-proof-of-concept| https://github.com/Eugeny/russh/security/advisories/GHSA-5xvq-cp9x-6p6r...

5.3CVSS4.9AI score0.00332EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/12 10:35 p.m.14 views

CVE-2026-73489

creationtimestamp| type| source ---|---|--- 2026-08-12 22:35:07+00:00| published-proof-of-concept| https://github.com/Eugeny/russh/security/advisories/GHSA-cqjc-rmpq-xprq...

4.3CVSS4.9AI score0.00259EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/12 9:17 p.m.8 views

CVE-2026-73430

Russh is a Rust SSH client & server library. Prior to 0.62.4, an unauthenticated SSH client can cause a denial of service by sending SSHMSGKEXECDHINIT with a 32-byte all-zero QC value. Curve25519Kex::serverdh in russh/src/kex/curve25519.rs accepts the all-zero peer public value and computes an...

5.3CVSS0.00332EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 9:17 p.m.8 views

CVE-2026-73429

Russh is a Rust SSH client & server library. Prior to 0.62.4, a malicious SSH server can crash a russh client session with a malformed KEXECDHREPLY containing a server ephemeral value that is not 32 bytes long. The client-side Curve25519Kex::computesharedsecret function in...

5.3CVSS0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/12 8:55 p.m.10 views

CVE-2026-73430 Russh: Pre-auth remote panic via all-zero Curve25519 peer public value (encode_mpint OOB)

Russh is a Rust SSH client & server library. Prior to 0.62.4, an unauthenticated SSH client can cause a denial of service by sending SSHMSGKEXECDHINIT with a 32-byte all-zero QC value. Curve25519Kex::serverdh in russh/src/kex/curve25519.rs accepts the all-zero peer public value and computes an...

5.3CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/12 8:55 p.m.31 views

CVE-2026-73430 Russh: Pre-auth remote panic via all-zero Curve25519 peer public value (encode_mpint OOB)

Russh is a Rust SSH client & server library. Prior to 0.62.4, an unauthenticated SSH client can cause a denial of service by sending SSHMSGKEXECDHINIT with a 32-byte all-zero QC value. Curve25519Kex::serverdh in russh/src/kex/curve25519.rs accepts the all-zero peer public value and computes an...

5.3CVSS0.00332EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/12 8:55 p.m.7 views

CVE-2026-73430 Russh: Pre-auth remote panic via all-zero Curve25519 peer public value (encode_mpint OOB)

Russh is a Rust SSH client & server library. Prior to 0.62.4, an unauthenticated SSH client can cause a denial of service by sending SSHMSGKEXECDHINIT with a 32-byte all-zero QC value. Curve25519Kex::serverdh in russh/src/kex/curve25519.rs accepts the all-zero peer public value and computes an...

5.3CVSS5.3AI score0.00332EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/12 8:55 p.m.5 views

CVE-2026-73430

Russh is a Rust SSH client & server library. Prior to 0.62.4, an unauthenticated SSH client can cause a denial of service by sending SSHMSGKEXECDHINIT with a 32-byte all-zero QC value. Curve25519Kex::serverdh in russh/src/kex/curve25519.rs accepts the all-zero peer public value and computes an...

5.3CVSS5.3AI score0.00332EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/08/12 8:55 p.m.8 views

EUVD-2026-57625

Russh is a Rust SSH client & server library. Prior to 0.62.4, an unauthenticated SSH client can cause a denial of service by sending SSHMSGKEXECDHINIT with a 32-byte all-zero QC value. Curve25519Kex::serverdh in russh/src/kex/curve25519.rs accepts the all-zero peer public value and computes an...

5.3CVSS5.4AI score0.00332EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 8:55 p.m.33 views

CVE-2026-73430

Russh (Rust SSH client/server library) before version 0.62.4 is affected. An unauthenticated SSH client can trigger a denial of service by sending SSH_MSG_KEX_ECDH_INIT with a 32-byte all-zero Q_C value. In Curve25519Kex::server_dh, the all-zero peer public value is accepted, leading to a zero sh...

5.3CVSS5.4AI score0.00332EPSS
SaveExploits0References3
Rows per page
Query Builder