Lucene search
+L

5139 matches found

RedhatCVE
RedhatCVE
added 2024/04/17 6:27 p.m.35 views

CVE-2024-26884

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on rounduppowoftwo 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,...

6.7CVSS7.4AI score0.00251EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 6:27 p.m.33 views

CVE-2024-26883

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check on 32-bit arches The stackmap code relies on rounduppowoftwo to compute the number of hash buckets, and contains an overflow check by checking if the resulting value is 0. However, on 32-bit arche...

6.7CVSS7.3AI score0.00251EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/17 11:15 a.m.30 views

CVE-2024-26883

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check on 32-bit arches The stackmap code relies on rounduppowoftwo to compute the number of hash buckets, and contains an overflow check by checking if the resulting value is 0. However, on 32-bit arche...

7.8CVSS7.6AI score0.00251EPSS
SaveExploits0References12
OSV
OSV
added 2024/04/17 11:15 a.m.16 views

AZL-40091 CVE-2024-26885 affecting package kernel for versions less than 6.6.29.1-3

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAPHASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the maxentries value provided when creating the map. When rounding up to the next power of two,...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.35 views

CVE-2024-26885

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAPHASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the maxentries value provided when creating the map. When rounding up to the next power of two,...

7.8CVSS6.3AI score0.00248EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.28 views

CVE-2024-26884

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on rounduppowoftwo 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,...

7.8CVSS6.5AI score0.00251EPSS
SaveExploits0References35
OSV
OSV
added 2024/04/17 11:15 a.m.19 views

UBUNTU-CVE-2024-26884

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on rounduppowoftwo 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,...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits0References36
Debian CVE
Debian CVE
added 2024/04/17 10:27 a.m.51 views

CVE-2024-26885

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAPHASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the maxentries value provided when creating the map. When rounding up to the next power of two,...

7.8CVSS8.2AI score0.00248EPSS
SaveExploits0
OSV
OSV
added 2024/04/17 10:27 a.m.14 views

CVE-2024-26885 bpf: Fix DEVMAP_HASH overflow check on 32-bit arches

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAPHASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the maxentries value provided when creating the map. When rounding up to the next power of two,...

7.8CVSS6.5AI score0.00248EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.18 views

CVE-2024-26885 bpf: Fix DEVMAP_HASH overflow check on 32-bit arches

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAPHASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the maxentries value provided when creating the map. When rounding up to the next power of two,...

7.2AI score0.00248EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/17 10:27 a.m.151 views

CVE-2024-26885

CVE-2024-26885 – Linux kernel DEVMAP_HASH overflow on 32-bit arches : The issue arises in devmap hash bucket calculation for max_entries, where the code computes the next power of two for the bucket count and stores it in a 32-bit variable. On 32-bit architectures, the rounding up can overflow mi...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.40 views

CVE-2024-26885 bpf: Fix DEVMAP_HASH overflow check on 32-bit arches

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAPHASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the maxentries value provided when creating the map. When rounding up to the next power of two,...

7.9AI score0.00248EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/17 10:27 a.m.171 views

CVE-2024-26883

CVE-2024-26883 : In the Linux kernel, a vulnerability was fixed that affects 32-bit architectures in the stackmap handling used by BPF. The overflow risk arises when roundup_pow_of_two() is used to compute the number of hash buckets, as a 32‑bit left shift can overflow and cause undefined behavio...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References12Affected Software1
Debian CVE
Debian CVE
added 2024/04/17 10:27 a.m.42 views

CVE-2024-26883

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check on 32-bit arches The stackmap code relies on rounduppowoftwo to compute the number of hash buckets, and contains an overflow check by checking if the resulting value is 0. However, on 32-bit arche...

7.8CVSS8.1AI score0.00251EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/04/17 10:27 a.m.59 views

CVE-2024-26884

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on rounduppowoftwo 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,...

7.8CVSS8.2AI score0.00251EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.45 views

CVE-2024-26884 bpf: Fix hashtab overflow check on 32-bit arches

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on rounduppowoftwo 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,...

7.1AI score0.00251EPSS
SaveExploits0References9
OSV
OSV
added 2024/04/17 10:27 a.m.8 views

CVE-2024-26883 bpf: Fix stackmap overflow check on 32-bit arches

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check on 32-bit arches The stackmap code relies on rounduppowoftwo to compute the number of hash buckets, and contains an overflow check by checking if the resulting value is 0. However, on 32-bit arche...

7.8CVSS6.4AI score0.00251EPSS
SaveExploits0References15
OSV
OSV
added 2024/04/17 10:27 a.m.9 views

CVE-2024-26884 bpf: Fix hashtab overflow check on 32-bit arches

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix hashtab overflow check on 32-bit arches The hashtab code relies on rounduppowoftwo 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,...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits0References15
OSV
OSV
added 2024/04/17 10:15 a.m.13 views

UBUNTU-CVE-2024-26842

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix shift issue in ufshcdclearcmd When tasktag = 32 in MCQ mode and sizeofunsigned int == 4, 1U Workqueue: ufsehwq0 ufshcderrhandler Call trace: dumpbacktrace+0xf8/0x144 showstack+0x18/0x24 dumpstacklvl+0x78/0x9c...

7.8CVSS5.7AI score0.00236EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/04/17 10:14 a.m.24 views

CVE-2024-26849

In the Linux kernel, the following vulnerability has been resolved: netlink: add nla be16/32 types to minlen array BUG: KMSAN: uninit-value in nlavalidaterangeunsigned lib/nlattr.c:222 inline BUG: KMSAN: uninit-value in nlavalidateintrange lib/nlattr.c:336 inline BUG: KMSAN: uninit-value in...

5.5CVSS6.4AI score0.00223EPSS
SaveExploits0
Rows per page
Query Builder