Lucene search
+L

1005 matches found

Cvelist
Cvelist
added 2025/10/28 11:48 a.m.11 views

CVE-2025-40041 LoongArch: BPF: Sign-extend struct ops return values properly

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Sign-extend struct ops return values properly The nsbpfqdisc selftest triggers a kernel panic: Oops1: CPU 0 Unable to handle kernel paging request at virtual address 0000000000741d58, era == 90000000851b5ac0, ra =...

0.00186EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/28 11:48 a.m.13 views

CVE-2025-40041

CVE-2025-40041 describes a LoongArch-specific Linux kernel fix for BPF: sign-extension of struct ops return values (instead of treating the pointer as a 32-bit value). The issue caused a kernel panic during the ns_bpf_qdisc selftest due to sign-extension being incorrect for LoongArch ABI. Public ...

6AI score0.00186EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/10/28 11:48 a.m.6 views

CVE-2025-40041

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Sign-extend struct ops return values properly The nsbpfqdisc selftest triggers a kernel panic: Oops1: CPU 0 Unable to handle kernel paging request at virtual address 0000000000741d58, era == 90000000851b5ac0, ra =...

5.1AI score0.00186EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/28 12:0 a.m.6 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 the Linux kernel that stems from the return value of a BPF structure operation not being correctly symbolically expanded, which could cause t...

6.1AI score0.00186EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/10/24 1:1 a.m.10 views

bpf: Fix combination of jit blinding and pointers to bpf subprogs.

...

5.5CVSS7AI score0.00255EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/22 3:31 p.m.6 views

EUVD-2023-60023

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix out-of-bounds access in ipv6findtlv optlen is fetched without checking whether there is more than one byte to parse. It can lead to out-of-bounds access. Found by InfoTeCS on behalf of Linux Verification Center...

4.8AI score0.00212EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/22 3:31 p.m.7 views

EUVD-2023-60031

In the Linux kernel, the following vulnerability has been resolved: nvdimm: Fix memleak of pmu attrgroups in unregisternvdimmpmu Memory pointed by 'ndpmu-pmu.attrgroups' is allocated in function 'registernvdimmpmu' and is lost after 'kfreendpmu' call in function 'unregisternvdimmpmu'...

5.7AI score0.00199EPSS
SaveExploits0References5
The Hacker News
The Hacker News
added 2025/10/16 2:28 p.m.17 views

LinkPro Linux Rootkit Uses eBPF to Hide and Activates via Magic TCP Packets

An investigation into the compromise of an Amazon Web Services AWS-hosted infrastructure has led to the discovery of a new GNU/Linux rootkit dubbed LinkPro , according to findings from Synacktiv. "This backdoor features functionalities relying on the installation of two eBPF extended Berkeley...

9.8CVSS9AI score0.99999EPSS
SaveExploits48
EUVD
EUVD
added 2025/10/15 9:30 a.m.4 views

EUVD-2025-34583

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

5.9AI score0.00184EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/15 7:56 a.m.13 views

CVE-2025-39990 bpf: Check the helper function is valid in get_helper_proto

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

0.00184EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/10/15 12:31 a.m.17 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service. Red Hat Product Security has rated this update as...

7.8CVSS6.6AI score0.00239EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/10/13 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53645

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf: Make bpfrefcountacquire fallible for non-owning refs This patch fixes an incorrect...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/10/08 3:18 p.m.14 views

kernel: bpf: Don't use tnum_range on array range checking for poke descriptors

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't use tnumrange on array range checking for poke descriptors Hsin-Wei reported a KASAN splat triggered by their BPF runtime fuzzer which is based on a customized syzkaller: BUG: KASAN: slab-out-of-bounds in...

7.1CVSS6.8AI score0.00215EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/07 4:15 p.m.5 views

CVE-2023-53660

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptrring The following warning was reported when running xdpredirectcpu with both skb-mode and stress-mode enabled: ------------ cut here ------------ Incorrect XDP memory type...

5.5CVSS0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/07 4:15 p.m.6 views

UBUNTU-CVE-2022-50536

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix repeated calls to sockput when msg has moredata In tcpbpfsendverdict redirection, the eval variable is assigned to SKREDIRECT after the applybytes data is sent, if msg has moredata, sockput will be called multip...

7.8CVSS5.9AI score0.00158EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 3:21 p.m.4 views

EUVD-2025-32742

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptrring The following warning was reported when running xdpredirectcpu with both skb-mode and stress-mode enabled: ------------ cut here ------------ Incorrect XDP memory type...

6AI score0.00145EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.9 views

CVE-2023-53660

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptrring The following warning was reported when running xdpredirectcpu with both skb-mode and stress-mode enabled: ------------ cut here ------------ Incorrect XDP memory type...

5.5CVSS5.3AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.10 views

CVE-2022-50536

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix repeated calls to sockput when msg has moredata In tcpbpfsendverdict redirection, the eval variable is assigned to SKREDIRECT after the applybytes data is sent, if msg has moredata, sockput will be called multip...

7.8CVSS5.3AI score0.00158EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.10 views

EUVD-2025-32802

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov772x: Fix memleak in ov772xprobe A memory leak was reported when testing ov772x with bpf mock device: AssertionError: unreferenced object 0xffff888109afa7a8 size 8: comm "python3", pid 279, jiffies 4294805921 age...

6AI score0.00185EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53634 bpf, arm64: Fixed a BTI error on returning to patched function

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fixed a BTI error on returning to patched function When BPFTRAMPFCALLORIG is set, BPF trampoline uses BLR to jump back to the instruction next to call site to call the patched function. For BTI-enabled kernel, the...

0.00196EPSS
SaveExploits0References3
Rows per page
Query Builder