You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping to add the somewhat recent OverlayFS Bug, but am having trouble getting this working as I would expect. I think the root of the problem could just be this script doesn't do a great job with Ubuntu's crazy kernel scheme of putting the minor version after a dash.
I haven't had the time to look properly where the variables are used (and I could be out of my depth), but could it have something to do with the way the variables are assigned. There are both a short and full version of the variables in the parseUname function.
If its using $KERNEL, the regex would bypass the minor versions and provide false positives.
Linux ubuntu 5.15.0-70-generic #80~20.04.1-Ubuntu SMP Wed May 17 14:58:14 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Linux ubuntu 5.15.0-73-generic #80~20.04.1-Ubuntu SMP Wed May 17 14:58:14 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
$KERNEL for the uname's above would both be 5.15.0
If $KERNEL_ALL is used then i agree that the regex would only match 5.15.0- from 5.15.0-73-generic
It may well be barking up the wrong tree but it could be worth looking into if your up to date VM still comes back as highly probably. Hopefully its a helpful suggestion, if not - apologies! (:
I was hoping to add the somewhat recent OverlayFS Bug, but am having trouble getting this working as I would expect. I think the root of the problem could just be this script doesn't do a great job with Ubuntu's crazy kernel scheme of putting the minor version after a dash.
I added the following:
But when I run it on my updated VM, it still says highly probable. That being said a lot of other kernel checks say its vulnerable.
uname output:
Linux ubuntu 5.15.0-73-generic #80~20.04.1-Ubuntu SMP Wed May 17 14:58:14 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
LES Output:
If I change the tag so it is not Ubuntu 20.04, the exploit moves from
highly probable
toless probable
. Am I doing it correctly? I figured theWould not match my uname of 5.15.0-73-generic.
The text was updated successfully, but these errors were encountered: