
Exploits Bluetooth authentication bypass on smART Sketcher 2.0 toy projector, allowing unauthenticated connection and image upload via Python scripts.
CVE-2026-0842 | Missing Authentication on BLE Interface
The smART Sketcher 2.0 is a Bluetooth-enabled toy projector that lets kids trace images. It has no authentication on its Bluetooth connection - anyone within range can connect and push images to the device without pairing or notification.


This means anyone in an apartment building, park, or public space can push content to a child's toy without the parent knowing.
pip install bleak pillow
python bt_shell.py # interactive bluetooth shell
python upload_image.py image.jpg # upload an image
Vendor was contacted but did not respond. Full writeup:
CWE-306 | CVE Record