## https://sploitus.com/exploit?id=655B2685-E857-5D4D-9A9B-F5DA95B5FD34
# CVE-2026-31431 Copy Fail
A pre-compiled exploit for CVE-2026-31431 (Copy Fail). The original source code comes from [tgies/copy-fail-c](https://github.com/tgies/copy-fail-c); the i386 (x86_32) build target has been added. Vulnerability discovery and original PoC provided by [theori-io/copy-fail-CVE-2026-31431](https://github.com/theori-io/copy-fail-CVE-2026-31431). Detailed analysis: [copy.fail](https://copy.fail/). ## Compilation
```bash
make # glibc static build
make zig-musl-static ZIG_TARGET=x86_64-linux-musl # musl static build
```
## Download
Download pre-built binaries from [Releases](../../releases). Supported architectures:
x86_64, i386, aarch64, armv7, riscv64, ppc64le, s390x
## License
LGPL-2.1-or-later OR MIT