MCPcopy Create free account
hub / github.com/Sndav/CVE-2026-31431-Advanced-Exploit / PageCacheWriter

Class PageCacheWriter

exploit.py:153–232  ·  view source on GitHub ↗

Arbitrary page-cache write primitive for any readable file. Usage: with PageCacheWriter("/usr/bin/su") as w: w.write(0x1040, b"\\x31\\xc0\\x48\\x89\\xc7...") w.write(0x2000, b"any length data here") Constraints: - File must be readable (open wit

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

escalate_passwdFunction · 0.85
cmd_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected