APT vulnerability
- mmikeinsantarosa
- Developer
- Posts: 2243
- Joined: Thu May 01, 2014 10:12 am
APT vulnerability
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64
- Eadwine Rose
- Administrator
- Posts: 14470
- Joined: Wed Jul 12, 2006 2:10 am
Re: APT vulnerability
Is it this? viewtopic.php?f=97&t=48093&p=480883
MX-23.6_x64 July 31 2023 * 6.1.0-34amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
- dolphin_oracle
- Developer
- Posts: 22074
- Joined: Sun Dec 16, 2007 12:17 pm
Re: APT vulnerability
and already patched last nite I believe. You should see apt in your updates.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: APT vulnerability
I did the updates yesterday when they came through Synaptic. I wasn't then aware of the need to do
should I now remove those packages and run these codes and reinstall?
Code: Select all
apt -o Acquire::http::AllowRedirect=false update
apt -o Acquire::http::AllowRedirect=false upgrade
- dolphin_oracle
- Developer
- Posts: 22074
- Joined: Sun Dec 16, 2007 12:17 pm
Re: APT vulnerability
I think its already done.philotux wrote: Wed Jan 23, 2019 8:52 am I did the updates yesterday when they came through Synaptic. I wasn't then aware of the need to doshould I now remove those packages and run these codes and reinstall?Code: Select all
apt -o Acquire::http::AllowRedirect=false update apt -o Acquire::http::AllowRedirect=false upgrade
The suggestion from debian was to avoid man-in-the-middle attacks while doing the update. Once the update is done, you're done. The suggestion is a little cautious to do the manual disable of AllowRedirect, even if its technically a correct suggestion.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: APT vulnerability
All is well then. Thanks!
- mmikeinsantarosa
- Developer
- Posts: 2243
- Joined: Thu May 01, 2014 10:12 am
Re: APT vulnerability
thanks. I missed the other post.
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64
Re: APT vulnerability
the patch was published (in Debian) and we were able to update before the press release was made.
...
I assume MX has those updates also, but not really sure.
...
I assume MX has those updates also, but not really sure.
Peter E.
Baja California, Mexico.
Baja California, Mexico.
Re: APT vulnerability
You can't really remove and reinstall them because removing them results in the removal of most of the other package management tools too including synaptic, gdebi & aptitude which will make it difficult to reinstall things. (you might be able to reinstall the packages with dpkg)philotux wrote: Wed Jan 23, 2019 8:52 am I did the updates yesterday when they came through Synaptic. I wasn't then aware of the need to doshould I now remove those packages and run these codes and reinstall?Code: Select all
apt -o Acquire::http::AllowRedirect=false update apt -o Acquire::http::AllowRedirect=false upgrade
Re: APT vulnerability
Thank's for this! I had no idea!kmathern wrote: Wed Jan 23, 2019 9:12 am You can't really remove and reinstall them because removing them results in the removal of most of the other package management tools too including synaptic, gdebi & aptitude which will make it difficult to reinstall things. (you might be able to reinstall the packages with dpkg)