Hacker News
new
top
best
ask
show
job
My implementation of CVE-2026-31431(CopyFail) in C++, no dependency needed
(
github.com
)
2 points
by
bg_bg
3 hours ago
1 comment
bg_bg
3 hours ago
Hi, I wrote this version of CVE-2026-31431 using C++ and inline Assembly. It produces a static, monolithic executable for x86-64 Linux distributions with no dependency needed at all (libc included). Any feedback welcome.