CVE-2026-43096
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/05/2026
Last modified:
19/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mshv: Fix infinite fault loop on permission-denied GPA intercepts<br />
<br />
Prevent infinite fault loops when guests access memory regions without<br />
proper permissions. Currently, mshv_handle_gpa_intercept() attempts to<br />
remap pages for all faults on movable memory regions, regardless of<br />
whether the access type is permitted. When a guest writes to a read-only<br />
region, the remap succeeds but the region remains read-only, causing<br />
immediate re-fault and spinning the vCPU indefinitely.<br />
<br />
Validate intercept access type against region permissions before<br />
attempting remaps. Reject writes to non-writable regions and executes to<br />
non-executable regions early, returning false to let the VMM handle the<br />
intercept appropriately.<br />
<br />
This also closes a potential DoS vector where malicious guests could<br />
intentionally trigger these fault loops to consume host resources.
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.19 (including) | 6.19.14 (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:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



