mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
106 lines
4.8 KiB
JSON
106 lines
4.8 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2024-12797",
|
|
"ASSIGNER": "openssl-security@openssl.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Issue summary: Clients using RFC7250 Raw Public Keys (RPKs) to authenticate a\nserver may fail to notice that the server was not authenticated, because\nhandshakes don't abort as expected when the SSL_VERIFY_PEER verification mode\nis set.\n\nImpact summary: TLS and DTLS connections using raw public keys may be\nvulnerable to man-in-middle attacks when server authentication failure is not\ndetected by clients.\n\nRPKs are disabled by default in both TLS clients and TLS servers. The issue\nonly arises when TLS clients explicitly enable RPK use by the server, and the\nserver, likewise, enables sending of an RPK instead of an X.509 certificate\nchain. The affected clients are those that then rely on the handshake to\nfail when the server's RPK fails to match one of the expected public keys,\nby setting the verification mode to SSL_VERIFY_PEER.\n\nClients that enable server-side raw public keys can still find out that raw\npublic key verification failed by calling SSL_get_verify_result(), and those\nthat do, and take appropriate action, are not affected. This issue was\nintroduced in the initial implementation of RPK support in OpenSSL 3.2.\n\nThe FIPS modules in 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-392 Missing Report of Error Condition",
|
|
"cweId": "CWE-392"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "OpenSSL",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "OpenSSL",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "3.4.0",
|
|
"version_value": "3.4.1"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "3.3.0",
|
|
"version_value": "3.3.3"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "3.2.0",
|
|
"version_value": "3.2.4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://openssl-library.org/news/secadv/20250211.txt",
|
|
"refsource": "MISC",
|
|
"name": "https://openssl-library.org/news/secadv/20250211.txt"
|
|
},
|
|
{
|
|
"url": "https://github.com/openssl/openssl/commit/738d4f9fdeaad57660dcba50a619fafced3fd5e9",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/openssl/openssl/commit/738d4f9fdeaad57660dcba50a619fafced3fd5e9"
|
|
},
|
|
{
|
|
"url": "https://github.com/openssl/openssl/commit/87ebd203feffcf92ad5889df92f90bb0ee10a699",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/openssl/openssl/commit/87ebd203feffcf92ad5889df92f90bb0ee10a699"
|
|
},
|
|
{
|
|
"url": "https://github.com/openssl/openssl/commit/798779d43494549b611233f92652f0da5328fbe7",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/openssl/openssl/commit/798779d43494549b611233f92652f0da5328fbe7"
|
|
}
|
|
]
|
|
},
|
|
"generator": {
|
|
"engine": "Vulnogram 0.2.0"
|
|
},
|
|
"source": {
|
|
"discovery": "UNKNOWN"
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Apple Inc."
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "Viktor Dukhovni"
|
|
}
|
|
]
|
|
} |