It seems debian testing and unstable are still vulnerable: https://security-tracker.debian.org/tracker/CVE-2019-3462
https://packages.qa.debian.org/a/apt/news/20190122T190408Z.h...
81–90 of 166 posts
It seems debian testing and unstable are still vulnerable: https://security-tracker.debian.org/tracker/CVE-2019-3462
https://packages.qa.debian.org/a/apt/news/20190122T190408Z.h...
Earlier quoted context omitted.
HTTPS: A malicious mirror operator can pwn you. HTTP: Everyone can pwn you. Not saying the first one is ideal, but the second one is definitely worse.
With HTTP an attacker still has to MITM the connection between you and the mirror operator. So, definitely not "everyone".
Earlier quoted context omitted.
He never explains why he wants to use HTTP, it’s only about why he thinks HTTPS isn’t nesscary.
Some country's firewalls distrupt https, which makes downloading things via https difficult.
Hmm, it's almost as if the author of https://whydoesaptnotusehttps.com/ may have overlooked a few things.
Am I crazy, or is the bigger problem here not the fact that Apt will just install whatever random package the server provides, whether your system trusts its GPG key or not? What the hell is the point of the keys if the packages are installed anyway??
More info: https://blog.packagecloud.io/eng/2014/10/28/howto-gpg-sign-v...
Earlier quoted context omitted.
The official torrent links are also distributed over insecure HTTP and are also trivially easy to MitM attack.
Ugh couldn’t they just put magnet links on their nice HTTPS site? It sounds like they just really don’t want to have to update their site when new releases come out.
Earlier quoted context omitted.
Defense in depth is a thing. SSL provides some security guarantees. Using signed package databases also provide some security guarantees. Both may overlap in what security they provide. BUT! If one fails, the other can continue to provide a subset of the previously available guarantees.
Not in the case of OpenSSL, no. (Some) OpenSSL issues, just as (some) apt issues, end with RCE. Game over. Priv-sep, correctly handling untrusted files (e.g. 1. check signature, then 2. execute whatever; not the other way round), memory-safe languages, etc. would be more welcome additions.
Hmm, it's almost as if the author of https://whydoesaptnotusehttps.com/ may have overlooked a few things.
Earlier quoted context omitted.
Not in the case of OpenSSL, no. (Some) OpenSSL issues, just as (some) apt issues, end with RCE. Game over. Priv-sep, correctly handling untrusted files (e.g. 1. check signature, then 2. execute whatever; not the other way round), memory-safe languages, etc. would be more welcome additions.
And overcoming both is much harder than overcoming either on their own.