Damus
Alba ๐ŸŒธ :v_pat: profile picture
Alba ๐ŸŒธ :v_pat:
@Alba ๐ŸŒธ :v_pat:
I've seen several people making that mistake now... do NOT test for copy.fail by looking at the loaded modules. Linux has a hotplug mechanism that will often load the module on demand. a reliable preliminary test is creating an AF_ALG socket of the required type:

python -c 'import socket; socket.socket(38,5,0).bind(("aead","authencesn(hmac(sha256),cbc(aes))"))'


if this fails, you're most likely not vulnerable
2
Alba ๐ŸŒธ :v_pat: · 5w
(if it succeeds without output, you are probably vulnerable if your kernel isn't patched)
zvavybir :palestina: :FediPact: :masked: :Green: · 5w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqxxt83adj3l3grgwtz9dkxfwvun97hz0mguc3rpe23kkdc46etcgqyn4fmn > bash: python: command not found It failed, so I'm not vulnerable, right? /s