Vulnerability identifier: #VU24690
Vulnerability risk: Low
CVSSv3.1: 7.4 [CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:U/RC:C]
CVE-ID:
CWE-ID:
CWE-273
Exploitation vector: Local
Exploit availability: Yes
Vulnerable software:
Bash
Universal components / Libraries /
Scripting languages
Vendor: GNU
Description
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists in "disable_priv_mode()" function in shell.c due to the affected software attempts to drop privileges but does not check or incorrectly checks to see if the drop succeeded. A local user with command execution in the shell can use "enable -f" for runtime loading of a new builtin, which can be a shared object that calls setuid() and therefore regains privileges.
Mitigation
Cybersecurity Help is currently unaware of any official solution to address this vulnerability.
Vulnerable software versions
Bash: 5.0 - 5.0 patch 11
External links
http://packetstormsecurity.com/files/155498/Bash-5.0-Patch-11-Privilege-Escalation.html
http://github.com/bminor/bash/commit/951bdaad7a18cc0dc1036bba86b18b90874d39ff
http://www.youtube.com/watch?v=-wGtxJ8opa8
Can this vulnerability be exploited remotely?
No. This vulnerability can be exploited locally. The attacker should have authentication credentials and successfully authenticate on the system.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability. However, proof of concept for this vulnerability is available.