Lucene search
+L

291 matches found

CVE
CVE
added 2024/06/20 10:57 a.m.96 views

CVE-2021-47618

CVE-2021-47618 affects the Linux kernel on ARM (ARM32) where, when kasan and kprobe are enabled, the kprobe-emulated load (emulate_ldr) can panic due to a destroyed register binding relationship during instruction emulation. The issue is tied to the kprobe emulate instruction path distributed in ...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/20 10:57 a.m.24 views

CVE-2021-47618 ARM: 9170/1: fix panic when kasan and kprobe are enabled

In the Linux kernel, the following vulnerability has been resolved: ARM: 9170/1: fix panic when kasan and kprobe are enabled arm32 uses software to simulate the instruction replaced by kprobe. some instructions may be simulated by constructing assembly functions. therefore, before executing...

6.9AI score0.00238EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/06/20 12:0 a.m.7 views

Linux kernel security vulnerabilities

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 panic that occurs when the ARM:9170/1 module enables kasan and kprobe...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 2:15 p.m.12 views

UBUNTU-CVE-2024-38588

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix possible use-after-free issue in ftracelocation KASAN reports a bug: BUG: KASAN: use-after-free in ftracelocation+0x90/0x120 Read of size 8 at addr ffff888141d40010 by task insmod/424 CPU: 8 PID: 424 Comm: insmod...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References33
BDU FSTEC
BDU FSTEC
added 2024/05/30 12:0 a.m.6 views

The vulnerability of the check_kprobe_address_safe() function in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the checkkprobeaddresssafe function in the kernel/kprobes.c module of the Linux operating system is related to the reutilization of previously freed memory. Exploiting this vulnerability can allow an attacker to trigger a service failure...

5.5CVSS6.7AI score0.01177EPSS
SaveExploits0References24Affected Software4
SUSE CVE
SUSE CVE
added 2024/05/23 3:23 p.m.4 views

SUSE CVE-2023-52879

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

4.4CVSS6.7AI score0.00217EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.4 views

kernel: powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()

A flaw was found in the Linux kernel in archpreparekprobe: where certain error conditions are not properly validated before dereferencing a pointer. Under specific circumstances, this can result in a NULL pointer dereference in kernel space. If triggered, the kernel may generate an oops or panic,...

5.7AI score0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-CVE-2023-52879

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.2AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.8 views

UBUNTU-CVE-2023-52879

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.7AI score0.00217EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.23 views

CVE-2023-52879

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.8AI score0.00217EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:32 p.m.15 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.5AI score0.00217EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/21 3:32 p.m.14 views

CVE-2023-52879

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.5CVSS6.4AI score0.00217EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.3 views

SUSE CVE-2024-35860

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/20 10:15 a.m.2 views

DEBIAN-CVE-2024-35955

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULESTATELIVE - MODULESTATEGOING - MODULESTATEUNFORMED. Each change will take a time. ismoduletextaddress and...

8.8CVSS5.9AI score0.01177EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/20 9:41 a.m.18 views

CVE-2024-35955 kprobes: Fix possible use-after-free issue on kprobe registration

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULESTATELIVE - MODULESTATEGOING - MODULESTATEUNFORMED. Each change will take a time. ismoduletextaddress and...

8.8CVSS6.1AI score0.01177EPSS
SaveExploits0References15
OSV
OSV
added 2024/05/19 9:15 a.m.2 views

DEBIAN-CVE-2024-35860

In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpflink dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additional information. E.g., for multi-kprobes and...

5.5CVSS5.3AI score0.00225EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.3 views

SUSE CVE-2024-26946

In the Linux kernel, the following vulnerability has been resolved: kprobes/x86: Use copyfromkernelnofault to read from unsafe address Read from an unsafe address with copyfromkernelnofault in archadjustkprobeaddr because this function is used before checking the address is in text or not...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/02/29 3:56 a.m.5 views

SUSE CVE-2021-46957

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: fix kernel panic when invoking sysread traced by kprobe The execution of sysread end up hitting a BUGON in findgetblock after installing kprobe at sysread, the BUG message like the following: 65.708663 ------------...

5.5CVSS5.3AI score0.00208EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/02/28 3:39 a.m.17 views

CVE-2021-46957

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: fix kernel panic when invoking sysread traced by kprobe The execution of sysread end up hitting a BUGON in findgetblock after installing kprobe at sysread, the BUG message like the following: 65.708663 ------------...

4.4CVSS6.4AI score0.00208EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/27 7:4 p.m.11 views

CVE-2021-46957

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: fix kernel panic when invoking sysread traced by kprobe The execution of sysread end up hitting a BUGON in findgetblock after installing kprobe at sysread, the BUG message like the following: 65.708663 ------------...

5.5CVSS5.7AI score0.00208EPSS
SaveExploits0References2
Rows per page
Query Builder