Page 1 of 1

Major Linux security hole gapes open

Posted: Wed Nov 16, 2016 8:13 am
by RealBlackStuff

Re: Major Linux security hole gapes open

Posted: Sun Nov 27, 2016 10:59 pm
by jdk
That unencrypted /boot partition rears its ugly head again.

Last year you just had to hit backspace exactly 28 times and it would drop you to a shell.

Sometimes I wonder if these backdoors to /boot are intentional.

Re: Major Linux security hole gapes open

Posted: Mon Nov 28, 2016 3:12 pm
by ZaZ
jdk wrote:Sometimes I wonder if these backdoors to /boot are intentional.
You've got to remember the number of people writing the code is dwarfed by the number of people looking for vulnerabilities.

Re: Major Linux security hole gapes open

Posted: Mon Nov 28, 2016 5:27 pm
by evening_hunger
I might be wrong but I think if you have entire filesystem encrypted, having acces to /boot (even root acces) doesn't give you any way to get to files. Not even root can decrypt without the key/password, which is not hashed anywhere.

Re: Major Linux security hole gapes open

Posted: Tue Nov 29, 2016 7:08 am
by jdk
evening_hunger wrote:I might be wrong but I think if you have entire filesystem encrypted, having acces to /boot (even root acces) doesn't give you any way to get to files. Not even root can decrypt without the key/password, which is not hashed anywhere.
Yeah, true FDE has been possible for at least 2 years with grub2, but none of the installers have been updated to make it easy to set up.

With OpenBSD, it's literally one bioctl command prior to installation.

Re: Major Linux security hole gapes open

Posted: Tue Nov 29, 2016 11:23 am
by evening_hunger
I consider myself relatively dumb, but was able to do this when installing my Debian 2 years ago. So not that tragic after all:)

Re: Major Linux security hole gapes open

Posted: Fri Dec 02, 2016 5:06 am
by jaspen-meyer
ZaZ wrote:
jdk wrote:Sometimes I wonder if these backdoors to /boot are intentional.
You've got to remember the number of people writing the code is dwarfed by the number of people looking for vulnerabilities.
It's much easier to hide the treasure chest than than to find it.