Lucene search
+L

14851 matches found

OSV
OSV
added 2026/05/22 5:55 a.m.9 views

SUSE-SU-2026:2045-1 Security update for rootlesskit

This update for rootlesskit rebuilds it against the current go security release...

5.8AI score
SaveExploits0References1
SUSE Linux
SUSE Linux
added 2026/05/22 5:54 a.m.8 views

Security update for rootlesskit

This update for rootlesskit rebuilds it against the current go security release. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command listed for your product: openSUSE Leap 15....

5.8AI score
SaveExploits0
OSV
OSV
added 2026/05/22 5:54 a.m.7 views

SUSE-SU-2026:2044-1 Security update for rootlesskit

This update for rootlesskit rebuilds it against the current go security release...

5.8AI score
SaveExploits0References1
SUSE Linux
SUSE Linux
added 2026/05/22 5:54 a.m.9 views

Security update for rekor

This update for rekor rebuilds it against the current go security release. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command listed for your product: SUSE Linux Enterprise...

5.8AI score
SaveExploits0
OSV
OSV
added 2026/05/22 5:54 a.m.6 views

SUSE-SU-2026:2043-1 Security update for rekor

This update for rekor rebuilds it against the current go security release...

5.8AI score
SaveExploits0References1
SUSE Linux
SUSE Linux
added 2026/05/22 5:53 a.m.10 views

Security update for container-suseconnect

This update for container-suseconnect rebuilds it against the current go security release. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command listed for your product:...

5.8AI score
SaveExploits0
OSV
OSV
added 2026/05/22 5:53 a.m.6 views

SUSE-SU-2026:2042-1 Security update for container-suseconnect

This update for container-suseconnect rebuilds it against the current go security release...

5.8AI score
SaveExploits0References1
Snyk
Snyk
added 2026/05/22 5:32 a.m.9 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization due to the NewKeyring function not enforcing the ConfirmBeforeUse constraint. An attacker can perform unauthorized signing operations by adding keys with constraints that are silently ignored. Remediation Upgrade...

9.1CVSS5.8AI score0.00412EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/22 5:32 a.m.9 views

Uncaught Exception

Overview golang.org/x/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Uncaught Exception in the CertChecker component when used as a public key callback without setting IsUserAuthority or IsHostAuthority. An attacker can cause the server to panic by...

8.7CVSS5.8AI score0.00504EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/22 5:32 a.m.12 views

Uncaught Exception

Overview github.com/golang/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Uncaught Exception in the CertChecker component when used as a public key callback without setting IsUserAuthority or IsHostAuthority. An attacker can cause the server to panic by...

8.7CVSS5.8AI score0.00504EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/22 5:32 a.m.9 views

Allocation of Resources Without Limits or Throttling

Overview github.com/golang/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the public key parsers. An attacker can exhaust CPU resources by submitting crafted RSA or DSA public keys with excessively...

7.5CVSS5.8AI score0.00467EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/22 5:32 a.m.13 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 via the public key parsers. An attacker can exhaust CPU resources by submitting crafted RSA or DSA public keys with excessively larg...

7.5CVSS5.8AI score0.00467EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/22 5:32 a.m.12 views

Improper Authentication

Overview golang.org/x/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Improper Authentication due to the Verify method not checking the User Presence flag in FIDO/U2F security key types. An attacker can perform unauthorized authentication by generating...

9.1CVSS5.8AI score0.0042EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/22 5:32 a.m.11 views

Incorrect Authorization

Overview golang.org/x/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Incorrect Authorization. When an SSH server authentication callback returned PartialSuccessError with non-nil Permissions, those permissions were silently discarded, potentially droppin...

8.8CVSS5.8AI score0.00369EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/22 2:46 a.m.16 views

GO-2026-5029 Invoking incorrect handling of character references in DOCTYPE nodes in golang.org/x/net/html

Parsing arbitrary HTML which is then rendered using Render can result in an unexpected HTML tree. This can be leveraged to execute XSS attacks in applications that attempt to sanitize input HTML before rendering...

6.1CVSS6AI score0.00223EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/22 2:31 a.m.163 views

CVE-2026-39830 Invoking client can cause server deadlock on unexpected responses in golang.org/x/crypto/ssh

A malicious SSH peer could send unsolicited global request responses to fill an internal buffer, blocking the connection's read loop. The blocked goroutine could not be released by calling Close, resulting in a resource leak per connection. Unsolicited global responses are now discarded...

0.00621EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/22 2:31 a.m.131 views

CVE-2026-39834 Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh

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...

0.00525EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/22 2:31 a.m.6 views

CVE-2026-39827 Invoking memory leak when rejecting channels can lead to DoS in golang.org/x/crypto/ssh

An authenticated SSH client that repeatedly opened channels which were rejected by the server caused unbounded memory growth, eventually crashing the server process and affecting all connected users. Rejected channels are now properly removed from the connection's internal state and released for...

6.5CVSS6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/05/22 2:31 a.m.11 views

CVE-2026-46598 Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent

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

5.8AI score0.00412EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/05/22 2:31 a.m.144 views

CVE-2026-39831 Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh

The Verify method for FIDO/U2F security key types [email protected], [email protected] did not check the User Presence flag. Signatures generated without physical touch were accepted, allowing unattended use of a hardware security key. To restore the previous behavior,...

0.0042EPSS
SaveExploits0References4
Rows per page
Query Builder