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
Tools/GitHubGitHub/sudoytang/copyfail-arm64
Privilege EscalationVulnerability AnalysisExploitationReverse EngineeringShellcodePapers & ResearchLearning & EducationBinary Exploitation
GitHubsudoytang/copyfail-arm64

copyfail-arm64

Analysis and ARM64 reproduction of Copy Fail (CVE-2026-31431)

View Repository
384 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

Copy Fail ARM64 Research (CVE-2026-31431)

Analysis and ARM64 reproduction of the Copy Fail Linux kernel privilege escalation vulnerability (CVE-2026-31431), originally disclosed by Xint.

Blog post: docs/post.md

What's Included

FileDescription
docs/post.mdBlog post covering the vulnerability analysis and ARM64 porting process
src/copy_fail_exp.pyOriginal x86-64 PoC from Xint/Theori
src/copy_fail_exp_readable.pyDeobfuscated version of the above with comments and proper variable names
src/shellcode_analysis.pyScript to parse the payload ELF with lief and disassemble with capstone
arm64_syscall/call.sARM64 assembly for the shellcode (setuid + execve + exit)

What's Excluded

The following files are not included in this repository. They constitute the complete ARM64 exploit build chain and are withheld to avoid lowering the barrier for misuse. (Private gist)

  • ARM64 minimal ELF builder
  • Shellcode compression/hex extraction tool
  • Compiled ARM64 binary
  • Complete ARM64 exploit script with embedded payload

The blog post describes the construction approach in enough detail for a motivated researcher to reproduce the work independently.

Disclaimer

This repository is for educational and authorized security research only. Do not use any of this material on systems without explicit authorization.

Download Tool