Lucene search
K

90 matches found

SUSE CVE
SUSE CVE
added 2025/01/11 12:21 a.m.1 views

SUSE CVE-2024-56615

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

5.5CVSS7.5AI score0.00025EPSS
Exploits0References14
RedhatCVE
RedhatCVE
added 2024/12/29 2:49 p.m.17 views

CVE-2024-56615

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

6.7CVSS6.5AI score0.00025EPSS
Exploits0References4
OSV
OSV
added 2024/12/27 3:15 p.m.2 views

AZL-55811 CVE-2024-56615 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.8CVSS6.3AI score0.00025EPSS
Exploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

AZL-55748 CVE-2024-56615 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.8CVSS6.3AI score0.00025EPSS
Exploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.10 views

CVE-2024-56615

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.8CVSS0.00025EPSS
Exploits0References9
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56615

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.8CVSS5.6AI score0.00025EPSS
Exploits0References1
OSV
OSV
added 2024/12/27 2:51 p.m.6 views

CVE-2024-56615 bpf: fix OOB devmap writes when deleting elements

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.8CVSS5.9AI score0.00025EPSS
Exploits0References12
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.1 views

CVE-2024-56615 bpf: fix OOB devmap writes when deleting elements

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

7.4AI score0.00025EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.14 views

CVE-2024-56615 bpf: fix OOB devmap writes when deleting elements

In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. Fix is simple as...

0.00025EPSS
Exploits0References7
CVE
CVE
added 2024/12/27 2:51 p.m.163 views

CVE-2024-56615

CVE-2024-56615 affects the Linux kernel and concerns BPF maps (devmap/xskmap) where an index used to access map entries could be a signed int, causing out-of-bounds writes. The fix changes the index type from int to u32 for both map element access and the iterator used during dev_map_free() to pr...

7.8CVSS6.2AI score0.00025EPSS
Exploits0References9Affected Software1
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates from an out-of-bounds devmap write when deleting elements in the bpf module...

5.5CVSS6.7AI score0.00007EPSS
Exploits0References5
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates from an out-of-bounds devmap write when deleting elements in the bpf module...

7.8CVSS6.6AI score0.00025EPSS
Exploits0References7
Microsoft CVE
Microsoft CVE
added 2024/12/12 8:0 a.m.2 views

bpf: devmap: provide rxq after redirect

...

5.5CVSS7.1AI score0.00013EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/11/07 5:4 p.m.13 views

CVE-2024-50162

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

5.5CVSS6.6AI score0.00013EPSS
Exploits0References4
OSV
OSV
added 2024/11/07 10:15 a.m.1 views

AZL-53658 CVE-2024-50162 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

5.5CVSS6.3AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.0 views

AZL-53492 CVE-2024-50162 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

5.5CVSS6.3AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.0 views

DEBIAN-CVE-2024-50162

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.0 views

UBUNTU-CVE-2024-50162

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References34
Debian CVE
Debian CVE
added 2024/11/07 9:31 a.m.9 views

CVE-2024-50162

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

5.5CVSS5.7AI score0.00013EPSS
Exploits0
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.17 views

CVE-2024-50162 bpf: devmap: provide rxq after redirect

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPFMAPTYPEDEVMAP does not have it set. This is...

0.00013EPSS
Exploits0References5
Rows per page
Query Builder