Skip to content

Commit a28b677

Browse files
authored
Merge pull request #1105 from konstruktoid/CVE-2026-31431
disable algif_aead
2 parents c6b01c9 + 791852f commit a28b677

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ manage_users: true
450450

451451
# Misc kernel modules to block and blacklist.
452452
misc_modules_blocklist:
453+
- "algif_aead"
453454
- "bluetooth"
454455
- "bnep"
455456
- "btusb"

meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ argument_specs:
768768
description: "Misc kernel modules to block and blacklist."
769769
type: "list"
770770
elements: "str"
771-
default: "['bluetooth', 'bnep', 'btusb', 'can', 'cpia2', 'firewire-core', 'floppy', 'ksmbd', 'n_hdlc', 'net-pf-31', 'pcspkr', 'soundcore', 'thunderbolt',
771+
default: "['algif_aead', 'bluetooth', 'bnep', 'btusb', 'can', 'cpia2', 'firewire-core', 'floppy', 'ksmbd', 'n_hdlc', 'net-pf-31', 'pcspkr', 'soundcore', 'thunderbolt',
772772
'usb-midi', 'usb-storage', 'uvcvideo', 'v4l2_common']"
773773
net_modules_blocklist:
774774
description: "Network kernel modules to block and blacklist."

0 commit comments

Comments
 (0)