Bug 2259944 (CVE-2024-0727)
| Summary: | CVE-2024-0727 openssl: denial of service via null dereference | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Robb Gatica <rgatica> |
| Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
| Status: | NEW --- | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | kyoshida |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: |
A flaw was found in OpenSSL. The optional ContentInfo fields can be set to null, even if the "type" is a valid value, which can lead to a null dereference error that may cause a denial of service.
|
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: | 2259946, 2259947, 2259948, 2259949, 2259950 | ||
| Bug Blocks: | 2259925 | ||
|
Description
Robb Gatica
2024-01-23 22:27:13 UTC
Created edk2 tracking bugs for this issue: Affects: fedora-all [bug 2259948] Created openssl tracking bugs for this issue: Affects: fedora-all [bug 2259947] Created openssl11 tracking bugs for this issue: Affects: epel-all [bug 2259946] Created shim tracking bugs for this issue: Affects: fedora-all [bug 2259949] Created openssl3 tracking bugs for this issue: Affects: epel-all [bug 2259950] 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 There are PKCS7 ContentInfo fields in PKCS12 structures. If you don't want to use them, these fields can be NULL, even if the "type" is a valid number. Reference: https://github.com/openssl/openssl/pull/23362 https://gorillatag.io/ 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 |