In all distributions since 2017, it allows evasion of a 732-byte container. Primitive Xint code was detected.

I would like to hear comments from the SpacemiT developers, specifically the 6.6.63 kernel, on this issue.

$ locate algif_aead
/usr/lib/modules/6.6.63/kernel/crypto/algif_aead.ko
/usr/lib/modules/6.6.77/kernel/crypto/algif_aead.ko //my kernel rebuild also contains it

Perhaps this isn’t that critical, and I could be wrong, of course, but in my opinion, this hole should be closed.

…and then—silence…

Anyway, here is what I’ve done so far:
sudo bash -c ‘echo “blacklist algif_aead” >> /etc/modprobe.d/blacklist.conf’
sudo bash -c ‘echo “blacklist af_alg” >> /etc/modprobe.d/blacklist.conf’
sudo bash -c ‘echo “install algif_aead /bin/true” >> /etc/modprobe.d/blacklist.conf’
sudo bash -c ‘echo “install af_alg /bin/true” >> /etc/modprobe.d/blacklist.conf’