Skip to main content

Dirty Frag: Universal Linux LPE和 Copy Fail 类似,绝大多数发行版可一键提权禁用 esp4、esp6、rxrpc 可以缓解sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; true"

  1. Dirty Frag: Universal Linux LPE
    和 Copy Fail 类似,绝大多数发行版可一键提权

    禁用 esp4、esp6、rxrpc 可以缓解
    sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; true"


    https://dirtyfrag.io/
    https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=f4c50a4034e62ab75f1d5cdd191dd5f9c77fdff4
    https://lore.kernel.org/all/afKV2zGR6rrelPC7@v4bel/
    exp: https://github.com/V4bel/dirtyfrag/blob/master/exp.c
OKHK