Heap-based buffer overflow in Sudo
qualys.com
Heap-based buffer overflow in Sudo
1–10 of 328 posts
Re: Heap-based buffer overflow in Sudo
#2Re: Heap-based buffer overflow in Sudo
#3Re: Heap-based buffer overflow in Sudo
#4It looks like this is pretty far reaching. All of my boxes were vulnerable to this before updating today.
Re: Heap-based buffer overflow in Sudo
#5It looks like this is pretty far reaching. All of my boxes were vulnerable to this before updating today.
Re: Heap-based buffer overflow in Sudo
#6Re: Heap-based buffer overflow in Sudo
#7Re: Heap-based buffer overflow in Sudo
#8NM:
- we can defeat ASLR by partially overwriting the function pointer getenv_fn (which points to the function sudoers_hook_getenv() in the shared library sudoers.so); and luckily, the beginning of sudoers.so contains a call to execve() (or execv()):
Re: Heap-based buffer overflow in Sudo
#9I was under the impression that different Linux userspaces sometimes implement these common commands differently. Like "ls" sometimes actually being aliased to a bash script, or maybe BSD having one implementation and Ubuntu another. Is that not the case? Is "sudo" not maintained by an entity like gnu, bsd, etc?
edit - in other words, I always assumed "sudo" was a highly-dependent system-level tool, not just some useful helper binary that is maintained by one independent person.
Re: Heap-based buffer overflow in Sudo
#10One of those programs that you should not install unless you really need them.