Golang

Crypto

22 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.42%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 09.07.2026 13:17:03

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

  • EPSS 0.31%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 28.05.2026 14:34:45

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

  • EPSS 0.44%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 09.07.2026 13:17:22

Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of callback is passed other than public key, then the source-address validation would be skipped.

  • EPSS 0.49%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 09.07.2026 13:17:12

Previously, a revoked 'SignatureKey' belonging to a CA was not correctly checked for revocation. Now, both the 'key' and 'key.SignatureKey' are checked for @revoked.

  • EPSS 0.47%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 28.05.2026 15:03:47

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

  • EPSS 0.37%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 02.06.2026 16:33:18

The Verify() method for FIDO/U2F security key types (sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com) did not check the User Presence flag. Signatures generated without physical touch were accepted, allowing unattended use of a hardwar...

  • EPSS 0.53%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 09.07.2026 13:17:03

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

  • EPSS 0.2%
  • Veröffentlicht 22.05.2026 02:31:27
  • Zuletzt bearbeitet 26.05.2026 17:58:25

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

  • EPSS 0.31%
  • Veröffentlicht 22.05.2026 02:31:26
  • Zuletzt bearbeitet 09.07.2026 13:17:02

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

  • EPSS 0.4%
  • Veröffentlicht 22.05.2026 02:31:26
  • Zuletzt bearbeitet 09.07.2026 13:17:03

When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on t...