this post was submitted on 08 May 2025
27 points (93.5% liked)
Linux
7265 readers
322 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's been plenty of cases of a piece of software/library/whatever "working well" for years until one day OOPS there's actually a gaping vulnerability in it. Hopefully, it's a researcher that finds it first so it can be patched, but that doesn't always happen. That's how there's a whole market for "0 days"
"Working well" != "Secure"
Yeah, and sudo is not some special case either as there are plenty of CVEs for sudo specifically due to buffer overflow or other memory issues over the years. There are likely more hiding and waiting to be found.
Only issue here is sudo is a lot more mature then sudo-rs and memory issues are not the only exploitable bug that can happen. It does look like sudo-rs has gone through at least one security audit though that only found a moderate and couple of low sev issues. Would be good to have more people audit it though.
reading web pages yes there was, I never personally had an issue with it though. Being said I am for the change, binging some of the older components to a newer easier to maintain codebase is a good thing in my eyes.