Name
polkit
Version
0.119
Type
library
Description
PolicyKit Authorization Framework
Licenses
LGPL-2.0-or-later
PURL
-
CPE
cpe:2.3:*:polkit_project:polkit:0.119:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
pkexec: local privilege escalation (CVE-2021-4034)
Jan Rybar <jrybar@redhat.com>
CVE-2021-4034
2
Make netgroup support optional
"A. Wilcox" <AWilcox@Wilcox-Tech.com>
3
Make netgroup support optional
Marta Rybczynska <rybczynska@gmail.com>
4
CVE-2021-4115 (GHSL-2021-077) fix
Jan Rybar <jrybar@redhat.com>
CVE-2021-4115
5
Patch #5
Xiaofeng Yan <xiaofeng.yan@windriver.com>
6
Added support for duktape as JS engine
Gustavo Lima Chaves <limachaves@gmail.com>
Vulnerabilities#
Name
Analysis
Description
Patched
There is a flaw in polkit which can allow an unprivileged user to cause polkit to crash, due to process file descriptor exhaustion. The highest threat from this vulnerability is to availability. NOTE: Polkit process outage duration is tied to the failing process being reaped and a new one being spawned
Patched
A local privilege escalation vulnerability was found on polkit's pkexec utility. The pkexec application is a setuid tool designed to allow unprivileged users to run commands as privileged users according predefined policies. The current version of pkexec doesn't handle the calling parameters count correctly and ends trying to execute environment variables as commands. An attacker can leverage this by crafting environment variables in such a way it'll induce pkexec to execute arbitrary code. When successfully executed the attack can cause a local privilege escalation given unprivileged users administrative rights on the target machine.
Exploitable
pkexec, when used with --user nonpriv, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer.