Bugzilla – Bug 1218044
VUL-0: CVE-2023-50781: m2crypto: Bleichenbacher timing attacks in the RSA decryption API - incomplete fix
Last modified: 2024-05-15 14:30:54 UTC
Description: The fix for CVE-2020-25657 is not addressing the leakage in the RSA decryption. Because of the API design, the fix is generally not believed to be possible to be fully addressed. The issue can be mitigated by using a cryptographic backend that implements implicit rejection (Marvin workaround). Only applications that use RSA decryption with PKCS#1 v1.5 padding are affected. References: https://gitlab.com/m2crypto/m2crypto/-/issues/342 https://people.redhat.com/~hkario/marvin/ https://github.com/openssl/openssl/pull/13817 https://gitlab.com/m2crypto/m2crypto/-/issues/342 References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-50781
Currently it looks like this is dependend on openssl fixing it , but openssl decided to only fix it in openssl 3. So currently we will not address this in current products.
Actually, I should just suggest WONTFIX, using the same logic as in bug 1218043.