This is very similar in root cause and exploitation to Copy Fail. Which illustrates pretty well something that's lost when relying heavily on LLMs to do work for you: exploration. I find that doing vulnerability research using AI really hinders my creativity. When your workflow consists of asking questions and getting answers immediately, you don't get to see what's nearby. It's like a genie - you get exactly what yo…
Dirty Frag: Universal Linux LPE
31–40 of 370 posts
Re: Dirty Frag: Universal Linux LPE
#32This is very similar in root cause and exploitation to Copy Fail. Which illustrates pretty well something that's lost when relying heavily on LLMs to do work for you: exploration. I find that doing vulnerability research using AI really hinders my creativity. When your workflow consists of asking questions and getting answers immediately, you don't get to see what's nearby. It's like a genie - you get exactly what yo…
These are all page cache poisoning attacks (dirtyfrag, copyfail, dirtypipe). Maybe the page cache should have defense-in-depth measures for SUID binaries?
If there's a root cronjob that runs a world readable binary, you could modify it in the page cache and exploit it that way.
Modifying the page cache is a really strong primitive with countless ways to exploit it.
Re: Dirty Frag: Universal Linux LPE
#33- esp4 (kernel config "CONFIG_AF_RXRPC")
- esp6 (kernel config "CONFIG_INET_ESP")
- rxrpc (kernel config "CONFIG_INET6_ESP")
Is this correct?
Re: Dirty Frag: Universal Linux LPE
#34Re: Dirty Frag: Universal Linux LPE
#35Re: Dirty Frag: Universal Linux LPE
#36Linux is a single user system and should be treated as such. Run your services as root. Don't rely on unix user primitives for security.
That said, running every process in its own micro VM is looking more attractive by the minute.
Re: Dirty Frag: Universal Linux LPE
#37Linux is a single user system and should be treated as such. Run your services as root. Don't rely on unix user primitives for security.
Re: Dirty Frag: Universal Linux LPE
#38I'm curious what broke the embargo. Did it leak or did a third party find it independently?
it was published publicly by an unrelated third party
Re: Dirty Frag: Universal Linux LPE
#39[flagged]
you think the reporters and the distribution maintainers colluded to... get 5 minutes of attention?
that would be exceptionally stupid of the distribution maintainers and destroy all trust.
Re: Dirty Frag: Universal Linux LPE
#40This is very similar in root cause and exploitation to Copy Fail. Which illustrates pretty well something that's lost when relying heavily on LLMs to do work for you: exploration. I find that doing vulnerability research using AI really hinders my creativity. When your workflow consists of asking questions and getting answers immediately, you don't get to see what's nearby. It's like a genie - you get exactly what yo…