First published: Mon May 22 2023(Updated: )
An issue was discovered in KaiOS 3.0 before 3.1. The /system/bin/tctweb_server 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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
KaiOS | =3.0 | |
KaiOS | =3.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-33294 is rated as critical due to its ability to execute arbitrary Bash commands as root.
To mitigate CVE-2023-33294, upgrading the KaiOS version to 3.1 or later is recommended.
CVE-2023-33294 affects KaiOS versions 3.0 and earlier.
CVE-2023-33294 is a remote code execution vulnerability due to the exposure of an insecure local web server.
Yes, exploitation of CVE-2023-33294 is relatively easy since it allows arbitrary command execution through HTTP requests.