Heap-based buffer overflow in Sudo
31–40 of 328 posts
Re: Heap-based buffer overflow in Sudo
#32In case no one gets the pun: https://en.wikipedia.org/wiki/Baron_Samedi
Re: Heap-based buffer overflow in Sudo
#33Earlier quoted context omitted.
People use the tools they have available and understand. Rust, at the time this bug was introduced into sudo, was barely a year old, and hadn't even released 0.1 yet. Also, the sarcasm in your comment really doesn't help your message.
I have been advocating against C since comp.lang.c days, no need for lessons about how to market something that the audience obviously isn't interested into paying attention. The first systems programming language that would prevented this kind of exploit was written in 1961, 10 years before C was invented.
Re: Heap-based buffer overflow in Sudo
#34I don't find bug reports for this in either Debian or Ubuntu bug tracking systems. When do these get entered?
Re: Heap-based buffer overflow in Sudo
#35Re: Heap-based buffer overflow in Sudo
#36Shouldn't this affect macOS?
sudoedit doesn't seem to be installed?
And... macOS looks vulnerable to me
% cd ~ && ln -s /usr/bin/sudo sudoedit && ./sudoedit -s /
Password:
sudoedit: /: not a regular file
As per the advisory it looks vulnerable (sudoedit: and not usage:)Re: Heap-based buffer overflow in Sudo
#37I don't find bug reports for this in either Debian or Ubuntu bug tracking systems. When do these get entered?
https://security-tracker.debian.org/tracker/CVE-2021-3156
* https://lists.debian.org/debian-security-announce/
The message for this issue went out 18:05 UTC:
* https://lists.debian.org/debian-security-announce/2021/msg00...
See also the RSS feed for:
Re: Heap-based buffer overflow in Sudo
#38"rewrite sudo in Rust" in 3,2...