This commit is contained in:
Michael Elkerton
2026-05-21 13:21:55 -06:00
parent 7e4aa40efc
commit 9cbdb03ff6
15 changed files with 4381 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Dirty Frag 2026-05-08 melkerton
- https://www.tomshardware.com/tech-industry/cyber-security/dirty-frag-exploit-gets-root-on-most-linux-machines-since-2017-no-patches-available-no-warning-given-copy-fail-like-vulnerability-had-its-embargo-broken
## Test script source
- https://github.com/V4bel/dirtyfrag
### test_dirty_frag_2026
- built on recent kernel initrd.img-6.12.85+deb13-amd64, may not exec on older systems
+2
View File
@@ -0,0 +1,2 @@
build:
gcc -O0 -Wall -o test_dirty_frag_2026 test_dirty_frag_2026.c -lutil
+4
View File
@@ -0,0 +1,4 @@
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
sudo cp dirtyfrag.conf /etc/modprobe.d/
sudo rmmod esp4 esp6 rxrpc
echo 3 | sudo tee /proc/sys/vm/drop_caches
Binary file not shown.
File diff suppressed because it is too large Load Diff