Lucene search
+L

1043 matches found

CNNVD
CNNVD
added 2025/12/16 12:00 a.m.5 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 an improper modification of tcskbcb by the BPF program, which could lead to data corruption...

6.1AI score0.00202EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68227

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mptcp: Fix proto fallback detection with BPF The sockmap feature allows bpf syscall from userspace, or based on bpf sockops, replacing the skprot of sockets...

5.9AI score0.00211EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/16 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 the Linux kernel that stems from an incompatibility between the LoongArch BPF trampoline and the kernel module function trace, which could le...

6.1AI score0.00181EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/16 12:00 a.m.6 views

PT-2025-51640

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s MPTCP implementation related to protocol fallback detection with BPF. The issue arises when a server has MPTCP enabled, but a client sends a TCP SYN...

4.6CVSS6.4AI score0.00211EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/16 12:00 a.m.8 views

PT-2025-51613

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue where cls bpf classify can modify tc skb cbskb-drop reason, leading to a warning within sk skb reason drop. This occurs due to an incorrect interaction...

5.3AI score0.00202EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/12/09 9:02 a.m.8 views

bpf: Sync pending IRQ work before freeing ring buffer

...

7.8CVSS7AI score0.00141EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.42 views

CVE-2023-53790 bpf: Zeroing allocated object from slab in bpf memory allocator

In the Linux kernel, the following vulnerability has been resolved: bpf: Zeroing allocated object from slab in bpf memory allocator Currently the freed element in bpf memory allocator may be immediately reused, for htab map the reuse will reinitialize special fields in map value e.g., bpfspinlock...

7.8CVSS0.00149EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 12:00 a.m.26 views

CVE-2022-50650

The CVE-2022-50650 entry concerns the Linux kernel BPF verifier and synchronous callbacks. The issue arises because the verifier treats callbacks as if they execute only once, which mismanages reference state for for_each style helpers that invoke callbacks multiple times. This can lead to refere...

7.8CVSS6.1AI score0.00159EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.12 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 an uninitialized object issue in the BPF memory allocator...

6.3AI score0.00149EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.7 views

PT-2025-49650

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.0+ 1 Description The Linux kernel contains an issue in the bpf memory allocator where a freed element may be immediately reused. For htab maps, this reuse can reinitialize special fields in map values, but...

6.3AI score0.00149EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.12 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 bpfskstorage invalid wait context, which could lead to a lock dependency reporting error...

7.8AI score0.00207EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/09 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 an improperly set BPF trampoline page attribute, which could result in a page fault...

6.2AI score0.00194EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.10 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 improper management of the reference state of BPF synchronization callbacks, which could lead to resource...

7.9AI score0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 1:16 a.m.2 views

DEBIAN-CVE-2025-40319

In the Linux kernel, the following vulnerability has been resolved: bpf: Sync pending IRQ work before freeing ring buffer Fix a race where irqwork can be queued in bpfringbufcommit but the ring buffer is freed before the work executes. In the syzbot reproducer, a BPF program attached to schedswit...

7.8CVSS5.5AI score0.00141EPSS
SaveExploits0References1
CVE
CVE
added 2025/12/08 12:46 a.m.52 views

CVE-2025-40319

The CVE-2025-40319 issue is a race in the Linux kernel’s BPF ring buffer handling. Specifically, a BPF program can queue irq_work via bpf_ringbuf_commit(), and if the ring buffer is freed before the work runs, the irq_work thread may access freed memory. The documented fix is to synchronize pendi...

7.8CVSS6.2AI score0.00141EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/12/04 12:50 p.m.17 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.8CVSS6.8AI score0.00228EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/12/04 12:00 a.m.4 views

The vulnerabilities of the bpf and ktls components of the Linux operating system allow attackers to compromise the confidentiality and accessibility of protected information.

The vulnerability of the bpf and ktls components in the Linux operating system’s kernel is related to the use of uninitialized resources. Exploiting this vulnerability allows an attacker to compromise the confidentiality and accessibility of the protected information...

7.1CVSS6AI score0.00389EPSS
SaveExploits0References21Affected Software7
Positive Technologies
Positive Technologies
added 2025/11/26 12:00 a.m.8 views

PT-2025-52891

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the Linux kernel’s BPF Berkeley Packet Filter implementation related to exclusive maps. Specifically, when excl prog hash is zero and excl prog hash size is...

7.1CVSS6.2AI score0.00677EPSS
SaveExploits1References214
Packet Storm News
Packet Storm News
added 2025/11/22 12:00 a.m.11 views

EBPF-PATROL: Protective Agent for Threat Recognition and Overreach Limitation Using EBPF in Containerized and Virtualized Environments

With the increasing use and adoption of cloud and cloud-native computing, the underlying technologies i.e., containerization and virtualization have become foundational. However, strict isolation and maintaining runtime security in these environments has become increasingly challenging. Existing...

7AI score
SaveExploits0
OSV
OSV
added 2025/11/20 3:41 p.m.5 views

SUSE-SU-2025:4149-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to fix various security issues The following security issues were fixed: - CVE-2022-50327: ACPI: processor: idle: Check acpifetchacpidev return value bsc1249859. - CVE-2022-50334: hugetlbfs: fix null-ptr-deref in hugetlbfsparseparam bsc124985...

9.8CVSS6.6AI score0.21521EPSS
SaveExploits0References417
Rows per page
Query Builder