Local root vulnerability in snap-confine
Local root vulnerability in snap-confine
Posted Feb 17, 2022 20:21 UTC (Thu) by jra (subscriber, #55261)In reply to: Local root vulnerability in snap-confine by Cyberax
Parent article: Local root vulnerability in snap-confine
Symlinks are the most common security problem with Linux applications. I agree the POSIX filesystem API is a horrible mess, but it's symlinks that have made it so. The worst part of it is that what you're calling the "POSIX API" is actually the thin layer on top of the Linux system call interface (which because of symlinks is also a horrible mess).
Banning symlinks would remove a large number (I did the stats for my SambaXP talk) of security holes in applications on Linux. Think of the ones we've yet to find.
