- Apr 21, 2017
- 971
- 360
- 136
It looks like red hate was responsible for this one:
https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
This vulnerability is an attacker's dream come true:
- pkexec is installed by default on all major Linux distributions (we exploited Ubuntu, Debian, Fedora, CentOS, and other distributions are probably also exploitable);
- pkexec is vulnerable since its creation, in May 2009 (commit c8c3d83, "Add a pkexec(1) command");
- any unprivileged local user can exploit this vulnerability to obtain full root privileges;
- although this vulnerability is technically a memory corruption, it is exploitable instantly, reliably, in an architecture-independent way;
- and it is exploitable even if the polkit daemon itself is not running.