Lucene search
+L

5064 matches found

OSV
OSV
added 2024/12/27 3:06 p.m.8 views

CVE-2024-56675 bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF via mismatching bpfprog/attachment RCU flavors Uprobes always use bpfprogrunarrayuprobe under tasks-trace-RCU protection. But it is possible to attach a non-sleepable BPF program to a uprobe, and non-sleepable BPF...

7.8CVSS6.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.19 views

CVE-2024-56665 bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

0.0022EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 3:06 p.m.12 views

CVE-2024-56665 bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

5.5CVSS6.2AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/12/27 3:06 p.m.4 views

CVE-2024-56665 bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

7.7AI score0.0022EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/12/27 3:06 p.m.20 views

CVE-2024-56665

In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid progarray access in perfeventdetachbpfprog Syzbot reported 1 crash that happens for following tracing scenario: - create tracepoint perf event with attr.inherit=1, attach it to the process and set bpf progra...

5.5CVSS5.7AI score0.0022EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 3:06 p.m.136 views

CVE-2024-56665

CVE-2024-56665 refers to a Linux kernel issue in the bpf/perf subsystem. The crash arises when a tracepoint perf event uses a BPF program with attr.inherit=1, and the event is inherited by a child after fork, causing the child to share the parent’s tp_event->prog_array. On teardown, the first ...

5.5CVSS6.5AI score0.0022EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 3:06 p.m.12 views

CVE-2024-56664

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix race between element replace and close Element replace with a socket different from the one stored may race with socket's close link popping & unlinking. sockmapdelete unconditionally unrefs the wrong element: /...

7.8CVSS6AI score0.0018EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 3:06 p.m.220 views

CVE-2024-56664

CVE-2024-56664 is a Linux kernel issue in bpf, sockmap where replacing an element (with a different socket) can race with the socket’s close(), causing sock_map_delete to unref the wrong element. The result is a potential use-after-free/refcount mismanagement during sock map deletions (as detaile...

7.8CVSS6.4AI score0.0018EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 3:02 p.m.11 views

CVE-2024-56633

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: Fix the skmemuncharge logic in tcpbpfsendmsg The current sk memory accounting logic in SKREDIRECT is pre-uncharging tosend bytes, which is either msg-sg.size or a smaller value applybytes. Potential problems with this...

7.8CVSS5.6AI score0.00281EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.3 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.00259EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/12/27 2:51 p.m.11 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.8CVSS5.6AI score0.00259EPSS
SaveExploits0
OSV
OSV
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...

7.8CVSS5.9AI score
SaveExploits0References12
CVE
CVE
added 2024/12/27 2:51 p.m.200 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.00259EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:50 p.m.27 views

CVE-2024-56592 bpf: Call free_htab_elem() after htab_unlock_bucket()

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

0.00218EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 2:50 p.m.11 views

CVE-2024-56592 bpf: Call free_htab_elem() after htab_unlock_bucket()

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

6.1AI score
SaveExploits0References6
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.7 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.00259EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.7 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 in the skmemuncharge logic of the tcpbpfsendmsg function in the tcpbpf module...

7.8CVSS6.6AI score0.00281EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.11 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 stems from multiple issues in the bpfmsgpopdata function in the bpf module, which could lead to memory errors...

5.5CVSS6.7AI score0.00216EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.9 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.00222EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.7 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 stems from multiple issues in the bpfmsgpopdata function in the bpf module, which could lead to memory errors...

7.8CVSS7.1AI score0.00271EPSS
SaveExploits1References4
Rows per page
Query Builder