Lucene search
+L

1974 matches found

CNNVD
CNNVD
added 2025/12/09 12:0 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 the Linux kernel that stems from the bpfskstorage invalid wait context, which could lead to a lock dependency reporting error...

7.8AI score0.00187EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/09 12:0 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 Linux kernel that stems from an improperly set BPF trampoline page attribute, which could result in a page fault...

6.2AI score0.00176EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/09 12:0 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 the Linux kernel that stems from improper management of the reference state of BPF synchronization callbacks, which could lead to resource...

7.9AI score0.00144EPSS
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.45 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.11 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.00221EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/11/26 12:0 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.00601EPSS
SaveExploits1References214
Packet Storm News
Packet Storm News
added 2025/11/22 12:0 a.m.10 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.3 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.21314EPSS
SaveExploits0References417
RedHat Linux
RedHat Linux
added 2025/11/19 6:27 a.m.6 views

bind: Cache poisoning attacks with unsolicited RRs

A vulnerability exists in BIND’s DNS resolver logic that makes it overly permissive when accepting resource records RRs in responses. Under certain conditions, this flaw allows attackers to inject unsolicited or forged DNS records into the cache. This can be exploited to poison the resolver cache...

8.6CVSS6AI score0.00665EPSS
SaveExploits1References4
Microsoft CVE
Microsoft CVE
added 2025/11/19 1:1 a.m.7 views

bpf: fix potential 32-bit overflow when accessing ARRAY map element

...

5.5CVSS6.9AI score0.00216EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/19 12:0 a.m.3 views

RHEL 8 : bind (RHSA-2025:21736)

"The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2025:21736 advisory. The Berkeley Internet Name Domain BIND is an implementation of the Domain Name System DNS protocols. BIND includes a DNS server named %NASLMINLEVEL...

8.6CVSS6.5AI score0.00665EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2025/11/14 12:24 a.m.5 views

SUSE CVE-2025-40169

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative offsets for ALU ops When verifying BPF programs, the checkaluop function validates instructions with ALU operations. The 'offset' field in these instructions is a signed 16-bit integer. The existing check...

5.8CVSS6.4AI score0.0014EPSS
SaveExploits0References20
EUVD
EUVD
added 2025/11/13 12:30 a.m.6 views

EUVD-2025-150391

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix metadatadst leak bpfredirectneighv4,6 Cilium has a BPF egress gateway feature which forces outgoing K8s Pod traffic to pass through dedicated egress gateways which then SNAT the traffic in order to interact with stable I...

5.8AI score0.00573EPSS
SaveExploits1References8
OSV
OSV
added 2025/11/12 9:56 p.m.5 views

CVE-2025-40183 bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix metadatadst leak bpfredirectneighv4,6 Cilium has a BPF egress gateway feature which forces outgoing K8s Pod traffic to pass through dedicated egress gateways which then SNAT the traffic in order to interact with stable I...

7.5CVSS6.3AI score
SaveExploits0References10
NVD
NVD
added 2025/11/12 11:15 a.m.27 views

CVE-2025-40151

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: No support of struct argument in trampoline programs The current implementation does not support struct argument. This causes a oops when running bpf selftest: $ ./testprogs -a tracingstruct Oops1: CPU -1 Unable t...

7.8CVSS0.0014EPSS
SaveExploits0References2
NVD
NVD
added 2025/11/12 11:15 a.m.7 views

CVE-2025-40123

In the Linux kernel, the following vulnerability has been resolved: bpf: Enforce expectedattachtype for tailcall compatibility Yinhao et al. recently reported: Our fuzzer tool discovered an uninitialized pointer issue in the bpfprogtestrunxdp function within the Linux kernel's BPF subsystem. This...

7.8CVSS0.00151EPSS
SaveExploits0References5
OSV
OSV
added 2025/11/12 11:15 a.m.10 views

UBUNTU-CVE-2025-40143

In the Linux kernel, the following vulnerability has been resolved: bpf: dont report verifier bug for missing bpfsccvisit on speculative path Syzbot generated a program that triggers a verifierbug call in maybeexitscc. maybeexitscc assumes that, when called for a state with insnidx in some SCC,...

4.6CVSS5.9AI score0.00241EPSS
SaveExploits0References10
CVE
CVE
added 2025/11/12 10:46 a.m.24 views

CVE-2025-40169

CVE-2025-40169 concerns the Linux kernel BPF verifier, where the check_alu_op() logic for ALU operations incorrectly allowed negative offsets due to signedness. The vulnerability arises when validating BPF instructions with signed 16-bit off fields; the historical check insn->off > 1 failed...

7.8CVSS5.8AI score0.0014EPSS
SaveExploits0References4
CVE
CVE
added 2025/11/12 10:23 a.m.20 views

CVE-2025-40143

CVE-2025-40143 concerns the Linux kernel BPF verifier. Syzbot-generated input could trigger a verifier_bug() in maybe_exit_scc() when processing a state inside an SCC, under speculative execution paths. The root cause was an assumption that an existing bpf_scc_visit instance always accompanies a ...

6AI score0.00241EPSS
SaveExploits0References2
Rows per page
Query Builder