Bug 2258502 (CVE-2023-6237)
| Summary: | CVE-2023-6237 openssl: Excessive time spent checking invalid RSA public keys | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Mauro Matteo Cascella <mcascell> |
| Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
| Status: | NEW --- | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | adudiak, bdettelb, caswilli, csutherl, dfreiber, dkuc, drow, fjansen, hkataria, jburrell, jclere, jmitchel, jsamir, jsherril, jtanner, kaycoth, kshier, luizcosta, mmadzin, nweather, orabin, pjindal, plodge, stcannon, sthirugn, szappis, tsasak, vkrizan, vkumar, vmugicag, yguenane |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openssl 3.0.13, openssl 3.1.5, openssl 3.2.1 | Doc Type: | --- |
| Doc Text: |
A flaw was found in OpenSSL. When the EVP_PKEY_public_check() function is called in RSA public keys, a computation is done to confirm that the RSA modulus, n, is composite. For valid RSA keys, n is a product of two or more large primes and this computation completes quickly. However, if n is a large prime, this computation takes a long time. An application that calls EVP_PKEY_public_check() and supplies an RSA key obtained from an untrusted source could be vulnerable to a Denial of Service attack.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2258505, 2258506, 2258507, 2258508 | ||
| Bug Blocks: | 2258503 | ||
|
Description
Mauro Matteo Cascella
2024-01-15 18:04:44 UTC
Created edk2 tracking bugs for this issue: Affects: fedora-all [bug 2258506] Created mingw-openssl tracking bugs for this issue: Affects: fedora-all [bug 2258507] Created openssl tracking bugs for this issue: Affects: fedora-all [bug 2258508] Created openssl3 tracking bugs for this issue: Affects: epel-all [bug 2258505] This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2024:2447 https://access.redhat.com/errata/RHSA-2024:2447 This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2024:9088 https://access.redhat.com/errata/RHSA-2024:9088 |