Live data from Hacker News

New Linux udisks flaw lets attackers get root on major Linux distros

bleepingcomputer.com

31–40 of 287 posts

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#31

It's pretty old and only affects openSUSE, the title is extremely misleading

> The Qualys Threat Research Unit (TRU), which discovered and reported both flaws, has also developed proof-of-concept exploits and successfully targeted CVE-2025-6019 to get root privileges on Ubuntu, Debian, Fedora, and openSUSE Leap 15 systems.

https://cdn2.qualys.com/2025/06/17/suse15-pam-udisks-lpe.txt

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#32
post #2

As someone who has been using linux quite happily on the desktop for more than 20 years now, I have to say it remains an eternal experiment, feature wise as well as security wise.

Software is rarely "done", so is quite naturally always an evolving experiment of sorts.

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#33
post #27

Earlier quoted context omitted.

What especially feels like an experiment is container technology.

how much harder is container escaping compared to vm escaping? i understand that containers are not truly meant to be security boundaries but they are often thought of and even used as such.

> how much harder is container escaping compared to vm escaping?

The answer heavily depends on your configuration. Unprivileged with a spartan syscall filter and a security profile is very different than privileged with the GPU bindmounted in (the latter amounts to a chroot and a separate user account).

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#34
post #3

Earlier quoted context omitted.

If you think Linux is an experiment, you should see the other OSes.

I'm pretty sure, that the BSD family is pretty mature and secure. Linux is just good enough for most people.

>is pretty mature and secure

They are still missing something like capability based security like iOS and Android have where apps have to be granted access to use things like files or the camera. It may have been considered secure a couple decades ago, but they have fallen behind the competiton.

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#36

Earlier quoted context omitted.

how much harder is container escaping compared to vm escaping? i understand that containers are not truly meant to be security boundaries but they are often thought of and even used as such.

> how much harder is container escaping compared to vm escaping? The answer heavily depends on your configuration. Unprivileged with a spartan syscall filter and a security profile is very different than privileged with the GPU bindmounted in (the latter amounts to a chroot and a separate user account).

Hence if I ever get money for an infrastructure pentest, I want to include a scenario that scares me a bit: The hijacked application server. The pentesters give me a container with whatever tooling they want and a reverse shell and that gets deployed in the dev-infrastructure, once privileged and once unprivileged, both with a few secrets an application server would have. I'd just reuse a deployment config from some job. And then have at it.

And yes, this will most likely be a mess.

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#37

Earlier quoted context omitted.

That's certainly an interesting standpoint. I use both privately and professionally and while I accept that security-wise (even with selinux) they feel lacking , feature-wise they far exceed Windows I use as my other is except in gaming experience. I wish I had something like GrapheneOS on desktops (yes I know about Qubes)

> I wish I had something like GrapheneOS on desktops (yes I know about Qubes) SecureBlue and Kicksecure are the closest equivalents.

What's their selling point compared ro Qubes?

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#38

Earlier quoted context omitted.

I'm pretty sure, that the BSD family is pretty mature and secure. Linux is just good enough for most people.

>is pretty mature and secure They are still missing something like capability based security like iOS and Android have where apps have to be granted access to use things like files or the camera. It may have been considered secure a couple decades ago, but they have fallen behind the competiton.

> They are still missing something like capability based security

...like Capsicum?

https://wiki.freebsd.org/Capsicum

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#39
post #3

Earlier quoted context omitted.

If you think Linux is an experiment, you should see the other OSes.

I'm pretty sure, that the BSD family is pretty mature and secure. Linux is just good enough for most people.

A big part of the difference is that the BSDs are designed by a governing committee. They usually don't have 15 different solutions for the same problem, but instead 2-3 solutions that work well.

Take filesystems, the official filesystems are UFS(1/2) and ZFS. They have GEOM as LVM and LUKS and more.

That being said, the majority of money and development goes into Linux, which by itself may make it a better system (eventually).

Edit: Of course UFS is not deprecated.

Re: New Linux udisks flaw lets attackers get root on major Linux distros

#40

Earlier quoted context omitted.

I'm pretty sure, that the BSD family is pretty mature and secure. Linux is just good enough for most people.

>is pretty mature and secure They are still missing something like capability based security like iOS and Android have where apps have to be granted access to use things like files or the camera. It may have been considered secure a couple decades ago, but they have fallen behind the competiton.

You can use Jails and limit access to hardware resources for each jail. Still not as dynamic, but will get the job done.
Post reply on HN