Lucene search
+L

2824 matches found

Cvelist
Cvelist
•added 2024/05/21 3:32 p.m.•24 views

CVE-2023-52879 tracing: Have trace_event_file have ref counters

In the Linux kernel, the following vulnerability has been resolved: tracing: Have traceeventfile have ref counters The following can crash the kernel: cd /sys/kernel/tracing echo 'p:sched schedule' kprobeevents exec 5events/kprobes/sched/enable kprobeevents exec 5&- The above commands: 1. Change...

6.1AI score0.00217EPSS
SaveExploits0References7
OSV
OSV
•added 2024/05/21 3:32 p.m.•13 views

CVE-2023-52879 tracing: Have trace_event_file have ref counters

In the Linux kernel, the following vulnerability has been resolved: tracing: Have traceeventfile have ref counters The following can crash the kernel: cd /sys/kernel/tracing echo 'p:sched schedule' kprobeevents exec 5events/kprobes/sched/enable kprobeevents exec 5&- The above commands: 1. Change...

5.5CVSS5.9AI score0.00217EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
•added 2024/05/21 3:15 p.m.•8 views

CVE-2021-47274

In the Linux kernel, the following vulnerability has been resolved: tracing: Correct the length check which causes memory corruption We've suffered from severe kernel crashes due to memory corruption on our production environment, like, Call Trace: 1640542.554277 general protection fault: 0000 1...

9.8CVSS6.5AI score0.01261EPSS
SaveExploits0References8Affected Software1
OSV
OSV
•added 2024/05/21 3:15 p.m.•1 views

DEBIAN-CVE-2021-47274

In the Linux kernel, the following vulnerability has been resolved: tracing: Correct the length check which causes memory corruption We've suffered from severe kernel crashes due to memory corruption on our production environment, like, Call Trace: 1640542.554277 general protection fault: 0000 1...

9.8CVSS6.4AI score0.01261EPSS
SaveExploits0References1
OSV
OSV
•added 2024/05/21 3:15 p.m.•5 views

UBUNTU-CVE-2021-47375

In the Linux kernel, the following vulnerability has been resolved: blktrace: Fix uaf in blktrace access after removing by sysfs There is an use-after-free problem triggered by following process: P1sda P2sdb echo 0 /sys/block/sdb/trace/enable blktraceremovequeue synchronizercu blktracefree...

6.2CVSS6.2AI score0.00254EPSS
SaveExploits0References11
OSV
OSV
•added 2024/05/21 3:15 p.m.•5 views

UBUNTU-CVE-2021-47274

In the Linux kernel, the following vulnerability has been resolved: tracing: Correct the length check which causes memory corruption We've suffered from severe kernel crashes due to memory corruption on our production environment, like, Call Trace: 1640542.554277 general protection fault: 0000 1...

9.8CVSS6.5AI score0.01261EPSS
SaveExploits0References10
Debian CVE
Debian CVE
•added 2024/05/21 2:20 p.m.•24 views

CVE-2021-47274

In the Linux kernel, the following vulnerability has been resolved: tracing: Correct the length check which causes memory corruption We've suffered from severe kernel crashes due to memory corruption on our production environment, like, Call Trace: 1640542.554277 general protection fault: 0000 1...

9.8CVSS7.6AI score0.01261EPSS
SaveExploits0
CVE
CVE
•added 2024/05/21 2:20 p.m.•206 views

CVE-2021-47274

CVE-2021-47274 (Linux kernel tracing): The issue stems from a length check in tracing that can cause memory corruption in ftrace data, leading to kernel crashes. A fix was added (commit b220c049d519) to validate the length before exposing the trace buffer, addressing overflow introduced by a prio...

9.8CVSS9.2AI score0.01261EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
•added 2024/05/21 2:19 p.m.•27 views

CVE-2021-47262 KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message Use the string machinery provided by the tracing subystem to make a copy of the string literals consumed by the "nested VM-Enter failed" tracepoint. A complet...

