CVE-2026-43045
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2026
Last modified:
08/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mshv: Fix error handling in mshv_region_pin<br />
<br />
The current error handling has two issues:<br />
<br />
First, pin_user_pages_fast() can return a short pin count (less than<br />
requested but greater than zero) when it cannot pin all requested pages.<br />
This is treated as success, leading to partially pinned regions being<br />
used, which causes memory corruption.<br />
<br />
Second, when an error occurs mid-loop, already pinned pages from the<br />
current batch are not properly accounted for before calling<br />
mshv_region_invalidate_pages(), causing a page reference leak.<br />
<br />
Treat short pins as errors and fix partial batch accounting before<br />
cleanup.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.15 (including) | 6.19.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



