Vulnerability Details : CVE-2024-5171
Potential exploit
Integer overflow in libaom internal function img_alloc_helper can lead to heap buffer overflow. This function can be reached via 3 callers:
* Calling aom_img_alloc() with a large value of the d_w, d_h, or align parameter may result in integer overflows in the calculations of buffer sizes and offsets and some fields of the returned aom_image_t struct may be invalid.
* Calling aom_img_wrap() with a large value of the d_w, d_h, or align parameter may result in integer overflows in the calculations of buffer sizes and offsets and some fields of the returned aom_image_t struct may be invalid.
* Calling aom_img_alloc_with_border() with a large value of the d_w, d_h, align, size_align, or border parameter may result in integer overflows in the calculations of buffer sizes and offsets and some fields of the returned aom_image_t struct may be invalid.
Vulnerability category: Overflow
Products affected by CVE-2024-5171
- cpe:2.3:a:aomedia:aomedia:*:*:*:*:*:*:*:*
- cpe:2.3:a:aomedia:libaom:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2024-5171
0.45%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 62 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2024-5171
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST | 2024-07-23 |
10.0
|
CRITICAL | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/V... |
N/A
|
N/A
|
Google Inc. | 2024-06-05 |
10.0
|
CRITICAL | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/V... |
N/A
|
N/A
|
Google Inc. | 2024-07-23 |
CWE ids for CVE-2024-5171
-
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.Assigned by:
- 14ed7db2-1595-443d-9d34-6215bf890778 (Primary)
- cve-coordination@google.com (Secondary)
-
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.Assigned by: nvd@nist.gov (Primary)
References for CVE-2024-5171
-
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5NRNCEYS246CYGOR32MF7OGKWOWER22/
[SECURITY] Fedora 40 Update: chromium-126.0.6478.114-1.fc40 - package-announce - Fedora Mailing-ListsThird Party Advisory
-
https://issues.chromium.org/issues/332382766
Integer overflow in img_alloc_helper of libaom [332382766] - ChromiumExploit
-
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6HYUEHZ35ZPY2EONVZCGO6LPT3AMLZCP/
[SECURITY] Fedora 39 Update: chromium-126.0.6478.114-1.fc39 - package-announce - Fedora Mailing-ListsThird Party Advisory
Jump to