Bug 2243877 (CVE-2023-45802)
Summary: | CVE-2023-45802 mod_http2: reset requests exhaust memory (incomplete fix of CVE-2023-44487) | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Chess Hazlett <chazlett> |
Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | asoldano, bbaranow, bmaxwell, brian.stansberry, cdewolf, chazlett, csutherl, cy.schubert, darran.lofthouse, dkreling, dosoudil, fjuma, hhorak, ivassile, iweiss, jclere, jorton, kyoshida, lgao, luhliari, mosmerov, msochure, mstefank, msvehla, nwallace, peholase, pjindal, plodge, pmackay, rstancel, security-response-team, smaestri, szappis, tom.jenkinson |
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 mod_http2. When a HTTP/2 stream is reset (RST frame) by a client, there is a time window were the request's memory resources were not reclaimed immediately. Instead, de-allocation was deferred to connection close. A client could send new requests and resets, keeping the connection busy and open, causing the memory footprint to keep on growing. On connection close, all resources are reclaimed but the process might run out of memory before connection close.
|
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: | 2244581, 2245070, 2245071 | ||
Bug Blocks: | 2243873 |
Description
Chess Hazlett
2023-10-13 17:09:27 UTC
Created httpd tracking bugs for this issue: Affects: fedora-all [bug 2245071] Created mod_http2 tracking bugs for this issue: Affects: fedora-all [bug 2245070] During "normal" HTTP/2 use, the probability to hit this bug is very low. The kept memory would not become noticeable before the connection closes or times out. This issue has been addressed in the following products: JBoss Core Services on RHEL 7 JBoss Core Services for RHEL 8 Via RHSA-2023:7625 https://access.redhat.com/errata/RHSA-2023:7625 This issue has been addressed in the following products: Red Hat JBoss Core Services Via RHSA-2023:7626 https://access.redhat.com/errata/RHSA-2023:7626 This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2024:2368 https://access.redhat.com/errata/RHSA-2024:2368 This issue has been addressed in the following products: Red Hat Enterprise Linux 8.8 Extended Update Support Via RHSA-2024:2891 https://access.redhat.com/errata/RHSA-2024:2891 This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2024:3121 https://access.redhat.com/errata/RHSA-2024:3121 |