Skip to content

adysec/cve-2026-31431

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cve-2026-31431

732 Bytes to Root on Every Major Linux Distribution

A minimal exploit for Linux authencesn + AF_ALG + splice() page cache write.

编译

本项目使用 Rust 和 Cargo,生成 release 版本:

rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl

如果尚未安装 musl 工具链,可能还需要安装系统的 musl-toolsmusl-gcc

注意

  • 该程序会尝试打开 /usr/bin/su 并利用 CVE-2026-31431 的触发路径。
  • 运行时需要合适的平台和权限。

About

CVE-2026-31431: Copy Fail | A minimal exploit for Linux authencesn + AF_ALG + splice() page cache write.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages