HOMEVULNERABILITIESCVE-2026-43096
NONE

CVE-2026-43096

Published: May 6, 2026· Updated: May 6, 2026

EPSS:0.01%probability of exploitation in 30 daysPercentile:3.2th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

mshv: Fix infinite fault loop on permission-denied GPA intercepts

Prevent infinite fault loops when guests access memory regions without

proper permissions. Currently, mshv_handle_gpa_intercept() attempts to

remap pages for all faults on movable memory regions, regardless of

whether the access type is permitted. When a guest writes to a read-only

region, the remap succeeds but the region remains read-only, causing

immediate re-fault and spinning the vCPU indefinitely.

Validate intercept access type against region permissions before

attempting remaps. Reject writes to non-writable regions and executes to

non-executable regions early, returning false to let the VMM handle the

intercept appropriately.

This also closes a potential DoS vector where malicious guests could

intentionally trigger these fault loops to consume host resources.

NVD Source

Technical Analysis

CVE-2026-43096 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2026-43096
SeverityNONE
CISA KEVNo
EPSS (30d)0.01%
PublishedMay 6, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43096 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.