OpenSSL Vulnerability in PowerPC Architecture Exposes Private Key Information
CVE-2025-27587
5.3MEDIUM
What is CVE-2025-27587?
OpenSSL on the PowerPC architecture contains a vulnerability that can be exploited via a side-channel attack termed the Minerva attack. This involves measuring the timing of signatures generated using the EVP_DigestSign API on random messages. By analyzing the time differences in signing signatures generated with different nonce sizes, an attacker may extract the K value (nonce) utilized during signing. This could ultimately allow for private key retrieval, specifically related to the P-364 curve implementation. It's essential to note that the OpenSSL security policy states that such timing side channels, which can only be detected on the same physical system, are considered outside the threat model for the software.