---
title: "The Day My Smart Vacuum Turned Against Me"
url: https://daily.dev/posts/the-day-my-smart-vacuum-turned-against-me-c6ivq5kgp
source_url: https://codetiger.github.io/blog/the-day-my-smart-vacuum-turned-against-me/
type: article
source: "Hacker News"
published: 2025-10-14T21:45:56.039Z
updated: 2025-10-14T21:46:23.398Z
tags: ["security", "privacy", "iot", "embedded", "reverse-engineering"]
reading_time: 8
upvotes: 44
comments: 6
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Day My Smart Vacuum Turned Against Me

**[Hacker News](https://daily.dev/sources/hn)** · 8 min read · 44 upvotes · 6 comments

## Summary

An engineer discovers their smart vacuum was remotely disabled by the manufacturer after blocking its telemetry servers. Through reverse engineering, they gained root access via an open ADB port, found the device running Google Cartographer SLAM software on Linux, and uncovered evidence of remote kill commands. The investigation revealed the vacuum transmitted unencrypted data including WiFi credentials, had pre-installed remote access software (rtty), and could be controlled by the manufacturer without user consent. The engineer successfully restored offline functionality and documented the findings, highlighting broader IoT security and privacy concerns affecting multiple brands using the same hardware platform.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://codetiger.github.io/blog/the-day-my-smart-vacuum-turned-against-me/>

## Community discussion

Top comments from developers on daily.dev.

**@akkitto** · 11 upvotes

> Classic argument for why Louis Rossmann is always right.

**@gavin152** · 2 upvotes

> Very interesting and infuriating read. That is why I flashed my vacuum with [Valetudo](https://valetudo.cloud/) the very second I got it.

**@ybabur** · 1 upvotes

> Goes to show we need to take back whatever control we can for our hardware.

**@traustitj** · 1 upvotes

> This is probably THE best article I have read on daily dev. Absolutely awesome article. Must read!!!

**@byteoutlaw** · 1 upvotes

> We laughed when Gilfoyle unplugged the fridge. Now the vacuum’s staging a coup.
> Don’t get it? Watch Silicon Valley. It’s basically a documentary at this point.

## Similar posts on daily.dev

- [Manufacturer issues remote kill command to disable smart vacuum after engineer blocks it from collecting data — user revives it with custom hardware and Python scripts to run offline](https://daily.dev/posts/manufacturer-issues-remote-kill-command-to-disable-smart-vacuum-after-engineer-blocks-it-from-collec-fsuhmunwp) · Hacker News · 14 upvotes · 3 comments
- [Programmer Discovers His Smart Vacuum Was Spying on Him](https://daily.dev/posts/programmer-discovers-his-smart-vacuum-was-spying-on-him-triqxigcm) · 80 LEVEL · 47 upvotes · 11 comments

---

Tags: [#security](https://daily.dev/tags/security), [#privacy](https://daily.dev/tags/privacy), [#iot](https://daily.dev/tags/iot), [#embedded](https://daily.dev/tags/embedded), [#reverse-engineering](https://daily.dev/tags/reverse-engineering)

[View this post on daily.dev](https://daily.dev/posts/the-day-my-smart-vacuum-turned-against-me-c6ivq5kgp)
