Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2024-26884 | First vendor Publication | 2024-04-17 |
Vendor | Cve | Last vendor Modification | 2024-11-21 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H | |||
---|---|---|---|
Overall CVSS Score | 7.8 | ||
Base Score | 7.8 | Environmental Score | 7.8 |
impact SubScore | 5.9 | Temporal Score | 7.8 |
Exploitabality Sub Score | 1.8 | ||
Attack Vector | Local | Attack Complexity | Low |
Privileges Required | Low | User Interaction | None |
Scope | Unchanged | Confidentiality Impact | High |
Integrity Impact | High | Availability Impact | High |
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on roundup_pow_of_two() to compute the number of hash buckets, and contains an overflow check by checking if the resulting value is 0. However, on 32-bit arches, the roundup code itself can overflow by doing a 32-bit left-shift of an unsigned long value, which is undefined behaviour, so it is not guaranteed to truncate neatly. This was triggered by syzbot on the DEVMAP_HASH type, which contains the same check, copied from the hashtab code. So apply the same fix to hashtab, by moving the overflow check to before the roundup. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-26884 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-119 | Failure to Constrain Operations within the Bounds of a Memory Buffer |
CPE : Common Platform Enumeration
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-06-26 02:29:52 |
|
2025-06-25 12:30:02 |
|
2025-06-24 02:34:21 |
|
2025-05-27 02:36:26 |
|
2025-03-29 03:35:32 |
|
2025-03-28 13:41:35 |
|
2025-03-28 03:14:35 |
|
2025-03-19 03:10:09 |
|
2025-03-18 03:22:49 |
|
2025-03-14 03:10:24 |
|
2025-03-06 14:06:38 |
|
2025-02-22 03:20:16 |
|
2025-01-08 03:02:09 |
|
2025-01-07 03:01:43 |
|
2024-12-25 03:00:27 |
|
2024-12-12 03:03:28 |
|
2024-11-25 09:26:04 |
|
2024-11-22 21:24:23 |
|
2024-11-21 21:24:11 |
|
2024-11-20 02:57:13 |
|
2024-11-13 21:22:04 |
|
2024-11-09 00:28:34 |
|
2024-11-05 13:27:59 |
|
2024-10-31 00:28:24 |
|
2024-10-26 02:54:58 |
|
2024-10-25 02:56:53 |
|
2024-10-23 02:56:06 |
|
2024-10-03 02:51:28 |
|
2024-10-02 02:49:53 |
|
2024-09-15 02:47:46 |
|
2024-09-12 02:47:19 |
|
2024-09-06 02:45:35 |
|
2024-09-04 02:48:50 |
|
2024-08-22 02:46:55 |
|
2024-08-02 13:56:00 |
|
2024-08-02 01:35:20 |
|
2024-06-27 17:27:33 |
|
2024-06-26 05:27:35 |
|
2024-04-30 00:27:47 |
|
2024-04-17 17:28:34 |
|