CVE-2026-52959
Last modified
CVE-2026-52959 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: virt: sev-guest: Do not use host-controlled page order in cleanup path When issuing an extended guest request (SVM_VMGEXIT_EXT_GUEST_REQUEST), get_ext_report() allocates a buffer to retrieve a certificate blob from the host, keeping track of its size in report_req->certs_len. However, the host may return SNP_GUEST_VMM_ERR_INVALID_LEN, indicating an invalid buffer size, as well as the expected length of such buffer. get_ext_report() subsequently updates report_req->certs_len with the host-controlled value, and cleans up the buffer by computing a page order from such value. This is incorrect, as the host-provided length may not match the page order of the original allocation, potentially resulting in corruption in the page allocator. Fix this by using alloc_pages_exact() instead, and reusing @npages to compute the size passed to free_pages_exact(). EPSS estimates a 0.09% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: virt: sev-guest: Do not use host-controlled page order in cleanup path When issuing an extended guest request (SVM_VMGEXIT_EXT_GUEST_REQUEST), get_ext_report() allocates a buffer to retrieve a certificate blob from the host, keeping track of its size in report_req->certs_len. However, the host may return SNP_GUEST_VMM_ERR_INVALID_LEN, indicating an invalid buffer size, as well as the expected length of such buffer. get_ext_report() subsequently updates report_req->certs_len with the host-controlled value, and cleans up the buffer by computing a page order from such value. This is incorrect, as the host-provided length may not match the page order of the original allocation, potentially resulting in corruption in the page allocator. Fix this by using alloc_pages_exact() instead, and reusing @npages to compute the size passed to free_pages_exact(). For consistency, also use @npages to compute the size when allocating the pages, even though this last change has no functional effect.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.13.8, < 6.14 | — |
| Linux | Linux Kernel | >= 6.14.1, < 6.18.33 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 | — |
| Linux | Linux Kernel | 6.14 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52959?
How severe is CVE-2026-52959?
How do I fix CVE-2026-52959?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52953In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-52954In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52955In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52956In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52957In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52958In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-5296GitLab has remediated an issue in GitLab EE affecting all ve…4.3
- CVE-2026-52960In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52961In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52962In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52963In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52964In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-52959?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
