Replies: 2 comments
-
|
Hi
One solution is to:
Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It's not prebuilt in my case. Also, if I delete the .ko file it prevents the loading. At this moment I'm using kernel 6.6.114.1-microsoft-standard-WSL2. I hope it's not the antivirus messing around. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about this vulnerability. My actual concern is that the standard mitigation does not work for me.
I have tried this as root, then rebooted WSL, but I can still successfully exploit it again.
echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.confMore specifically, manually loading the module is prevented (
modprobe algif_aead), but the infamous python code is able to load it. I guess the only workaround is to delete the .ko file.Does anyone know why is this?
Beta Was this translation helpful? Give feedback.
All reactions