7AI score0.0023EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2024/05/21 2:19 p.m.•26 views

CVE-2021-47262 KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message Use the string machinery provided by the tracing subystem to make a copy of the string literals consumed by the "nested VM-Enter failed" tracepoint. A complet...

6.5AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2024/05/20 1:44 p.m.•27 views

CVE-2024-35871

A vulnerability was found in the Linux kernel affecting the RISC-V architecture, where the kernel global pointer gp can be leaked to user space. This issue occurs when a user-mode helper thread, such as /sbin/init starts a new process via execve without clearing the kernel registers, allowing...

5.5CVSS8.5AI score0.00264EPSS
SaveExploits0References4
OSV
OSV
•added 2024/05/19 9:15 a.m.•2 views

DEBIAN-CVE-2024-35895

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

5.5CVSS5.5AI score0.0018EPSS
SaveExploits0References1
CVE
CVE
•added 2024/05/19 8:34 a.m.•146 views

CVE-2024-35895

The CVE-2024-35895 vulnerability affects the Linux kernel, specifically the BPF sockmap/sockhash path. A deadlock could occur when map_delete_elem is invoked from a context where interrupts are disabled; the fix adds a hardirq-safety check to bail out if map_delete_elem runs in a non-hardirq-unsa...

5.5CVSS6.6AI score0.0018EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
•added 2024/05/19 8:34 a.m.•33 views

CVE-2024-35895 bpf, sockmap: Prevent lock inversion deadlock in map delete elem

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

6.4AI score0.0018EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2024/05/19 8:34 a.m.•46 views

CVE-2024-35871 riscv: process: Fix kernel gp leakage

In the Linux kernel, the following vulnerability has been resolved: riscv: process: Fix kernel gp leakage childregs represents the registers which are active for the new thread in user context. For a kernel thread, childregs-gp is never used since the kernel gp is not touched by switchto. For a...

6.6AI score0.00264EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2024/05/19 8:34 a.m.•21 views

CVE-2024-35871 riscv: process: Fix kernel gp leakage

In the Linux kernel, the following vulnerability has been resolved: riscv: process: Fix kernel gp leakage childregs represents the registers which are active for the new thread in user context. For a kernel thread, childregs-gp is never used since the kernel gp is not touched by switchto. For a...

6.9AI score0.00264EPSS
SaveExploits0References7
OSV
OSV
•added 2024/05/19 8:34 a.m.•22 views

CVE-2024-35871 riscv: process: Fix kernel gp leakage

In the Linux kernel, the following vulnerability has been resolved: riscv: process: Fix kernel gp leakage childregs represents the registers which are active for the new thread in user context. For a kernel thread, childregs-gp is never used since the kernel gp is not touched by switchto. For a...

7.1CVSS6.3AI score0.00264EPSS
SaveExploits0References10
OpenVAS
OpenVAS
•added 2024/05/17 12:0 a.m.•27 views

Buffalo LS210D < 1.82 Multiple Vulnerabilities

Buffalo LS210D is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/o:buffalo:ls210dfirmware"; if...

8.1CVSS7.1AI score0.02582EPSS
SaveExploits1References2
NVD
NVD
•added 2024/05/14 3:38 p.m.•29 views

CVE-2024-34353

The matrix-sdk-crypto crate, part of the Matrix Rust SDK project, is an implementation of a Matrix end-to-end encryption state machine in Rust. In Matrix, the server-side key backup stores encrypted copies of Matrix message keys. This facilitates key sharing between a user's devices and provides ...

5.5CVSS5.4AI score0.00193EPSS
SaveExploits0References5
OSV
OSV
•added 2024/05/14 2:39 p.m.•9 views

CVE-2024-0100

NVIDIA Triton Inference Server for Linux contains a vulnerability in the tracing API, where a user can corrupt system files. A successful exploit of this vulnerability might lead to denial of service and data tampering...

8.1CVSS5.8AI score0.00683EPSS
SaveExploits0References1
Rows per page
Query Builder