Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
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
vulnerability-analysis- — Automated reproduction and analysis of CVE-2021-26708 — a use-after-free vulnerability in the Linux kernel's AF_VSOCK subsystem (v5.10.12). Includes PoC exploit code, KASAN runtime detection report, and the full kernel build configuration for environment replication. Built with KernJC. | Kitploit
Tools/GitHubGitHub/kungaocode/vulnerability-analysis-
Vulnerability AnalysisExploitationBinary Exploitation
GitHubkungaocode/vulnerability-analysis-

vulnerability-analysis-

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

About

Automated reproduction and analysis of CVE-2021-26708 — a use-after-free vulnerability in the Linux kernel's AF_VSOCK subsystem (v5.10.12). Includes PoC exploit code, KASAN runtime detection report, and the full kernel build configuration for environment replication. Built with KernJC.

114 days agoNot yet reviewed
Share

Linux Kernel Vulnerability Analysis: CVE-2021-26708

Overview

This repository contains a complete reproduction and analysis of CVE-2021-26708 — a use-after-free vulnerability caused by a race condition in AF_VSOCK socket operations in the Linux kernel (v5.10.12). The entire experimental environment was generated and executed using KernJC, an automated vulnerable environment generation tool for Linux kernel vulnerabilities.

Vulnerability Details

FieldValue
CVECVE-2021-26708
TypeUse-After-Free (UAF)
Root CauseRace condition in virtio_transport_notify_buffer_size() via concurrent AF_VSOCK socket operations
Kernel Version5.10.12
DetectionKASAN (Kernel Address Sanitizer) — full stack trace with allocation/free tracking
SeverityHigh (CVSS 7.0) — local privilege escalation to root

Repository Contents

Environment

All experiments were conducted within the KernJC automated environment:

References

  • Ruan et al., "KernJC: Automated Vulnerable Environment Generation for Linux Kernel Vulnerabilities", RAID 2024
  • CVE-2021-26708 — NVD
  • vsock_poc by jordan9001

License

This project is licensed under the MIT License — see LICENSE for details.

Download Tool
FileDescription
KernJC: Automated Vulnerable Environment Generation for Linux Kernel Vulnerabilities.pdfKernJC paper (Ruan et al., RAID 2024)
experiment_report.pdfFull experiment report for this CVE reproduction (7 pages)
poc.cProof-of-concept exploit triggering the race condition (source: jordan9001/vsock_poc)
kasan_report.txtKASAN use-after-free report captured during reproduction
kernel_config.txtLinux kernel .config used for the vulnerable build (5.10.12, x86_64)
ComponentVersion / Spec
Host OSUbuntu 22.04
QEMU6.2.0 with KVM + vhost-vsock
KernelLinux 5.10.12 (x86_64)
CompilerGCC 9.5.0
AutomationKernJC v0.8.3