Lucene search
+L

4638 matches found

RedhatCVE
RedhatCVE
added 2025/01/13 2:54 p.m.11 views

CVE-2024-47794

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tailcall infinite loop caused by freplace There is a potential infinite loop issue that can occur when using a combination of tail calls and freplace. In an upcoming selftest, the attach target for entryfreplace of...

5.5CVSS6.9AI score0.00189EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2025/01/13 12:0 a.m.14 views

The vulnerability of the trie_get_next_key() function in the kernel/bpf/lpm_trie.c module of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the triegetnextkey function in the kernel/bpf/lpmtrie.c module of the Linux operating system is related to memory allocation beyond the allocated buffer. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of t...

7.8CVSS6.9AI score0.00267EPSS
SaveExploits0References27Affected Software7
OSV
OSV
added 2025/01/11 1:15 p.m.3 views

DEBIAN-CVE-2024-47794

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tailcall infinite loop caused by freplace There is a potential infinite loop issue that can occur when using a combination of tail calls and freplace. In an upcoming selftest, the attach target for entryfreplace of...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.15 views

AZL-67712 CVE-2024-47794 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tailcall infinite loop caused by freplace There is a potential infinite loop issue that can occur when using a combination of tail calls and freplace. In an upcoming selftest, the attach target for entryfreplace of...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.6 views

UBUNTU-CVE-2024-47794

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tailcall infinite loop caused by freplace There is a potential infinite loop issue that can occur when using a combination of tail calls and freplace. In an upcoming selftest, the attach target for entryfreplace of...

5.5CVSS6.2AI score0.00189EPSS
SaveExploits0References19
CVE
CVE
added 2025/01/11 12:25 p.m.1302 views

CVE-2024-47794

CVE-2024-47794 (Linux kernel, BPF): A flaw can cause an infinite loop when combining tail calls with freplace, potentially leading to kernel panic. The issue arises if a freplace-extended program is attached to a program in a prog_array map, creating a loop like entry_tc → subprog_tc → entry_frep...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/01/11 12:25 p.m.22 views

CVE-2024-47794

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tailcall infinite loop caused by freplace There is a potential infinite loop issue that can occur when using a combination of tail calls and freplace. In an upcoming selftest, the attach target for entryfreplace of...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/01/11 12:21 a.m.3 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.00259EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2025/01/10 12:21 a.m.6 views

SUSE 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.5CVSS7.7AI score0.0022EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/01/10 12:21 a.m.5 views

SUSE CVE-2024-56675

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...

6.7CVSS7.6AI score0.00229EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2025/01/10 12:0 a.m.14 views

PT-2025-4351 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.73/6.12.10 Description: The issue is related to a null pointer dereference in the Linux kernel's vsock/bpf module. This can occur when a socket has a null transport, for example, after a failed connect call...

9.8CVSS5.6AI score0.03558EPSS
SaveExploits11References2242
RedhatCVE
RedhatCVE
added 2025/01/09 5:59 p.m.13 views

CVE-2024-56786

In the Linux kernel, the following vulnerability has been resolved: bpf: put bpflink's program when link is safe to be deallocated In general, BPF link's underlying BPF program should be considered to be reachable through attach hook - link - prog chain, and, pessimistically, we have to assume th...

5.5CVSS7.3AI score
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/09 12:22 a.m.4 views

SUSE CVE-2024-56592

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...

5.5CVSS7.6AI score0.00218EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2025/01/09 12:21 a.m.4 views

SUSE 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...

5.5CVSS6.2AI score0.00281EPSS
SaveExploits0References17
NVD
NVD
added 2025/01/08 6:15 p.m.13 views

CVE-2024-56786

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
OSV
OSV
added 2025/01/08 6:15 p.m.10 views

CVE-2024-56786

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/08 5:52 p.m.19 views

CVE-2024-56786

...

SaveExploits0
Vulnrichment
Vulnrichment
added 2025/01/08 5:52 p.m.7 views

CVE-2024-56786

...

6.5AI score
SaveExploits0
CVE
CVE
added 2025/01/08 5:52 p.m.245 views

CVE-2024-56786

CVE-2024-56786 is rejected/not used and does not represent an active vulnerability entry.

6.8AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/01/07 3:48 a.m.4 views

SUSE CVE-2024-56768

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpfgetsmpprocessorid on !CONFIGSMP On x86-64 calling bpfgetsmpprocessorid in a kernel with CONFIGSMP disabled can trigger the following bug, as pcpuhot is unavailable: 8.471774 BUG: unable to handle page fault for addres...

5.5CVSS7.5AI score0.00172EPSS
SaveExploits0References3
Rows per page
Query Builder