MXBoot & MX Package Installer are not working

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
Huckleberry Finn

Re: MXBoot & MX Package Installer are not working

#11 Post by Huckleberry Finn »

Code: Select all

sudo apt update ; sudo apt reinstall mx-tools -y

OskarMX
Posts: 6
Joined: Thu Nov 11, 2021 4:31 am

Re: MXBoot & MX Package Installer are not working

#12 Post by OskarMX »

Huckleberry Finn wrote: Wed Mar 08, 2023 9:10 am Ok, then something's missing/broken regarding permissions/ownerships.
OK I think that I have identified the problem, thanks to your comments.... Few weeks ago I modified the pkexec permissions to 0755, in order to close the door to an active Exploit (Exploit CVE-2021-4034), and that has also messed up my system. Obvious I suppose. ;)

Do you know what the usual (previous) pkexec permissions should be? 9_9 I've tried Chmod 755 but is not working either....

Thanks in advance.

Huckleberry Finn

Re: MXBoot & MX Package Installer are not working

#13 Post by Huckleberry Finn »

OskarMX wrote: Wed Mar 08, 2023 10:46 am... modified the pkexec permissions to 0755...
Ok, but how did you do that or what (and where) did you do exactly?

In all cases you can (furthermore: do) apply the above command.

User avatar
fehlix
Developer
Posts: 12916
Joined: Wed Apr 11, 2018 5:09 pm

Re: MXBoot & MX Package Installer are not working

#14 Post by fehlix »

OskarMX wrote: Wed Mar 08, 2023 10:46 am Do you know what the usual (previous) pkexec permissions should be? 9_9 I've tried Chmod 755 but is not working either....
You have removed the set-uid-bit and by this fixed the exploit by making pkexec not working as intended
To give it back this missing bit try:

Code: Select all

sudo chmod 4755 /usr/bin/pkexec

Post Reply

Return to “MX Help”