5.3
CVE-2024-34161
- EPSS 0.41%
- Published 29.05.2024 16:15:10
- Last modified 24.01.2025 16:20:57
- Source f5sirt@f5.com
- Teams watchlist Login
- Open Login
When NGINX Plus or NGINX OSS are configured to use the HTTP/3 QUIC module and the network infrastructure supports a Maximum Transmission Unit (MTU) of 4096 or greater without fragmentation, undisclosed QUIC packets can cause NGINX worker processes to leak previously freed memory.
Data is provided by the National Vulnerability Database (NVD)
F5 ≫ Nginx Open Source Version >= 1.25.0 < 1.26.1
F5 ≫ Nginx Plus Versionr30 Update-
F5 ≫ Nginx Plus Versionr30 Updatep1
F5 ≫ Nginx Plus Versionr30 Updatep2
F5 ≫ Nginx Plus Versionr31 Update-
F5 ≫ Nginx Plus Versionr31 Updatep1
Fedoraproject ≫ Fedora Version39
Fedoraproject ≫ Fedora Version40
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.41% | 0.603 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 5.3 | 3.9 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
f5sirt@f5.com | 5.3 | 3.9 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.