Issue summary: OpenSSL CMP response validation passed an unexpected response sender distinguished name directly as the format string to ERR_raise_data(). Impact summary: A malicious or intercepted CMP endpoint can crash a CMP client that enforces an expected sender or uses a pinned server certificate whose subject becomes the default expected sender. CWE: CWE-134 (Use of Externally-Controlled Format String) Description: When validating a received CMP message, ossl_cmp_msg_check_update() converts the peer-supplied sender distinguished name with X509_NAME_oneline() and passes it directly as the format argument to ERR_raise_data(). Percent characters survive the conversion, so a sender DN such as "CN=%s%n" reaches BIO_vsnprintf() as an attacker-controlled format string with no matching variadic arguments. This path is only reached when the caller configures an expected sender or pins a server certificate, which is the normal configuration for a CMP client validating server responses. Since the attacker controls the format string but none of the variadic arguments, such specifiers as %s and %n dereference or write through unrelated stack contents and crash the client. The reliable consequence is a denial of service, when the response comes from a malicious or intercepted CMP endpoint. There is no controlled memory write, arbitrary-address read, or reliable path to remote code execution. FIPS impact: no No FIPS modules are affected by this issue, as the CMP protocol implementation is outside the OpenSSL FIPS module boundary.
{
"binaries": [
{
"binary_name": "efi-shell-aa64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-loongarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-riscv64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-x64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-amdsev",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-generic",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-inteltdx",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-legacy",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-loongarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-riscv64",
"binary_version": "2025.11-3ubuntu7"
}
],
"priority_reason": "OpenSSL developers have rated this low severity"
}{
"binaries": [
{
"binary_name": "efi-shell-aa64-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "efi-shell-loongarch64-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "efi-shell-riscv64-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "efi-shell-x64-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "ovmf-amdsev-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "ovmf-generic-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "ovmf-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "ovmf-inteltdx-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "ovmf-legacy-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "qemu-efi-aarch64-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "qemu-efi-loongarch64-hwe",
"binary_version": "2025.11-3ubuntu8"
},
{
"binary_name": "qemu-efi-riscv64-hwe",
"binary_version": "2025.11-3ubuntu8"
}
],
"priority_reason": "OpenSSL developers have rated this low severity"
}{
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.5.5-1ubuntu3.4"
},
{
"binary_name": "openssl",
"binary_version": "3.5.5-1ubuntu3.4"
},
{
"binary_name": "openssl-provider-legacy",
"binary_version": "3.5.5-1ubuntu3.4"
}
],
"priority_reason": "OpenSSL developers have rated this low severity"
}