Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) 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/[email protected] 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.
CVSS Details
- CVSS 3.1 Base Score: 9.1
- CVSS 3.1 Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Alpine Linux | — | Upgrade rclone | Aug 8, 2025 | Dec 11, 2024 |
| Amazon Linux Ami 2 | — | Upgrade runfinch-finchUpgrade nerdctlUpgrade nerdctl-debuginfoUpgrade containerd-stressUpgrade amazon-cloudwatch-agentUpgrade containerd-debuginfoUpgrade containerd | Feb 4, 2025 | Dec 12, 2024 |
| Amazon_linux_2023 | — | Upgrade runfinch-finchUpgrade containerd-stress-debuginfoUpgrade containerd-debuginfoUpgrade nerdctlUpgrade amazon-cloudwatch-agentUpgrade containerd-debugsourceUpgrade containerdUpgrade containerd-stress | Feb 17, 2025 | Dec 11, 2024 |
| Debian | — | No solution exists | May 15, 2025 | Dec 12, 2024 |
| Redhat Openshift | — | Upgrade ose-ibmcloud-cluster-api-controllers-rhel8Upgrade ose-ibmcloud-cluster-api-controllers-rhel9Upgrade ose-oauth-proxy-rhel9 | Aug 10, 2026 | Dec 11, 2024 |
| Splunk | — | Upgrade Splunk Enterprise to version 10.0.1Upgrade Splunk Enterprise to version 9.3.6Upgrade Splunk Enterprise to version 9.4.4Upgrade Splunk Enterprise to version 9.1.10Upgrade Splunk Enterprise to version 9.2.6Upgrade Splunk Enterprise to version 9.1.9Upgrade Splunk Enterprise to version 9.2.7Upgrade Splunk Enterprise to version 9.3.5Upgrade Splunk Universal Forwarder to version 9.4.2Upgrade Splunk Enterprise to version 9.2.8Upgrade Splunk Enterprise to version 9.4.2Upgrade Splunk Enterprise to version 9.4.3Upgrade Splunk Enterprise to version 9.3.4 | Sep 30, 2025 | Dec 11, 2024 |
| Suse | — | Upgrade rime-schema-essay-simpUpgrade cheatUpgrade rime-schema-extraUpgrade rime-schema-defaultUpgrade gitea-tea-zsh-completionUpgrade rime-schema-allUpgrade kubevirt-virt-exportserverUpgrade git-bug-fish-completionUpgrade rclone-bash-completionUpgrade gitea-teaUpgrade minikubeUpgrade apptainer-leapUpgrade rime-schema-quickUpgrade helm-zsh-completionUpgrade kubevirt-manifestsUpgrade rime-schema-luna-pinyinUpgrade kubevirt-virt-apiUpgrade supportutils-plugin-saltUpgrade apptainer-sle15_5Upgrade kubevirt-virt-controllerUpgrade rime-schema-double-pinyinUpgrade minikube-zsh-completionUpgrade supportutils-plugin-susemanager-clientUpgrade spacecmdUpgrade helm-fish-completionUpgrade trivyUpgrade rime-schema-terra-pinyinUpgrade minikube-bash-completionUpgrade rime-schema-stenotypeUpgrade rcloneUpgrade kubevirt-testsUpgrade rime-schema-customUpgrade rime-schema-arrayUpgrade docker-machine-driver-kvm2Upgrade dracut-saltbootUpgrade apptainerUpgrade rime-schema-bopomofoUpgrade govulncheck-vulndbUpgrade kubevirt-virt-exportproxyUpgrade kubevirt-pr-helper-confUpgrade rime-schema-strokeUpgrade rime-schema-cantoneseUpgrade minikube-fish-completionUpgrade kubevirt-virt-launcherUpgrade apptainer-sle15_6Upgrade rime-schema-ipaUpgrade golang-github-prometheus-promuUpgrade kubevirt-virtctlUpgrade kubevirt-virt-handlerUpgrade rime-schema-emojiUpgrade git-bug-bash-completionUpgrade rclone-zsh-completionUpgrade rime-schema-middle-chineseUpgrade kubevirt-virt-operatorUpgrade gitea-tea-bash-completionUpgrade rime-schema-combo-pinyinUpgrade kubevirt-container-diskUpgrade helm-bash-completionUpgrade google-guest-agentUpgrade rime-schema-essayUpgrade rime-schema-wubiUpgrade rime-schema-preludeUpgrade helmUpgrade grafanaUpgrade rime-schema-pinyin-simpUpgrade rime-schema-scjUpgrade obs-service-kubevirt_containers_metaUpgrade git-bug-zsh-completionUpgrade rime-schema-soutzoeUpgrade rime-schema-cangjieUpgrade git-bugUpgrade rime-schema-wugniu | Dec 5, 2025 | Jun 18, 2025 |
| Ubuntu | — | Upgrade golang-golang-x-crypto-dev (Ubuntu Pro)Upgrade google-guest-agentUpgrade google-guest-agent (Ubuntu Pro)Upgrade golang-go.crypto-dev (Ubuntu Pro) | Oct 24, 2025 | Dec 12, 2024 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub