CVE-2024-45337

CRITICALNVD 9.19.1
EchelonGraph scoreMEDIUM confidence

This critical-severity CVE scores 9.1 under NVD CVSS v3. EPSS exploit probability: 30.3%, top 3% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, nvd
Elevated
9.1
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 3%CVSS: 9.1Exploit: NoneExposed: 0

A fix is available — apply it.

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 v3
9.1
EG Score
9.1(medium)
EPSS
86.5%
KEV
Not listed

Published

December 12, 2024

Last Modified

April 15, 2026

Advisory Details (7)

Auto-updated May 21, 2026
No patch confirmed yet.
generic

oss-security - Vulnerability in golang.org/x/crypto [CVE-2024-45337: misuse of ServerConfig.PublicKeyCallback may cause authorization bypass]

http://www.openwall.com/lists/oss-security/2024/12/11/2
generic

GO-2024-3321 - Go Packages

https://pkg.go.dev/vuln/GO-2024-3321
generic

x/crypto/ssh: misuse of ServerConfig.PublicKeyCallback may cause authorization bypass · Issue #70779 · golang/go · GitHub

https://go.dev/issue/70779
generic

ssh: make the public key cache a 1-entry FIFO cache · golang/crypto@b4f1988 · GitHub

https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909

Patch Availability(30)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatquay/quay-rhel8:17751692192026-04-03redhat
redhatquay/quay-rhel8:17702491832026-02-16redhat
redhatquay/quay-rhel8:17708561032026-02-16redhat
redhatquay/quay-rhel9:17708369012026-02-12redhat
redhatquay/quay-rhel8:17698520132026-02-02redhat
redhatopenshift-gitops-1/argocd-rhel9:1.172025-12-15redhat
redhatopenshift-gitops-1/argocd-rhel9:1.162025-12-15redhat
redhatopenshift-gitops-1/argocd-rhel9:1.182025-12-15redhat
redhatquay/quay-operator-rhel8:3.10.17-17653841442025-12-10redhat
redhatquay/quay-operator-rhel8:3.9.17-17653827582025-12-10redhat
redhatquay/quay-operator-rhel8:3.9.17-17642547562025-11-27redhat
redhatquay/quay-operator-rhel8:3.10.17-17641684282025-11-26redhat
redhatopenshift4/ose-oauth-proxy-rhel9:golang-github-openshift-oauth-proxy-container-v4.15.0-202510211321.p2.g2e0585d.assembly.stream.el92025-11-06redhat
redhatopenshift4/ose-oauth-proxy-rhel9:golang-github-openshift-oauth-proxy-container-v4.18.0-202510060338.p2.g9225edb.assembly.stream.el92025-10-15redhat
redhatopenshift4/ose-oauth-proxy-rhel9:golang-github-openshift-oauth-proxy-container-v4.16.0-202510061311.p2.g565f7ed.assembly.stream.el92025-10-15redhat
redhatopenshift4/ose-oauth-proxy-rhel9:golang-github-openshift-oauth-proxy-container-v4.17.0-202510011451.p2.ga9f1a5c.assembly.stream.el92025-10-08redhat
redhatopenshift4/ose-ibmcloud-cluster-api-controllers-rhel9:ose-ibmcloud-cluster-api-controllers-container-v4.15.0-202509151014.p2.g299435a.assembly.stream.el92025-09-25redhat
redhatopenshift4/ose-ibmcloud-cluster-api-controllers-rhel8:ose-ibmcloud-cluster-api-controllers-container-v4.14.0-202509151013.p2.g8607d6c.assembly.stream.el82025-09-25redhat
redhatopenshift4/ose-ibmcloud-cluster-api-controllers-rhel9:ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202509091828.p2.gf19534d.assembly.stream.el92025-09-17redhat
redhatoadp/oadp-velero-rhel9:1.4.5-202025-07-18redhat
redhatopenshift4/ose-oauth-apiserver-rhel9:v4.19.0-202507081507.p0.g7591406.assembly.stream.el92025-07-16redhat
redhatopenshift4/ose-smb-csi-driver-rhel9:v4.19.0-202505200051.p0.gb851d93.assembly.stream.el92025-06-17redhat
redhatopenshift4/ose-vsphere-csi-driver-syncer-rhel9:v4.19.0-202505200051.p0.g1513403.assembly.stream.el92025-06-17redhat
redhatdevspaces/udi-rhel9:3.21-62025-05-28redhat
redhatrhtas/gitsign-rhel9:1.1.2-17430074992025-04-10redhat
redhatodf4/cephcsi-rhel9:v4.14.17-42025-04-03redhat
redhatodf4/mcg-rhel9-operator:v4.15.13-32025-04-02redhat
redhatopenshift-gitops-1/must-gather-rhel8:v1.14.3-42025-03-20redhat
redhatopenshift-pipelines/pipelines-cli-tkn-rhel9:1.18.0-17422119592025-03-17redhat
redhatopenshift-pipelines/pipelines-chains-controller-rhel9:1.18.0-17422008712025-03-17redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(1 across 1 ecosystem)
Go(1)
PackageVulnerable rangeFixed inDependents
golang.org/x/crypto0.31.0

