]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
openssl: fix CVE-2023-50781
authorJiaying Song <jiaying.song.cn@windriver.com>
Wed, 20 Aug 2025 09:13:44 +0000 (17:13 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 21 Aug 2025 16:07:50 +0000 (09:07 -0700)
commitd24c4923d6f7a25bdc3ec5d4ac6bee32bb0bae88
tree22fd3e105cc47e2f78cbdc67f3da605d073a2685
parente401a16d8e26d25cec95fcea98d6530036cffca1
openssl: fix CVE-2023-50781

A flaw was found in m2crypto. This issue may allow a remote attacker to
decrypt captured messages in TLS servers that use RSA key exchanges,
which may lead to exposure of confidential or sensitive data.

The CVE-2023-50781 in M2Crypto is addressed by modifying OpenSSL because
M2Crypto relies on OpenSSL for its cryptographic operations.The issue
stems from OpenSSL’s RSA PKCS#1 v1.5 padding verification being
vulnerable to Bleichenbacher-type attacks.To mitigate this, OpenSSL
introduced an implicit rejection mechanism in the RSA PKCS#1 v1.5
padding.Therefore, resolving the vulnerability requires changes within
OpenSSL itself to ensure M2Crypto’s security.

References:
https://nvd.nist.gov/vuln/detail/CVE-2023-50781
https://github.com/openssl/openssl/pull/13817/commits
https://todo.sr.ht/~mcepl/m2crypto/342?__goaway_challenge=meta-refresh&__goaway_id=45a03d6accb7b343867110db1f7fb334

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-connectivity/openssl/openssl/CVE-2023-50781-1.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl/CVE-2023-50781-2.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl/CVE-2023-50781-3.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl/CVE-2023-50781-4.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl/CVE-2023-50781-5.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl/CVE-2023-50781-6.patch [new file with mode: 0644]
meta/recipes-connectivity/openssl/openssl_3.0.17.bb