Mitigate the dirtyfrag exploit on runnerhost VMs #567

Closed
opened 2026-05-11 13:07:00 +00:00 by lenkaseg · 0 comments
Member

Summary

Check if the affected modules are present on runnerhost vms and prevent them from getting installed

Details

  • Check if the affected modules are present: lsmod | grep -E 'esp4|esp6|rxrpc' => they were not

  • Prevent them from getting installed in the future: 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; echo 3 > /proc/sys/vm/drop_caches; true"

  • staging runnerhost-vm

  • production runnerhost-vm

  • aws arm64 runnerhost

### Summary Check if the affected modules are present on runnerhost vms and prevent them from getting installed ### Details - Check if the affected modules are present: `lsmod | grep -E 'esp4|esp6|rxrpc'` => they were not - Prevent them from getting installed in the future: `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; echo 3 > /proc/sys/vm/drop_caches; true"` - [x] staging runnerhost-vm - [x] production runnerhost-vm - [x] aws arm64 runnerhost
lenkaseg added this to the Sprint 20 project 2026-05-11 13:07:23 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forge/forge#567
No description provided.