Skip to content
KitploitKITPLOIT
ToolsExploitsBlog
Log in
Submit
ToolsExploitsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-31787 — Linux kernel double free in Xen privcmd driver | Kitploit
Tools/GitHubGitHub/0xatharv/cve-2026-31787
Vulnerability AnalysisExploitationPapers & ResearchLearning & EducationCurated Resources
GitHub0xatharv/cve-2026-31787

CVE-2026-31787

Linux kernel double free in Xen privcmd driver

View Repository
1221 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

XSA-487 / CVE-2026-31787

Linux kernel double free in Xen privcmd driver

A double free of kernel memory in the Linux kernel's Xen privcmd driver allows circumvention of kernel lockdown (secure boot). Exploitation requires root-level access, which limits the broader security implications.

Download Tool
AdvisoryXSA-487
CVECVE-2026-31787
ComponentLinux kernel — Xen privcmd driver
Public release2026-04-28
Discovered byAtharva Vartak (@0xAth4rv)

This repository contains the advisory only — it is a public record of the issue. It does not contain, and will not contain, exploit code.

Issue description

The Linux kernel's privcmd driver contains a vulnerability allowing circumvention of kernel lockdown (secure boot) through a double free of kernel memory. Because triggering the flaw requires root-level access, the practical security impact is limited.

Impact

An administrator of a domain booted in secure mode is able to perform actions on the kernel which should not be possible in secure mode.

Vulnerable systems

  • Linux PVH or HVM domains (x86 or Arm) running kernel 3.8 or later.
  • Linux PV domains are not affected.
  • Non-Linux domains are not affected.

Mitigation

There is no mitigation available; the fix must be applied via the patch below.

Resolution

Applying the appropriate patch resolves this issue.

FileSHA256
xsa487-linux.patchfc7ccf9697203c14ced4364d70175b463b08a17a7559fd8654a12b623b54e5bb

Credits

This issue was discovered by Atharva Vartak (@0xAth4rv).

References

  • Xen Security Advisory: https://xenbits.xen.org/xsa/advisory-487.html
  • CVE record: https://nvd.nist.gov/vuln/detail/CVE-2026-31787