You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Single static `no_std` Rust binary. ~108 KB stripped musl on x86_64.
8
8
9
9
### Exploit (`--mode exploit`)
10
10
11
-
-`pam` (NEW — first public PoC for this surface): single 4-byte killshot on `/etc/pam.d/common-auth` (Debian/Ubuntu) or `system-auth` (Fedora/RHEL/Arch). Comments out `pam_deny.so` so the auth chain falls through `pam_unix` → `pam_permit.so`. Sudo with any password = root.
11
+
-`pam` (NEW, first public PoC for this surface): single 4-byte killshot on `/etc/pam.d/common-auth` (Debian/Ubuntu) or `system-auth` (Fedora/RHEL/Arch). Comments out `pam_deny.so` so the auth chain falls through `pam_unix` → `pam_permit.so`. Sudo with any password = root.
12
12
-`su`: setuid binary text-section mutation in `/usr/bin/su`. `execve()` runs operator-supplied shellcode as root.
13
13
-`passwd`: UID flip in `/etc/passwd`. Subsequent `su <user>` or login = root.
14
14
-`--vector auto` (default): ranks `pam > su > passwd` by stealth, picks the highest applicable.
@@ -29,11 +29,11 @@ This is the **only public tool that catches CopyFail tampering**. Mainstream FIM
29
29
30
30
### Detection artifacts (`detection/`)
31
31
32
-
-`sigma/copyfail-af-alg.yml` — Sigma rule, AF_ALG SOCK_SEQPACKET creation by non-root.
0 commit comments