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
CVE-2026-31431-copyfail-rs — Pure Rust proof-of-concept for CVE-2026-31431, targeting Linux x86_64 kernels with AF_ALG AEAD support. Static musl build, no runtime dependencies, for authorized security research. | Kitploit
Tools/GitHubGitHub/kanbaraakihito/cve-2026-31431-copyfail-rs
Exploit FrameworksVulnerability AnalysisExploitationBinary Exploitation
GitHubkanbaraakihito/cve-2026-31431-copyfail-rs

CVE-2026-31431-copyfail-rs

Pure Rust proof-of-concept for CVE-2026-31431, targeting Linux x86_64 kernels with AF_ALG AEAD support. Static musl build, no runtime dependencies, for authorized security research.

View Repository
43 months 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

CVE-2026-31431 CopyFail

CVE-2026-31431 POC. Pure Rust implementation, no runtime dependencies.

Applicable Targets

Linux x86_64 kernels with CONFIG_CRYPTO_USER_API_AEAD=y (AF_ALG AEAD support) enabled and the algif_aead module loadable.

Usage

root@kitploit:~
./CVE-2026-31431-copyfail-rs

screenshot

Dependencies

  • Build time: libc + flate2 (pure Rust zlib backend, no C compiler required).
  • Runtime: none — statically linked via musl.
  • File Structure

    root@kitploit:~
    CVE-2026-31431-copyfail-rs/
    ├── Cargo.toml      
    ├── build.sh        
    ├── .cargo/
    │   └── config.toml 
    ├── src/main.rs     
    └── README.md
    

    Disclaimer

    This tool is intended for security research and authorized testing only. Explicit written authorization from the target system owner must be obtained before use. Users are responsible for complying with applicable local laws and regulations. The author assumes no liability for any unauthorized, illegal, or unethical use.

    If you discover related vulnerabilities, please follow responsible disclosure practices and report them promptly to the vendor or relevant security organizations.

    Download Tool