Lucene search
+L

5017 matches found

Cvelist
Cvelist
added 2025/04/01 3:40 p.m.24 views

CVE-2025-21922 ppp: Fix KMSAN uninit-value warning with bpf

In the Linux kernel, the following vulnerability has been resolved: ppp: Fix KMSAN uninit-value warning with bpf Syzbot caught an "KMSAN: uninit-value" warning 1, which is caused by the ppp driver not initializing a 2-byte header when using socket filter. The following code can generate a PPP...

0.00211EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.7 views

PT-2025-14346 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A kernel crash can occur if a BPF scheduler provides an invalid CPU as prev cpu to the scx bpf select cpu dfl function. This issue is resolved by validating prev cpu in scx bpf select...

6AI score0.00187EPSS
SaveExploits0References14
BDU FSTEC
BDU FSTEC
added 2025/04/01 12:00 a.m.18 views

The vulnerability of the bpf_link_show_fdinfo() function in the kernel/bpf/syscall.c module of the Linux operating system allows a attacker to compromise the confidentiality and accessibility of the protected information.

The vulnerability of the bpflinkshowfdinfo function in the kernel/bpf/syscall.c module of the Linux operating system is related to reading beyond the buffer boundaries. Exploiting this vulnerability could allow an attacker to compromise the confidentiality and accessibility of the protected...

7.1CVSS7.1AI score0.00232EPSS
SaveExploits0References24Affected Software8
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.8 views

SUSE CVE-2023-52986

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Check for any of tcpbpfprots when cloning a listener A listening socket linked to a sockmap has its skprot overridden. It points to one of the struct proto variants in tcpbpfprots. The variant depends on the socket'...

5.5CVSS7.8AI score0.00281EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/03/28 3:01 a.m.7 views

SUSE CVE-2025-21867

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...

5.5CVSS7.6AI score0.00194EPSS
SaveExploits0References16
OSV
OSV
added 2025/03/27 5:21 p.m.23 views

USN-7382-1 linux-oem-6.11 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; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - x86...

10CVSS6.5AI score0.00822EPSS
SaveExploits2References308
NVD
NVD
added 2025/03/27 5:15 p.m.12 views

CVE-2023-52992

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip task with pid=1 in sendsignalcommon The following kernel panic can be triggered when a task with pid=1 attaches a prog that attempts to send killing signal to itself, also see 1 for more details: Kernel panic - not...

5.5CVSS0.00263EPSS
SaveExploits0References5
NVD
NVD
added 2025/03/27 5:15 p.m.10 views

CVE-2023-52986

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Check for any of tcpbpfprots when cloning a listener A listening socket linked to a sockmap has its skprot overridden. It points to one of the struct proto variants in tcpbpfprots. The variant depends on the socket'...

5.5CVSS0.00281EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/27 5:15 p.m.21 views

UBUNTU-CVE-2023-52986

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Check for any of tcpbpfprots when cloning a listener A listening socket linked to a sockmap has its skprot overridden. It points to one of the struct proto variants in tcpbpfprots. The variant depends on the socket'...

5.5CVSS5.8AI score0.00281EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/27 5:15 p.m.10 views

UBUNTU-CVE-2023-52928

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip invalid kfunc call in backtrackinsn The verifier skips invalid kfunc call in checkkfunccall, which would be captured in fixupkfunccall if such insn is not eliminated by dead code elimination. However, this can lead to t...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0References6
OSV
OSV
added 2025/03/27 5:15 p.m.7 views

UBUNTU-CVE-2023-52992

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip task with pid=1 in sendsignalcommon The following kernel panic can be triggered when a task with pid=1 attaches a prog that attempts to send killing signal to itself, also see 1 for more details: Kernel panic - not...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References8
OSV
OSV
added 2025/03/27 4:48 p.m.24 views

USN-7380-1 linux-lowlatency 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; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - x86...

10CVSS6.4AI score0.00822EPSS
SaveExploits3References308
CVE
CVE
added 2025/03/27 4:43 p.m.145 views

CVE-2023-53024

The CVE-2023-53024 entry concerns the Linux kernel BPF subsystem. Root cause: speculative store bypass (SSB) can cause a stack slot initially containing a pointer to be overwritten by a scalar without a subsequent lfence, enabling a potential speculative-pointer‑as‑scalar leak. The mitigation add...

7.1CVSS6.8AI score0.00202EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.16 views

CVE-2023-53024

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation To mitigate Spectre v4, 2039f26f3aca "bpf: Fix leakage due to insufficient speculative store bypass mitigation" inserts lfence instructions after 1...

7.1CVSS5.7AI score0.00202EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.103 views

CVE-2023-52992

CVE-2023-52992 affects the Linux kernel; the vulnerability exists in BPF’s send_signal_common path where a task with pid=1 can trigger a kernel panic (kernel: “Attempted to kill init!”). A fix was applied to skip pid=1 in bpf_send_signal_common(), preventing this panic. Impact is local, with pote...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.14 views

CVE-2023-52992 bpf: Skip task with pid=1 in send_signal_common()

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip task with pid=1 in sendsignalcommon The following kernel panic can be triggered when a task with pid=1 attaches a prog that attempts to send killing signal to itself, also see 1 for more details: Kernel panic - not...

0.00263EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/03/27 4:37 p.m.17 views

CVE-2023-52928 bpf: Skip invalid kfunc call in backtrack_insn

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip invalid kfunc call in backtrackinsn The verifier skips invalid kfunc call in checkkfunccall, which would be captured in fixupkfunccall if such insn is not eliminated by dead code elimination. However, this can lead to t...

0.00245EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 4:18 p.m.44 views

USN-7379-1 linux, linux-aws, linux-azure, linux-gcp, linux-hwe-6.11, linux-oracle, linux-realtime 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; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - x86...

10CVSS6.4AI score0.00822EPSS
SaveExploits2References309
OSV
OSV
added 2025/03/27 3:23 p.m.6 views

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

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52778: mptcp: deal with large GSO size bsc1224948. - CVE-2023-52920: bpf: support non-r10 register spill/fill to/from stack in precision tracking...

9.8CVSS7.4AI score0.03301EPSS
SaveExploits8References1116
OSV
OSV
added 2025/03/27 2:15 p.m.3 views

DEBIAN-CVE-2025-21867

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.8CVSS5.5AI score0.00194EPSS
SaveExploits0References1
Rows per page
Query Builder