Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/golang-go.crypto@1:0.25.0-1~bpo12%2B1
purl pkg:deb/debian/golang-go.crypto@1:0.25.0-1~bpo12%2B1
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (6)
Vulnerability Summary Aliases
VCID-cmts-6kz4-zkh8 golang.org/x/crypto Vulnerable to Denial of Service (DoS) via Slow or Incomplete Key Exchange SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted. CVE-2025-22869
GHSA-hcg3-q754-cr77
VCID-hu5a-ewvg-6ya7 golang.org/x/crypto/ssh/agent vulnerable to panic if message is malformed due to out of bounds read SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read. CVE-2025-47914
GHSA-f6x5-jh6r-wrfv
VCID-jwxs-gteb-kfg5 golang.org/x/crypto/ssh allows an attacker to cause unbounded memory consumption SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption. CVE-2025-58181
GHSA-j5w8-q4qc-rx2x
VCID-jzn6-bzzf-nugp Improper Validation of Integrity Check Value The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust. CVE-2023-48795
GHSA-45x7-px36-x8w8
VCID-mn45-w3s3-syej Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that the key offered is in fact used to authenticate." Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/crypto@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance. CVE-2024-45337
GHSA-v778-237x-gjrc
VCID-sty6-gwh1-hbcy golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS CVE-2025-47913

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T13:30:08.878064+00:00 Debian Importer Fixing VCID-hu5a-ewvg-6ya7 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T13:14:45.393788+00:00 Debian Importer Fixing VCID-jwxs-gteb-kfg5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:50:14.500938+00:00 Debian Importer Fixing VCID-mn45-w3s3-syej https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:25:38.394883+00:00 Debian Importer Fixing VCID-cmts-6kz4-zkh8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:30:04.927680+00:00 Debian Importer Fixing VCID-jzn6-bzzf-nugp https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:51:47.724947+00:00 Debian Importer Fixing VCID-sty6-gwh1-hbcy https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T09:19:05.967280+00:00 Debian Importer Fixing VCID-hu5a-ewvg-6ya7 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T09:07:14.787976+00:00 Debian Importer Fixing VCID-jwxs-gteb-kfg5 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:48:34.388373+00:00 Debian Importer Fixing VCID-mn45-w3s3-syej https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:47:05.511937+00:00 Debian Importer Fixing VCID-cmts-6kz4-zkh8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:05:19.438467+00:00 Debian Importer Fixing VCID-jzn6-bzzf-nugp https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:35:39.661300+00:00 Debian Importer Fixing VCID-sty6-gwh1-hbcy https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-08T20:11:17.670739+00:00 Debian Importer Fixing VCID-hu5a-ewvg-6ya7 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T20:03:57.558605+00:00 Debian Importer Fixing VCID-jwxs-gteb-kfg5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:51:47.398775+00:00 Debian Importer Fixing VCID-mn45-w3s3-syej https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T19:10:30.846071+00:00 Debian Importer Fixing VCID-cmts-6kz4-zkh8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:42:33.013100+00:00 Debian Importer Fixing VCID-jzn6-bzzf-nugp https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-08T18:22:57.523700+00:00 Debian Importer Fixing VCID-sty6-gwh1-hbcy https://security-tracker.debian.org/tracker/data/json 38.1.0