Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions files/common/etc/modprobe.d/dirty-frag.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Disable esp4, esp6, rxrpc modules due to CVE-2026-43500 (dirty frag)
# This will likely be re-enabled in a subsequent update once an updated
# kernel has been deployed.
# Blacklisting the module isn't sufficient, we need to do as below:
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
Loading