Lucene search
+L

1975 matches found

Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.1 views

CVE-2022-49878 bpf, verifier: Fix memory leak in array reallocation for stack state

In the Linux kernel, the following vulnerability has been resolved: bpf, verifier: Fix memory leak in array reallocation for stack state If an error NULL is returned by krealloc, callers of reallocarray were setting their allocation pointers to NULL, but on error krealloc does not touch the...

5.9AI score0.00187EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.1 views

CVE-2022-49873 bpf: Fix wrong reg type conversion in release_reference()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix wrong reg type conversion in releasereference Some helper functions will allocate memory. To avoid memory leaks, the verifier requires the eBPF program to release these memories by calling the corresponding helper...

6AI score0.00204EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/04/18 11:19 p.m.8 views

SUSE CVE-2025-37893

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix off-by-one error in buildprologue Vincent reported that running BPF progs with tailcalls on LoongArch causes kernel hard lockup. Debugging the issues shows that the JITed image missing a jirl instruction at th...

7.8CVSS7.7AI score0.0026EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/18 7:15 a.m.10 views

AZL-61445 CVE-2025-37893 affecting package kernel for versions less than 6.6.92.2-1

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix off-by-one error in buildprologue Vincent reported that running BPF progs with tailcalls on LoongArch causes kernel hard lockup. Debugging the issues shows that the JITed image missing a jirl instruction at th...

5.5CVSS6.7AI score0.0026EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/18 7:15 a.m.3 views

DEBIAN-CVE-2025-37893

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix off-by-one error in buildprologue Vincent reported that running BPF progs with tailcalls on LoongArch causes kernel hard lockup. Debugging the issues shows that the JITed image missing a jirl instruction at th...

5.5CVSS5.7AI score0.0026EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/04/18 12:0 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 a difference-one error in the buildprologue function of the LoongArch architecture BPF...

5.5CVSS6.3AI score0.0026EPSS
SaveExploits0References7
OSV
OSV
added 2025/04/16 3:15 p.m.2 views

DEBIAN-CVE-2025-22048

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Don't override subprog's return value The verifier test calls: div by 0 in subprog triggers a panic at the ld.bu instruction. The ld.bu insn is trying to load byte from memory address returned by the subprog. The...

5.5CVSS5.3AI score0.00199EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/04/16 12:0 a.m.4 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 overwritten return value of the BPF subroutine, which could result in a wrong address load...

5.5CVSS6.3AI score0.00199EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/04/16 12:0 a.m.3 views

PT-2025-16688 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the LoongArch architecture and the Berkeley Packet Filter BPF. The issue occurs when a subprogram's return value is...

5AI score0.00199EPSS
SaveExploits0References32
Microsoft CVE
Microsoft CVE
added 2025/04/09 7:0 a.m.3 views

bpf: Fix deadlock when freeing cgroup storage

...

5.5CVSS6.7AI score0.00155EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/04/09 7:0 a.m.2 views

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

...

7.8CVSS6.7AI score0.00186EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/04/09 7:0 a.m.5 views

bpf: avoid holding freeze_mutex during mmap operation

...

5.5CVSS6.7AI score0.00221EPSS
SaveExploits0
OSV
OSV
added 2025/04/01 4:15 p.m.1 views

DEBIAN-CVE-2025-21922

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

5.5CVSS5.6AI score0.00205EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/04/01 12:0 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 Linux kernel that originates from an uninitialized PPP BPF program header...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.6 views

SUSE 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.4AI score0.00252EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.12 views

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

5.5CVSS7.8AI score0.00193EPSS
SaveExploits0References10
OSV
OSV
added 2025/03/27 5:15 p.m.5 views

DEBIAN-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.00193EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/03/27 12:0 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 the bpf sockmap component not checking all tcpbpfprots variants when cloning listeners...

5.5CVSS6.3AI score0.00273EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:0 a.m.7 views

The vulnerability of the bpf component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the bpf component in the Linux operating system’s kernel is related to a memory leak. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References13Affected Software8
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:0 a.m.7 views

The vulnerability of the bpf component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the bpf component in the Linux operating system’s kernel is related to improper input validation. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00216EPSS
SaveExploits0References12Affected Software4
Rows per page
Query Builder