Lucene search
+L

40 matches found

Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.33 views

CVE-2026-43045

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix error handling in mshvregionpin The current error handling has two issues: First, pinuserpagesfast can return a short pin count less than requested but greater than zero when it cannot pin all requested pages. This is...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.5 views

CVE-2026-43045

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix error handling in mshvregionpin The current error handling has two issues: First, pinuserpagesfast can return a short pin count less than requested but greater than zero when it cannot pin all requested pages. This is...

5.8AI score0.001EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/01 12:00 a.m.17 views

PT-2026-36462

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the mshv region pin function regarding error handling. First, the pin user pages fast function may return a short pin count greater than zero but less than requested...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/04/07 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-23432

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: mshv: Fix use-after-free in mshvmapusermemory error path In the error path of...

7.8CVSS6.3AI score0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/03 6:31 p.m.8 views

EUVD-2026-18669

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshvmapusermemory error path In the error path of mshvmapusermemory, calling vfree directly on the region leaves the MMU notifier registered. When userspace later unmaps the memory, the notifier fires...

5.7AI score0.0012EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/03 5:10 p.m.6 views

CVE-2026-23432

A flaw was found in the Linux kernel's mshv component. A local user could exploit a use-after-free vulnerability by unmapping memory after a specific error path in the mshvmapusermemory function. This can cause a system crash kernel panic due to the system attempting to access freed memory...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.7 views

CVE-2026-23432

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshvmapusermemory error path In the error path of mshvmapusermemory, calling vfree directly on the region leaves the MMU notifier registered. When userspace later unmaps the memory, the notifier fires...

7.8CVSS0.0012EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.9 views

CVE-2026-23432

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshvmapusermemory error path In the error path of mshvmapusermemory, calling vfree directly on the region leaves the MMU notifier registered. When userspace later unmaps the memory, the notifier fires...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/03 4:16 p.m.14 views

UBUNTU-CVE-2026-23432

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshvmapusermemory error path In the error path of mshvmapusermemory, calling vfree directly on the region leaves the MMU notifier registered. When userspace later unmaps the memory, the notifier fires...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/04/03 3:15 p.m.22 views

CVE-2026-23432

CVE-2026-23432 : In the Linux kernel mshv component, there is a use-after-free in the error path of mshv_map_user_memory . The problem occurs when, in the error path, the code calls vfree() directly on a region while the MMU notifier remains registered; if userspace later unmaps that memory, the ...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:15 p.m.10 views

CVE-2026-23432

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshvmapusermemory error path In the error path of mshvmapusermemory, calling vfree directly on the region leaves the MMU notifier registered. When userspace later unmaps the memory, the notifier fires...

5.7AI score0.0012EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/04/03 3:15 p.m.9 views

CVE-2026-23432 mshv: Fix use-after-free in mshv_map_user_memory error path

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshvmapusermemory error path In the error path of mshvmapusermemory, calling vfree directly on the region leaves the MMU notifier registered. When userspace later unmaps the memory, the notifier fires...

7.8CVSS6.5AI score
SaveExploits0References5
CNNVD
CNNVD
added 2026/04/03 12:00 a.m.13 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure of the mshvmapusermemory function to unregister the MMU notifier, allowing for reuse...

7.8CVSS7AI score0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/24 1:16 p.m.21 views

CVE-2025-68743

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix create memory region overlap check The current check is incorrect; it only checks if the beginning or end of a region is within an existing region. This doesn't account for userspace specifying a region that begins befo...

0.0018EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2025-68743

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix create memory region overlap check The current check is incorrect; it only checks if the beginning or end of a region is within an existing region. This doesn't account for userspace specifying a region that begins befo...

5.4AI score0.0018EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/24 1:16 p.m.14 views

UBUNTU-CVE-2025-68743

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix create memory region overlap check The current check is incorrect; it only checks if the beginning or end of a region is within an existing region. This doesn't account for userspace specifying a region that begins befo...

5.7AI score0.0018EPSS
SaveExploits0References11
CVE
CVE
added 2025/12/24 12:09 p.m.34 views

CVE-2025-68743

The CVE-2025-68743 entry concerns the Linux kernel: the mshv memory-region creation check was incorrect and could mis-handle regions that start before and end after existing regions. The fix replaces the flawed beginning/end overlap checks with a proper range intersection check against gfns and u...

6.1AI score0.0018EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 12:09 p.m.6 views

CVE-2025-68743 mshv: Fix create memory region overlap check

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix create memory region overlap check The current check is incorrect; it only checks if the beginning or end of a region is within an existing region. This doesn't account for userspace specifying a region that begins befo...

6.4AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68743

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mshv: Fix create memory region overlap check The current check is incorrect; it only checks if the beginning or end of a region is within an existing region. Th...

5.5AI score0.0018EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.6 views

PT-2025-53009

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description The Linux kernel contains a flaw in the memory region overlap check within the mshv subsystem. The existing check incorrectly assesses overlaps, only verifying if the start or end of a...

6.4AI score0.0018EPSS
SaveExploits0
Rows per page
Query Builder