Lucene search
+L

5056 matches found

Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.12 views

CVE-2025-38640

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable migration in nfhookrunbpf. syzbot reported that the netfilter bpf prog can be called without migration disabled in xmit path. Then the assertion in bpfprogrun fails, triggering the splat below. 0 Let's use...

7.8CVSS5.3AI score0.00165EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/08/22 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 Linux kernel that stems from nfhookrunbpf undisabled migration, which could lead to assertion failure...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References7
OSV
OSV
added 2025/08/21 9:24 p.m.16 views

USN-7703-3 linux-oracle, linux-oracle-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - GPIO subsystem; - GPU...

9.8CVSS6.7AI score0.36848EPSS
SaveExploits1References71
OSV
OSV
added 2025/08/20 6:55 p.m.19 views

USN-7703-2 linux-aws-6.8, linux-gcp, linux-gcp-6.8, linux-gkeop, linux-ibm, linux-ibm-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - GPIO subsystem; - GPU...

9.8CVSS6.7AI score0.36848EPSS
SaveExploits1References71
SUSE CVE
SUSE CVE
added 2025/08/19 11:23 p.m.7 views

SUSE CVE-2025-38591

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

4.4CVSS6.4AI score0.00193EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
added 2025/08/19 11:22 p.m.12 views

SUSE CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

7.8CVSS6.4AI score0.00151EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/19 5:15 p.m.1 views

DEBIAN-CVE-2025-38608

In the Linux kernel, the following vulnerability has been resolved: bpf, ktls: Fix data corruption when using bpfmsgpopdata in ktls When sending plaintext data, we initially calculated the corresponding ciphertext length. However, if we later reduced the plaintext data length via socket policy, w...

8.6CVSS5.7AI score0.00389EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/19 5:15 p.m.19 views

AZL-71033 CVE-2025-38591 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/19 5:15 p.m.22 views

AZL-66440 CVE-2025-38591 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/19 5:15 p.m.5 views

DEBIAN-CVE-2025-38586

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix fp initialization for exception boundary In the ARM64 BPF JIT when prog-aux-exceptionboundary is set for a BPF program, findusedcalleeregs is not called because for a program acting as exception boundary, all call...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/19 5:15 p.m.14 views

DEBIAN-CVE-2025-38591

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.5CVSS5.2AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/19 5:15 p.m.7 views

UBUNTU-CVE-2025-38591

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References27
OSV
OSV
added 2025/08/19 5:15 p.m.11 views

UBUNTU-CVE-2025-38586

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix fp initialization for exception boundary In the ARM64 BPF JIT when prog-aux-exceptionboundary is set for a BPF program, findusedcalleeregs is not called because for a program acting as exception boundary, all call...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References13
OSV
OSV
added 2025/08/19 5:03 p.m.12 views

CVE-2025-38607 bpf: handle jset (if a & b ...) as a jump in CFG computation

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

7.8CVSS6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/08/19 5:03 p.m.90 views

CVE-2025-38591

CVE-2025-38591 affects the Linux kernel and is resolved by a patch in the BPF verifier. The issue involved a narrowing context access check in BPF, where a program attempted to read a pointer field (offset 169) in __sk_buff (field sk at offset 168). The verifier incorrectly allowed this “narrower...

5.5CVSS7AI score0.00193EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/08/19 5:03 p.m.10 views

CVE-2025-38591

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = u8 r1 + 169; exit; With pointer field sk being at offset 168 in skbuff. This access is...

5.5CVSS5.2AI score0.00193EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2025/08/19 12:00 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 Linux kernel, which stems from the bpf module denying narrower access to the pointer ctx field...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/08/18 3:01 p.m.23 views

kernel: bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix use-after-free issue in ethskbpkttype KMSAN reported a use-after-free issue in ethskbpkttype1. The cause of the issue was that ethskbpkttype accessed skb's data that didn't contain an Ethernet header. This occur...

7.8CVSS6.3AI score0.00194EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/08/16 11:23 p.m.11 views

SUSE CVE-2025-38502

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix oob access in cgroup local storage Lonial reported that an out-of-bounds access in cgroup local storage can be crafted via tail calls. Given two programs each utilizing a cgroup local storage with a different value size,...

7.1CVSS6.2AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/16 12:15 p.m.13 views

AZL-66410 CVE-2025-38528 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt = "%p%"; bpftraceprintkfmt, sizeoffmt; The above BPF program isn't rejected and causes a kernel warning at runtime: Please remove unsupported %\x00 in...

7.1CVSS5.6AI score0.0016EPSS
SaveExploits0References1
Rows per page
Query Builder