vendor:
Soapbox
by:
Jean Pascal Pereira
7,2
CVSS
HIGH
Local Root Exploit
264
CWE
Product Name: Soapbox
Affected Version From: 0.3.1
Affected Version To: 0.3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:dag_wieers:soapbox
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2020
soapbox 0.3.1 <= Local Root Exploit
Soapbox allows to restrict processes to write only to those places you want. Read-access however is still based on file-permissions. By preloading the Soapbox library, you can run programs as root and monitor which writes/changes are made, without them really happening. After establishing a connection to our target system, we get a sandboxed root shell. Let's try to write data to a protected location. As we can see, soapbox restricts write access to this path. But what happens if we start another soapbox instance with full file-system access?
Mitigation:
The user should ensure that the Soapbox library is not preloaded and that the system is not vulnerable to any other exploits.