Lucene search
+L

100 matches found

Cvelist
Cvelist
added 2025/01/06 4:20 p.m.26 views

CVE-2024-56765 powerpc/pseries/vas: Add close() callback in vas_vm_ops struct

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/vas: Add close callback in vasvmops struct The mapping VMA address is saved in VAS window struct when the paste address is mapped. This VMA address is used during migration to unmap the paste address if the window...

7.8CVSS0.00208EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/29 3:47 a.m.4 views

SUSE CVE-2024-56701

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahore, a sleeping lock, because the code calls kmalloc while holding it, which can sleep: echo 1 /proc/powerpc/vcpudispatchstats BUG:...

5.5CVSS7.6AI score0.00207EPSS
SaveExploits0References16
NVD
NVD
added 2024/12/28 10:15 a.m.24 views

CVE-2024-56701

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahore, a sleeping lock, because the code calls kmalloc while holding it, which can sleep: echo 1 /proc/powerpc/vcpudispatchstats BUG:...

5.5CVSS0.00207EPSS
SaveExploits0References8
OSV
OSV
added 2024/12/28 10:15 a.m.13 views

UBUNTU-CVE-2024-56701

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahore, a sleeping lock, because the code calls kmalloc while holding it, which can sleep: echo 1 /proc/powerpc/vcpudispatchstats BUG:...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References33
OSV
OSV
added 2024/12/28 9:46 a.m.12 views

CVE-2024-56701 powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahore, a sleeping lock, because the code calls kmalloc while holding it, which can sleep: echo 1 /proc/powerpc/vcpudispatchstats BUG:...

6.2AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.46 views

CVE-2024-56701 powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahore, a sleeping lock, because the code calls kmalloc while holding it, which can sleep: echo 1 /proc/powerpc/vcpudispatchstats BUG:...

0.00207EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.25 views

CVE-2024-56701

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtlaccesslock to be a rwsemaphore The dtlaccesslock needs to be a rwsempahore, a sleeping lock, because the code calls kmalloc while holding it, which can sleep: echo 1 /proc/powerpc/vcpudispatchstats BUG:...

5.5CVSS5.7AI score0.00207EPSS
SaveExploits0
CVE
CVE
added 2024/12/28 9:46 a.m.2379 views

CVE-2024-56701

CVE-2024-56701: Linux kernel powerpc/pseries code fixed a sleeping-lock issue by changing dtl_access_lock to a rw_semaphore because kmalloc() can sleep while held. Root cause: a non-sleeping lock protected code path that sleeps, causing a potential sleep in atomic context. Impact is local (LOCAL)...

5.5CVSS6.4AI score0.00207EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2024/12/28 12:00 a.m.9 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 problem with dtlaccesslock not being a rwsemaphore in the powerpc/pseries subsystem...

5.5CVSS6.5AI score0.00207EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2024/12/06 12:00 a.m.18 views

PT-2025-8786

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the fixed version Description A vulnerability in the Linux kernel has been identified, specifically in the powerpc/pseries/iommu module. The issue arises when the Power Hypervisor allocates an MMIO window that...

5.5CVSS6.9AI score0.00228EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/11/13 12:00 a.m.12 views

The vulnerability of the Linux operating system’s powerpc/pseries kernel components, which allows a hacker to cause a service failure

The vulnerability of the powerpc/pseries kernel components in the Linux operating system is related to a memory leak. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00272EPSS
SaveExploits0References25Affected Software6
Redos
Redos
added 2024/11/01 12:00 a.m.29 views

ROS-20241101-02

A vulnerability in the vmxnet3 component of the Linux operating system kernel is related to resource management errors in the vmxnet3processxdp function in drivers/net/vmxnet3/vmxnet3xdp.c. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in t...

7.8CVSS7AI score0.00759EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/06 2:01 a.m.9 views

SUSE CVE-2024-41065

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Whitelist dtl slub object for copying to userspace Reading the dispatch trace log from /sys/kernel/debug/powerpc/dtl/cpu- results in a BUG when the config CONFIGHARDENEDUSERCOPY is enabled as shown below. kernel...

4.4CVSS6.3AI score0.00225EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/08/06 1:58 a.m.7 views

SUSE CVE-2024-42230

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix scv instruction crash with kexec kexec on pseries disables AIL reloconexc, required for scv instruction support, before other CPUs have been shut down. This means they can execute scv instructions after AIL i...

4.4CVSS6.6AI score0.00205EPSS
SaveExploits0References19
CNVD
CNVD
added 2024/08/02 12:00 a.m.21 views

Unspecified vulnerability in Linux kernel (CNVD-2024-35104)

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 originates in the powerpc/pseries module when kexec is used and the pseries platform disables AIL before the other CPUs...

4.4CVSS6.5AI score0.00205EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/08/01 9:24 p.m.30 views

CVE-2024-42230

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix scv instruction crash with kexec kexec on pseries disables AIL reloconexc, required for scv instruction support, before other CPUs have been shut down. This means they can execute scv instructions after AIL i...

5.5CVSS7.6AI score0.00205EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/30 8:15 a.m.1 views

DEBIAN-CVE-2024-42230

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix scv instruction crash with kexec kexec on pseries disables AIL reloconexc, required for scv instruction support, before other CPUs have been shut down. This means they can execute scv instructions after AIL i...

4.4CVSS5.7AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.19 views

AZL-47232 CVE-2024-42230 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix scv instruction crash with kexec kexec on pseries disables AIL reloconexc, required for scv instruction support, before other CPUs have been shut down. This means they can execute scv instructions after AIL i...

4.4CVSS6.5AI score0.00205EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.23 views

CVE-2024-42230

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix scv instruction crash with kexec kexec on pseries disables AIL reloconexc, required for scv instruction support, before other CPUs have been shut down. This means they can execute scv instructions after AIL i...

4.4CVSS6.3AI score0.00205EPSS
SaveExploits0References29
OSV
OSV
added 2024/07/30 8:15 a.m.8 views

UBUNTU-CVE-2024-42230

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix scv instruction crash with kexec kexec on pseries disables AIL reloconexc, required for scv instruction support, before other CPUs have been shut down. This means they can execute scv instructions after AIL i...

4.4CVSS6.3AI score0.00205EPSS
SaveExploits0References30
Rows per page
Query Builder