Lucene search
+L

996 matches found

Positive Technologies
Positive Technologies
added 2024/04/30 12:0 a.m.6 views

PT-2024-28072

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.37 Description The issue concerns the Linux kernel, where a vulnerability has been resolved by adding BPF PROG TYPE CGROUP SKB attach type enforcement in BPF LINK CREATE. The bpf prog attach function uses...

5.5CVSS5.4AI score0.00228EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/04/23 1:44 a.m.5 views

SUSE CVE-2024-26906

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

4.4CVSS6.2AI score0.00253EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2024/04/23 12:0 a.m.9 views

PT-2024-29776

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel's bpf Berkeley Packet Filter functionality. A test case, dummy st ops/dummy init ret value, passes a NULL value as the first parameter to the tes...

5.5CVSS5.5AI score0.00182EPSS
SaveExploits0
The Hacker News
The Hacker News
added 2024/04/10 9:26 a.m.91 views

Researchers Uncover First Native Spectre v2 Exploit Against Linux Kernel

Cybersecurity researchers have disclosed what they say is the "first native Spectre v2 exploit" against the Linux kernel on Intel systems that could be exploited to read sensitive data from the memory. The exploit, called Native Branch History Injection BHI, can be used to leak arbitrary kernel...

7.1AI score0.08555EPSS
SaveExploits0
OSV
OSV
added 2024/04/03 5:15 p.m.11 views

UBUNTU-CVE-2024-26737

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References18
Microsoft CVE
Microsoft CVE
added 2024/03/19 7:0 a.m.5 views

LoongArch: BPF: Prevent out-of-bounds memory access

...

7.8CVSS6.8AI score0.00238EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/03/15 12:0 a.m.5 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from a faulty SELinux lockdown permission check in the bpf, lockdown, audit module...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/03/13 9:11 a.m.6 views

kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe

An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape...

10CVSS7.3AI score0.03546EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/03/12 1:4 a.m.5 views

kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe

An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape...

10CVSS7.3AI score0.03546EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/11 6:15 p.m.5 views

UBUNTU-CVE-2024-26611

In the Linux kernel, the following vulnerability has been resolved: xsk: fix usage of multi-buffer BPF helpers for ZC XDP Currently when packet is shrunk via bpfxdpadjusttail and memory type is set to MEMTYPEXSKBUFFPOOL, null ptr dereference happens: 1136314.192256 BUG: kernel NULL pointer...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/03/04 8:0 a.m.3 views

bpf: Defer the free of inner map when necessary

...

6.7CVSS6.6AI score0.00248EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/02/28 4:2 a.m.5 views

SUSE CVE-2021-46908

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

5.1CVSS7.7AI score0.00232EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:15 a.m.9 views

CVE-2021-46908

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

5.5CVSS6.3AI score0.00232EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2024/02/24 3:17 a.m.4 views

SUSE CVE-2023-52447

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr decreases the...

6.7CVSS6.3AI score0.00248EPSS
SaveExploits0References17
OSV
OSV
added 2024/02/22 5:15 p.m.7 views

AZL-35907 CVE-2024-26588 affecting package kernel for versions less than 5.15.158.1-1

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Prevent out-of-bounds memory access The testtag test triggers an unhandled page fault: ./testtag 130.640218 CPU 0 Unable to handle kernel paging request at virtual address ffff80001b898004, era == 9000000003137f7c...

7.8CVSS6.2AI score0.00238EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/02/07 4:33 p.m.4 views

kernel: eBPF verification flaw

A vulnerability was found in Linux Kernel, where a type confusion problem in checkmapfunccompatibility may lead to free arbitrary kernel memory...

8.8CVSS7.4AI score0.00972EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.8 views

kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe

An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape...

10CVSS6.9AI score0.03546EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/01/30 12:31 p.m.9 views

kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe

An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape...

10CVSS6.9AI score0.03546EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/01/30 12:37 a.m.6 views

kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe

An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape...

10CVSS6.9AI score0.03546EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/01/23 5:25 p.m.3 views

kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe

An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape...

10CVSS6.8AI score0.03546EPSS
SaveExploits0References5
Rows per page
Query Builder