All Vendor Advisories

(25)

Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.

Data Freshness Timeline

(refreshed 12× in last 7d / 46× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 101 total refreshes for this CVE.

  1. 2026-07-15 16:56 UTCEPSS rescore
  2. 2026-07-15 16:56 UTCEPSS rescore
  3. 2026-07-15 01:59 UTCEPSS rescore
  4. 2026-07-15 01:59 UTCEPSS rescore
  5. 2026-07-13 22:29 UTCEPSS rescore
  6. 2026-07-13 06:12 UTCEPSS rescore
  7. 2026-07-12 05:45 UTCEPSS rescore
  8. 2026-07-12 05:45 UTCEPSS rescore
  9. 2026-07-11 08:26 UTCEPSS rescore
  10. 2026-07-10 22:41 UTCOSV refresh
  11. 2026-07-09 19:09 UTCEPSS rescore
  12. 2026-07-09 19:09 UTCEPSS rescore
  13. 2026-07-08 15:14 UTCEPSS rescore
  14. 2026-07-07 13:45 UTCEPSS rescore
  15. 2026-07-06 16:26 UTCEPSS rescore
  16. 2026-07-06 02:22 UTCEPSS rescore
  17. 2026-07-06 02:22 UTCEPSS rescore
  18. 2026-07-04 06:30 UTCEPSS rescore
  19. 2026-07-01 15:05 UTCEPSS rescore
  20. 2026-06-30 23:21 UTCEPSS rescore
  21. 2026-06-30 23:21 UTCEPSS rescore
  22. 2026-06-29 14:05 UTCEPSS rescore
  23. 2026-06-28 14:07 UTCEPSS rescore
  24. 2026-06-28 14:06 UTCEPSS rescore
  25. 2026-06-28 04:55 UTCEPSS rescore
Show 75 more
  1. 2026-06-28 04:55 UTCEPSS rescore
  2. 2026-06-27 03:07 UTCEPSS rescore
  3. 2026-06-27 03:07 UTCEPSS rescore
  4. 2026-06-25 13:49 UTCEPSS rescore
  5. 2026-06-24 14:04 UTCEPSS rescore
  6. 2026-06-24 14:04 UTCEPSS rescore
  7. 2026-06-23 21:32 UTCEPSS rescore
  8. 2026-06-23 21:32 UTCEPSS rescore
  9. 2026-06-22 14:25 UTCEPSS rescore
  10. 2026-06-22 14:25 UTCEPSS rescore
  11. 2026-06-22 06:37 UTCOSV refresh
  12. 2026-06-21 14:55 UTCEPSS rescore
  13. 2026-06-21 01:58 UTCEPSS rescore
  14. 2026-06-21 01:58 UTCEPSS rescore
  15. 2026-06-19 19:25 UTCEPSS rescore
  16. 2026-06-19 19:25 UTCEPSS rescore
  17. 2026-06-18 17:52 UTCEPSS rescore
  18. 2026-06-18 17:52 UTCEPSS rescore
  19. 2026-06-17 17:52 UTCEPSS rescore
  20. 2026-06-16 17:52 UTCEPSS rescore
  21. 2026-06-16 17:52 UTCEPSS rescore
  22. 2026-06-15 17:47 UTCEPSS rescore
  23. 2026-06-13 22:59 UTCEPSS rescore
  24. 2026-06-13 22:59 UTCEPSS rescore
  25. 2026-06-13 22:59 UTCEPSS rescore
  26. 2026-06-12 23:11 UTCEPSS rescore
  27. 2026-06-12 23:11 UTCEPSS rescore
  28. 2026-06-11 13:59 UTCEPSS rescore
  29. 2026-06-10 22:18 UTCEPSS rescore
  30. 2026-06-10 13:21 UTCEPSS rescore
  31. 2026-06-07 15:24 UTCEPSS rescore
  32. 2026-06-07 15:24 UTCEPSS rescore
  33. 2026-06-06 13:46 UTCEPSS rescore
  34. 2026-06-06 13:46 UTCEPSS rescore
  35. 2026-06-05 22:46 UTCEPSS rescore
  36. 2026-06-05 22:46 UTCEPSS rescore
  37. 2026-06-05 06:09 UTCEPSS rescore
  38. 2026-06-05 06:09 UTCEPSS rescore
  39. 2026-06-04 13:11 UTCEPSS rescore
  40. 2026-06-04 13:11 UTCEPSS rescore
  41. 2026-06-04 04:09 UTCOSV refresh
  42. 2026-06-02 20:12 UTCEPSS rescore
  43. 2026-06-02 20:12 UTCEPSS rescore
  44. 2026-06-01 13:51 UTCEPSS rescore
  45. 2026-06-01 13:51 UTCEPSS rescore
  46. 2026-05-31 22:30 UTCEPSS rescore
  47. 2026-05-31 22:30 UTCEPSS rescore
  48. 2026-05-31 00:16 UTCEPSS rescore
  49. 2026-05-31 00:15 UTCEPSS rescore
  50. 2026-05-29 13:43 UTCEPSS rescore
  51. 2026-05-28 13:44 UTCEPSS rescore
  52. 2026-05-28 13:44 UTCEPSS rescore
  53. 2026-05-27 13:40 UTCEPSS rescore
  54. 2026-05-27 13:40 UTCEPSS rescore
  55. 2026-05-26 13:43 UTCEPSS rescore
  56. 2026-05-26 13:43 UTCEPSS rescore
  57. 2026-05-23 00:09 UTCEG score recompute
  58. 2026-05-22 21:16 UTCEPSS rescore
  59. 2026-05-22 21:16 UTCEPSS rescore
  60. 2026-05-22 21:16 UTCEPSS rescore
  61. 2026-05-22 21:16 UTCEPSS rescore
  62. 2026-05-21 22:42 UTCEPSS rescore
  63. 2026-05-21 20:37 UTCEG score recompute
  64. 2026-05-21 20:37 UTCVendor advisory
  65. 2026-05-20 22:37 UTCEPSS rescore
  66. 2026-05-20 22:37 UTCEPSS rescore
  67. 2026-05-20 22:37 UTCEPSS rescore
  68. 2026-05-20 22:37 UTCEPSS rescore
  69. 2026-05-20 11:21 UTCEPSS rescore
  70. 2026-05-20 11:21 UTCEPSS rescore
  71. 2026-05-20 11:21 UTCEPSS rescore
  72. 2026-05-20 11:21 UTCEPSS rescore
  73. 2026-05-18 21:30 UTCEPSS rescore
  74. 2026-05-18 21:30 UTCEPSS rescore
  75. 2026-05-18 21:30 UTCEPSS rescore

Publicly available exploits

(1 reference)

Working exploit code is in the public domain (1 GitHub PoC). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.

  • GitHub PoCNHAS/CVE-2024-45337-POC
    First seen Dec 17, 2024

    Proof of concept (POC) for CVE-2024-45337

    Open source ↗

Frequently asked(5)

What is CVE-2024-45337?
CVE-2024-45337 is a critical vulnerability published on December 12, 2024. 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…
When was CVE-2024-45337 disclosed?
CVE-2024-45337 was first published in the National Vulnerability Database on December 12, 2024, with the most recent update on April 15, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2024-45337 actively exploited?
CVE-2024-45337 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 86.5% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2024-45337?
CVE-2024-45337 has a CVSS v3 base score of 9.1 (NVD).
How do I remediate CVE-2024-45337?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2024-45337, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2024-45337

Explore →

Is Your Infrastructure Affected by CVE-2024-45337?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.