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
PoC-CVE-2026-46331 — Pedit COW – Linux Kernel Local Privilege Escalation (CVE-2026-46331) | Kitploit
Tools/GitHubGitHub/cherrycherrymay/poc-cve-2026-46331
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubcherrycherrymay/poc-cve-2026-46331

PoC-CVE-2026-46331

Pedit COW – Linux Kernel Local Privilege Escalation (CVE-2026-46331)

View Repository
21 month 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

This repository contains a proof-of-concept (PoC) exploit for CVE-2026-46331, a Linux kernel local privilege escalation vulnerability in the traffic-control subsystem.

Vulnerability Summary

The flaw exists in the act_pedit packet-editing action, where the kernel may calculate the copy-on-write writable range incorrectly before all runtime packet offsets are fully known. Under the right local conditions, this can allow writes into shared page cache memory.

Impact

An unprivileged local user can abuse this behavior to poison the in-memory cached copy of a setuid-root binary such as /bin/su.

The original file on disk is not modified, so file-integrity checks may still look clean. Executing the cached binary can result in a root shell.

Affected Systems

This issue affects Linux systems where:

The vulnerable kernel code is present, and Local users can access the required namespace and traffic-control functionality.

Fixed versions vary by distribution.

Resources

NVD – CVE-2026-46331 TuxCare: pedit COW Analysis Public PoC: packet_edit_meme

Download Tool