CVE-2023-33294: Command Injection
An issue was discovered in KaiOS 3.0 before 3.1. The /system/bin/tctwebserver binary exposes a local web server that responds to GET and POST requests on port 2929. The server accepts arbitrary Bash commands and executes them as root. Because it is not permission or context restricted and returns proper CORS headers, it's accessible to all websites via the browser. At a bare minimum, this allows an attacker to retrieve a list of the user's installed apps, notifications, and downloads. It also allows an attacker to delete local files and modify system properties including the boolean persist.moz.killswitch property (which would render the device inoperable). This vulnerability is partially mitigated by SELinux which prevents reads, writes, or modifications to files or permissions within protected partitions.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2023-33294?
CVE-2023-33294 is rated as critical due to its ability to execute arbitrary Bash commands as root.
How do I fix CVE-2023-33294?
To mitigate CVE-2023-33294, upgrading the KaiOS version to 3.1 or later is recommended.
What versions of KaiOS are affected by CVE-2023-33294?
CVE-2023-33294 affects KaiOS versions 3.0 and earlier.
What type of vulnerability is CVE-2023-33294?
CVE-2023-33294 is a remote code execution vulnerability due to the exposure of an insecure local web server.
Is exploitation of CVE-2023-33294 easy to perform?
Yes, exploitation of CVE-2023-33294 is relatively easy since it allows arbitrary command execution through HTTP requests.