Files
CVEs-PoC/2022/CVE-2022-1158.md
T
2025-09-29 21:09:30 +02:00

838 B

CVE-2022-1158

Description

A flaw was found in KVM. When updating a guest's page table entry, vm_pgoff was improperly used as the offset to get the page's pfn. As vaddr and vm_pgoff are controllable by user-mode processes, this flaw allows unprivileged local users on the host to write outside the userspace region and potentially corrupt the kernel, resulting in a denial of service condition.

POC

Reference

No PoCs from references.

Github