Lucene search
+L

44 matches found

OSV
OSV
added 2025/09/04 3:32 p.m.8 views

CVE-2025-38689 x86/fpu: Fix NULL dereference in avx512_status()

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Fix NULL dereference in avx512status Problem ------- With CONFIGX86DEBUGFPU enabled, reading /proc/kthread/archstatus causes a warning and a NULL pointer dereference. This is because the AVX-512 timestamp code uses...

6.3AI score
SaveExploits0References5
CVE
CVE
added 2025/09/04 3:32 p.m.29 views

CVE-2025-38689

CVE-2025-38689 affects the Linux kernel’s x86 FPU code. When CONFIG_X86_DEBUG_FPU is enabled, AVX-512 timestamp handling calls x86_task_fpu() without a NULL check, returning NULL for kernel threads (PF_KTHREAD) and triggering a NULL pointer dereference when reading /proc/[kthread]/arch_status. Th...

5.5CVSS6AI score0.00137EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.19 views

CVE-2025-38689 x86/fpu: Fix NULL dereference in avx512_status()

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Fix NULL dereference in avx512status Problem ------- With CONFIGX86DEBUGFPU enabled, reading /proc/kthread/archstatus causes a warning and a NULL pointer dereference. This is because the AVX-512 timestamp code uses...

0.00137EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/08/11 12:0 a.m.6 views

PT-2025-35962

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where reading /proc/kthread/arch status can cause a NULL pointer dereference when CONFIG X86 DEBUG FPU is enabled. This occurs because the AVX-512...

5.5CVSS6AI score0.00137EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2024-38614

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: openrisc: traps: Don't send signals to kernel mode threads OpenRISC exception handling sends...

7.8CVSS5.3AI score0.00218EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.13 views

CVE-2022-50216

...

SaveExploits0
OSV
OSV
added 2025/05/01 3:16 p.m.4 views

DEBIAN-CVE-2022-49852

In the Linux kernel, the following vulnerability has been resolved: riscv: process: fix kernel info leakage threadstruct's s12 may contain random kernel memory content, which may be finally leaked to userspace. This is a security hole. Fix it by clearing the s12 array in threadstruct when fork. A...

7.1CVSS5.5AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/08 9:15 a.m.2 views

DEBIAN-CVE-2025-22009

In the Linux kernel, the following vulnerability has been resolved: regulator: dummy: force synchronous probing Sometimes I get a NULL pointer dereference at boot time in kobjectget with the following call stack: anatopregulatorprobe devmregulatorregister regulatorregister regulatorresolvesupply...

5.5CVSS5.6AI score0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.7 views

DEBIAN-CVE-2022-49264

In the Linux kernel, the following vulnerability has been resolved: exec: Force single empty string when argv is empty Quoting1 Ariadne Conill: "In several other operating systems, it is a hard requirement that the second argument to execve2 be the name of a program, thus prohibiting a scenario...

5.5CVSS5.4AI score0.00305EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/26 1:56 a.m.166 views

CVE-2022-49264

CVE-2022-49264 (Linux kernel) : The issue fixes how argv is passed to execve when argc is 0. The kernel now forces a single empty string into argv and sets argc to 1, accounting for extra stack space in bprm_stack_limits and emitting a WARN message to notify userspace: “process './argc0' launched...

7.8CVSS6.5AI score0.00305EPSS
SaveExploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2024/11/06 3:48 a.m.7 views

SUSE CVE-2024-50133

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Don't crash in stacktop for tasks without vDSO Not all tasks have a vDSO mapped, for example kthreads never do. If such a task ever ends up calling stacktop, it will derefence the NULL vdso pointer and crash. This can...

5.5CVSS7.7AI score0.00217EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/20 12:15 p.m.7 views

UBUNTU-CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS5.9AI score0.00216EPSS
SaveExploits0References7
CVE
CVE
added 2024/06/20 11:13 a.m.85 views

CVE-2022-48770

CVE-2022-48770 affects the Linux kernel vulnerability in the BPF stack trace code: bpf_get_task_stack() could dereference NULL pt_regs because task_pt_regs() may return NULL for kernel threads on powerpc. The patch adds a NULL check on the return value of task_pt_regs() before inspecting the call...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/06/19 2:15 p.m.2 views

DEBIAN-CVE-2024-38614

In the Linux kernel, the following vulnerability has been resolved: openrisc: traps: Don't send signals to kernel mode threads OpenRISC exception handling sends signals to user processes on floating point exceptions and trap instructions for debugging among others. There is a bug where the trap...

5.5CVSS5.3AI score0.00218EPSS
SaveExploits0References1
CVE
CVE
added 2024/06/19 1:56 p.m.87 views

CVE-2024-38614

CVE-2024-38614 – Linux kernel (OpenRISC) traps : OpenRISC exception handling could mistakenly deliver signals to kernel-mode threads when handling floating point exceptions or trap instructions. The underlying issue was that trap handling could target kernel threads, which should not receive user...

7.8CVSS6.4AI score0.00218EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 1:56 p.m.19 views

CVE-2024-38614 openrisc: traps: Don't send signals to kernel mode threads

In the Linux kernel, the following vulnerability has been resolved: openrisc: traps: Don't send signals to kernel mode threads OpenRISC exception handling sends signals to user processes on floating point exceptions and trap instructions for debugging among others. There is a bug where the trap...

6.6AI score0.00218EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/04/15 12:0 a.m.6 views

PT-2024-9803 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the OpenRISC exception handling in the Linux kernel, which sends signals to user processes on floating point exceptions and trap instructions for debugging...

9.8CVSS6.5AI score0.01305EPSS
SaveExploits3References731
OpenVAS
OpenVAS
added 2021/07/21 12:0 a.m.30 views

openSUSE: Security Advisory for the (openSUSE-SU-2021:2409-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 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 ifdescription...

8.3CVSS7.8AI score0.78684EPSS
SaveExploits27References4
Tenable Nessus
Tenable Nessus
added 2019/01/03 12:0 a.m.51 views

Fedora 29 : systemd (2018-c402eea18b)

Fix a local vulnerability from a race condition in chown-recursive CVE-2018-15687, 1639076 - Fix a local vulnerability from invalid handling of long lines in state deserialization CVE-2018-15686, 1639071 - Fix a remote vulnerability in DHCPv6 in systemd-networkd CVE-2018-15688, 1639067 - The DHCP...

8.8CVSS6.8AI score0.02279EPSS
SaveExploits10References4
Tenable Nessus
Tenable Nessus
added 2019/01/03 12:0 a.m.256 views

Fedora 28 : systemd (2018-24bd6c9d4a)

Fix a local vulnerability from a race condition in chown-recursive CVE-2018-15687, 1643367 - Fix a local vulnerability from invalid handling of long lines in state deserialization CVE-2018-15686, 1643372 - Fix a remote vulnerability in DHCPv6 in systemd-networkd CVE-2018-15688, 1643362 -...

8.8CVSS6.7AI score0.02279EPSS
SaveExploits10References4
Rows per page
Query Builder