Lucene search
+L

236 matches found

NVD
NVD
added 2024/10/21 8:15 p.m.27 views

CVE-2022-49001

In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the getoverflowstack to get the overflow stack...

7CVSS0.0019EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

DEBIAN-CVE-2022-49001

In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the getoverflowstack to get the overflow stack...

7CVSS6.1AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.14 views

UBUNTU-CVE-2022-49001

In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the getoverflowstack to get the overflow stack...

7CVSS5.7AI score0.0019EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.27 views

CVE-2022-49001 riscv: fix race when vmap stack overflow

In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the getoverflowstack to get the overflow stack...

7CVSS7.4AI score0.0019EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.44 views

CVE-2022-49001 riscv: fix race when vmap stack overflow

In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the getoverflowstack to get the overflow stack...

7CVSS0.0019EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 8:06 p.m.16 views

CVE-2022-49001 riscv: fix race when vmap stack overflow

In the Linux kernel, the following vulnerability has been resolved: riscv: fix race when vmap stack overflow Currently, when detecting vmap stack overflow, riscv firstly switches to the so called shadow stack, then use this shadow stack to call the getoverflowstack to get the overflow stack...

7CVSS6.2AI score
SaveExploits0References6
CVE
CVE
added 2024/10/21 8:06 p.m.101 views

CVE-2022-49001

CVE-2022-49001 describes a race condition in the Linux kernel riscv path where, during vmap stack overflow handling, multiple harts can contend on the same shadow stack. The root cause is a race between switching to the shadow stack and calling get_overflow_stack() when more than one hart uses th...

7CVSS6.8AI score0.0019EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.13 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 race condition in the riscv subsystem that occurs during a vmap stack overflow, which could cause the kern...

7CVSS6.3AI score0.0019EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/10/16 7:00 a.m.10 views

mm: vmalloc: ensure vmap_block is initialised before adding to queue

...

7.8CVSS6AI score0.00227EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.9 views

SUSE CVE-2024-46847

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmapblock is initialised before adding to queue Commit 8c61291fd850 "mm: fix incorrect vbq reference in purgefragmentedblock" extended the 'vmapblock' structure to contain a 'cpu' field which is set at...

7.8CVSS7.7AI score0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/27 1:15 p.m.4 views

DEBIAN-CVE-2024-46847

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: ensure vmapblock is initialised before adding to queue Commit 8c61291fd850 "mm: fix incorrect vbq reference in purgefragmentedblock" extended the 'vmapblock' structure to contain a 'cpu' field which is set at...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/09/27 12:00 a.m.10 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 not ensuring that a vmapblock is initialized before adding it to a queue...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/09/12 2:51 a.m.8 views

SUSE CVE-2024-45022

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix page mapping if vmareaallocpages with high order fallback to order 0 The vmappagesrangenoflush assumes its argument pages contains pages with the same page shift. However, since commit e9c3cda4d86e "mm, vmalloc: f...

5.5CVSS7.2AI score0.00229EPSS
SaveExploits0References12
OSV
OSV
added 2024/09/11 4:15 p.m.7 views

UBUNTU-CVE-2024-45022

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix page mapping if vmareaallocpages with high order fallback to order 0 The vmappagesrangenoflush assumes its argument pages contains pages with the same page shift. However, since commit e9c3cda4d86e "mm, vmalloc: f...

7.8CVSS6.7AI score0.00229EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/08/18 2:02 a.m.7 views

SUSE CVE-2024-42275

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drmclientbuffervmaplocal This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized mapcopy in the caller...

6.4CVSS6.8AI score0.00203EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/17 9:15 a.m.10 views

DEBIAN-CVE-2024-42275

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drmclientbuffervmaplocal This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized mapcopy in the caller...

5.5CVSS5.9AI score0.00203EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/08/17 12:00 a.m.14 views

PT-2024-29826 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the drm client buffer vmap local function, which accidentally returns zero or success on the failure path. This leads to locking issues and an uninitialized map...

6.6AI score0.00203EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/08/17 12:00 a.m.12 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 incorrectly returning zero or success on the failure path in the drmclientbuffervmaplocal function, leading ...

5.5CVSS6.3AI score0.00203EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/08/12 12:00 a.m.17 views

PT-2024-32245 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the initialization of the vmap block structure in the Linux kernel. When a new vmap block is being instantiated by new vmap block, the partially initialized...

8.8CVSS6.5AI score0.00922EPSS
SaveExploits13References1252
NVD
NVD
added 2024/06/20 11:15 a.m.28 views

CVE-2022-48714

In the Linux kernel, the following vulnerability has been resolved: bpf: Use VMMAP instead of VMALLOC for ringbuf After commit 2fd3fb0be1d1 "kasan, vmalloc: unpoison VMALLOC pages after mapping", non-VMALLOC mappings will be marked as accessible in getvmareanode when KASAN is enabled. But now the...

7.1CVSS0.00238EPSS
SaveExploits0References4
Rows per page
Query Builder