Lucene search
+L

3805 matches found

RedhatCVE
RedhatCVE
•added 2024/04/17 6:28 p.m.•28 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,...

6.7CVSS7.4AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2024/04/17 6:27 p.m.•42 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.•38 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.•36 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.•23 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.•32 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
UbuntuCve
UbuntuCve
•added 2024/04/17 11:15 a.m.•41 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
OSV
OSV
•added 2024/04/17 11:15 a.m.•30 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.•66 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.•20 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 score
SaveExploits0References14
Vulnrichment
Vulnrichment
•added 2024/04/17 10:27 a.m.•21 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.8CVSS7.2AI score0.00248EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2024/04/17 10:27 a.m.•55 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.8CVSS7.9AI score0.00248EPSS
SaveExploits0References8
CVE
CVE
•added 2024/04/17 10:27 a.m.•177 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
CVE
CVE
•added 2024/04/17 10:27 a.m.•204 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.•46 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.•72 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.•47 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.8CVSS7.1AI score0.00251EPSS
SaveExploits0References9
OSV
OSV
•added 2024/04/17 10:27 a.m.•13 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 score
SaveExploits0References15
OSV
OSV
•added 2024/04/17 10:27 a.m.•13 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 score
SaveExploits0References15
Tenable Nessus
Tenable Nessus
•added 2024/04/17 12:00 a.m.•72 views

RHEL 9 : shim (RHSA-2024:1835)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:1835 advisory. The shim package contains a first stage UEFI boot loader that handles chaining to a trusted full boot loader under secure boot environments...

8.3CVSS7.4AI score0.05417EPSS
SaveExploits0References14
Rows per page
Query Builder