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 containerdUpgrade containerd-debuginfoUpgrade runfinch-finchUpgrade nerdctlUpgrade nerdctl-debuginfoUpgrade amazon-cloudwatch-agentUpgrade containerd-stress | Feb 4, 2025 | Dec 12, 2024 |
| Amazon_linux_2023 | — | Upgrade nerdctlUpgrade containerdUpgrade containerd-debuginfoUpgrade containerd-debugsourceUpgrade containerd-stressUpgrade amazon-cloudwatch-agentUpgrade containerd-stress-debuginfoUpgrade runfinch-finch | 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 9.4.2Upgrade Splunk Enterprise to version 9.3.4Upgrade Splunk Enterprise to version 9.3.5Upgrade Splunk Enterprise to version 9.2.8Upgrade Splunk Enterprise to version 9.2.7Upgrade Splunk Enterprise to version 9.4.3Upgrade Splunk Universal Forwarder to version 9.4.2Upgrade Splunk Enterprise to version 9.1.9Upgrade Splunk Enterprise to version 10.0.1Upgrade Splunk Enterprise to version 9.3.6Upgrade Splunk Enterprise to version 9.1.10Upgrade Splunk Enterprise to version 9.4.4Upgrade Splunk Enterprise to version 9.2.6 | Sep 30, 2025 | Dec 11, 2024 |
| Suse | — | Upgrade kubevirt-pr-helper-confUpgrade kubevirt-virt-handlerUpgrade git-bug-bash-completionUpgrade rime-schema-middle-chineseUpgrade rime-schema-wubiUpgrade gitea-tea-bash-completionUpgrade rime-schema-strokeUpgrade rime-schema-preludeUpgrade rime-schema-essayUpgrade rime-schema-emojiUpgrade helm-bash-completionUpgrade kubevirt-container-diskUpgrade helmUpgrade grafanaUpgrade kubevirt-virt-operatorUpgrade rime-schema-bopomofoUpgrade rime-schema-pinyin-simpUpgrade rclone-zsh-completionUpgrade kubevirt-virt-exportproxyUpgrade apptainerUpgrade govulncheck-vulndbUpgrade git-bugUpgrade rime-schema-wugniuUpgrade apptainer-sle15_6Upgrade minikube-fish-completionUpgrade rime-schema-combo-pinyinUpgrade rime-schema-cangjieUpgrade kubevirt-virt-launcherUpgrade rime-schema-cantoneseUpgrade git-bug-zsh-completionUpgrade kubevirt-virtctlUpgrade rime-schema-soutzoeUpgrade obs-service-kubevirt_containers_metaUpgrade google-guest-agentUpgrade rime-schema-scjUpgrade rime-schema-ipaUpgrade golang-github-prometheus-promuUpgrade rime-schema-double-pinyinUpgrade kubevirt-virt-controllerUpgrade trivyUpgrade minikube-zsh-completionUpgrade rime-schema-customUpgrade dracut-saltbootUpgrade rime-schema-stenotypeUpgrade kubevirt-testsUpgrade git-bug-fish-completionUpgrade rime-schema-allUpgrade kubevirt-virt-exportserverUpgrade gitea-teaUpgrade helm-fish-completionUpgrade supportutils-plugin-susemanager-clientUpgrade spacecmdUpgrade rime-schema-arrayUpgrade supportutils-plugin-saltUpgrade rcloneUpgrade rime-schema-essay-simpUpgrade cheatUpgrade rime-schema-defaultUpgrade gitea-tea-zsh-completionUpgrade rime-schema-terra-pinyinUpgrade docker-machine-driver-kvm2Upgrade apptainer-sle15_5Upgrade minikube-bash-completionUpgrade kubevirt-manifestsUpgrade kubevirt-virt-apiUpgrade rime-schema-luna-pinyinUpgrade rclone-bash-completionUpgrade helm-zsh-completionUpgrade rime-schema-quickUpgrade rime-schema-extraUpgrade minikubeUpgrade apptainer-leap | Dec 5, 2025 | Jun 18, 2025 |
| Ubuntu | — | Upgrade golang-golang-x-crypto-dev (Ubuntu Pro)Upgrade google-guest-agent (Ubuntu Pro)Upgrade google-guest-agentUpgrade 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