Lucene search
+L

3315 matches found

SUSE CVE
SUSE CVE
added 2024/12/29 3:47 a.m.3 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.22 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.2 views

DEBIAN-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
SaveExploits0References1
OSV
OSV
added 2024/12/28 10:15 a.m.1 views

DEBIAN-CVE-2024-56677

In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadumpcmainit to setuparch after initmeminit During early init CMAMINALIGNMENTBYTES can be PAGESIZE, since pageblockorder is still zero and it gets initialized later during initmeminit e.g. setuparch -...

5.5CVSS5.5AI score0.00268EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/28 10:15 a.m.10 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
CVE
CVE
added 2024/12/28 9:46 a.m.2371 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
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.20 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
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.38 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
OSV
OSV
added 2024/12/28 9:46 a.m.11 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:...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.14 views

CVE-2024-56678

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm/fault: Fix kfence page fault reporting copyfromkernelnofault can be called when doing read of /proc/kcore. /proc/kcore can have some unmapped kfence objects which when read via copyfromkernelnofault can cause page...

7.8CVSS6AI score0.00224EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/12/28 9:46 a.m.34 views

CVE-2024-56678 powerpc/mm/fault: Fix kfence page fault reporting

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm/fault: Fix kfence page fault reporting copyfromkernelnofault can be called when doing read of /proc/kcore. /proc/kcore can have some unmapped kfence objects which when read via copyfromkernelnofault can cause page...

0.00224EPSS
SaveExploits0References6
CVE
CVE
added 2024/12/28 9:46 a.m.171 views

CVE-2024-56677

CVE-2024-56677 (Linux kernel, powerpc fadump) : The issue arises during early init when CMA_MIN_ALIGNMENT_BYTES can be PAGE_SIZE because pageblock_order is not yet initialized. This bypasses the CMA memory alignment check in cma_init_reserved_mem(), allowing a potential misalignment that can trig...

5.5CVSS6.4AI score0.00268EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.14 views

CVE-2024-56677

In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadumpcmainit to setuparch after initmeminit During early init CMAMINALIGNMENTBYTES can be PAGESIZE, since pageblockorder is still zero and it gets initialized later during initmeminit e.g. setuparch -...

5.5CVSS5.5AI score0.00268EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/28 12:0 a.m.8 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
CNNVD
CNNVD
added 2024/12/28 12:0 a.m.8 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, which originates from an error in the kfence page in the powerpc/mm/fault module...

7.8CVSS6.8AI score0.00224EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/12/28 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 CMA memory alignment issue caused by an improperly placed fadmumpcmainit in the powerpc/fadump module...

5.5CVSS6.3AI score0.00268EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/12/12 5:55 p.m.34 views

CVE-2024-12455

powerpc: getrandom returns EINVAL as retcode instead of errno...

7.2AI score
SaveExploits0
OSV
OSV
added 2024/12/12 5:27 p.m.13 views

USN-7155-1 linux-nvidia, linux-nvidia-6.8, linux-nvidia-lowlatency vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; -...

8.8CVSS6.7AI score0.00886EPSS
SaveExploits12References402
Ubuntu
Ubuntu
added 2024/12/12 5:27 p.m.37 views

USN-7155-1: Linux kernel (NVIDIA) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; -...

8.8CVSS7.5AI score0.00886EPSS
SaveExploits12
OSV
OSV
added 2024/12/12 5:9 p.m.30 views

USN-7154-1 linux, linux-aws, linux-aws-6.8, linux-gcp, linux-gcp-6.8, linux-gke, linux-ibm, linux-lowlatency, linux-lowlatency-hwe-6.8, linux-oem-6.8, linux-oracle, linux-oracle-6.8, linux-raspi vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; -...

8.8CVSS6.7AI score0.00886EPSS
SaveExploits12References403
Rows per page
Query Builder