Skip to main content
Version: latest

CVE-2024-45337

CVE Details

Visit the official vulnerability details page for CVE-2024-45337 to learn more.

Initial Publication

12/16/2024

Last Update

02/21/2025

Third Party Dependency

golang.org/x/crypto

NIST CVE Summary

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/cry...@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 Severity

0

Our Official Summary

The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application's handling of authentication attempts. Hence the risk of this vulnerability is low for our products. There is no workaorund as of now. The upgrade of the crypto library is done in all the core images and for the third party images waiting on the vendors to release the fix.

Status

Ongoing

Affected Products & Versions

VersionPalette EnterprisePalette Enterprise AirgapVerteXVerteX Airgap
4.6.7⚠️ Impacted✅ No Impact✅ No Impact✅ No Impact
4.6.6⚠️ Impacted✅ No Impact✅ No Impact✅ No Impact
4.5.22⚠️ Impacted✅ No Impact✅ No Impact✅ No Impact
4.5.21⚠️ Impacted✅ No Impact✅ No Impact✅ No Impact
4.5.20⚠️ Impacted✅ No Impact✅ No Impact✅ No Impact
4.5.15⚠️ Impacted✅ No Impact✅ No Impact✅ No Impact

Revision History

DateRevision
02/21/2025Impacted versions changed from 4.5.15, 4.5.20, 4.5.21, 4.5.22, 4.6.6 to 4.5.15, 4.5.20, 4.5.21, 4.5.22, 4.6.6, 4.6.7
02/17/2025Impacted versions changed from 4.5.15, 4.5.20, 4.5.21, 4.5.22 to 4.5.15, 4.5.20, 4.5.21, 4.5.22, 4.6.6
02/14/2025Impacted versions changed from 4.5.15, 4.5.20, 4.5.21 to 4.5.15, 4.5.20, 4.5.21, 4.5.22
02/10/2025Status changed from Open to Ongoing
02/10/2025Official summary added
02/05/2025Impacted versions changed from 4.5.15, 4.5.20 to 4.5.15, 4.5.20, 4.5.21
01/20/2025Impacted versions changed from 4.5.15 to 4.5.15, 4.5.20