Archive for IoT

Shark robot vacuum flaw exposes fleet-wide IoT risks

Posted in Commentary with tags on July 22, 2026 by itnerd

Security researcher “tokay0” recently published a serious vulnerability affecting Shark robot vacuums. A certificate extracted from one compromised Shark robot vacuum could be used to access other devices, exposing live camera feeds, stored home maps and Wi-Fi credentials held in plaintext. During a 24-hour observation, the researcher identified more than 1.5 million Shark serial numbers in one AWS region, with approximately 674,000 devices responding to a command probe.

Edwin Shuttleworth, Lead Penetration Tester and Security Researcher at Finite State, offered the following comments:

   “This is a classic authentication-versus-authorization failure. The certificate issued to each device correctly authenticated the holder of that device’s private key. An attacker who had fully compromised a vacuum could extract the key and authenticate as that legitimate device. The cloud backend, however, did not correctly enforce authorization. As a result, a validly authenticated device was permitted to access data and perform actions involving other devices it should not have been able to reach.

   “This is a common security design mistake: treating a successfully authenticated identity as broadly trusted instead of applying narrowly scoped, per-device permissions. Security professionals reviewing IoT systems should verify both that device identities are unique and that each identity is restricted to its own resources and required operations.

   “Manufacturers must assess the complete connected-product environment because the most serious vulnerabilities often arise from interactions between multiple layers rather than a single isolated flaw. This case illustrates that clearly. Weaknesses in the device’s boot and debug protections allowed an attacker to obtain privileged access to the vacuum and extract its credentials. Those credentials were then accepted by the cloud service and granted access to MQTT resources belonging to other devices. Finally, dangerous command-handling functionality allowed cloud-delivered messages to result in remote code     execution.

   “Individually, each weakness might have appeared limited. Together, they created an attack chain that turned the compromise of one physical device into a potential fleet-scale compromise. Testing firmware, cloud permissions, credential storage or backend infrastructure only in isolation could therefore miss the true severity of the vulnerability.

   “Manufacturers should avoid storing sensitive information that is not necessary for the device’s function or business operations and should avoid transmitting sensitive information to the cloud when it is not needed. When information must be transmitted, robust encryption should be used to prevent access by unauthorized parties. Security testing must also be performed early and regularly to prevent compromises like this and minimize their impact when they occur.”

This is precisely why I am working towards making all of my IoT gear, of which I don’t have a lot, not talk to the Internet. My concern is that I don’t know who they are talking to. That is a huge problem as evidenced by this report.

List Of Pwnable IoT Devices Floating In The Wild

Posted in Commentary with tags , on August 29, 2017 by itnerd

A list of IoT devices and associated telnet credentials has gone viral in the last few days. The list has the IP addresses of over 33,000 IoT devices and associated logins via Telnet which are things like the username and password being root or admin. This would make it trivially easy to create a botnet of IoT devices like the Mirai botnet that hit several sites recently. The list has existed since June, but has become viral when it was Tweeted out in the last few days. Now according to this article on Threat Post, there is an all out effort to stop the exploitation of this list by tracking down the owners of these IoT devices so that they can take remedial action which could include updating firmware, changing passwords, or taking the devices offline among other possibles.

Now, this sort of thing is precisely the reason why I have said for a long time that people who make IoT devices have to seriously step up their game when it comes to securing them. And if they are unable or unwilling to do so, governments should be prepared to force them to. By not making these devices as secure as possible,  an event that would be catastrophic in nature is possible. And by then, it would be way too late.

 

How To Check To See If Insecure I0T Devices On Your Network Are A Threat

Posted in Tips with tags , on October 24, 2016 by itnerd

Last week, there were some very high profile attacks that utilized insecure Internet Of Things devices such as cameras, DVR’s routers, printers and the like. The quesiton is, how do you know if you own any of these devices? Bullguard Security has created an IoT Scanner to help you to find out. Head to the site, click the scan button, and IoT Scanner will tell you where you stand. I recommend that you do the quick scan and the deep scan to ensure that you’re safe. 

Now, if IoT Scanner comes back saying that your network can be breached, that means some device that’s connected to your Wi-Fi network has an open port that makes it accessible from the internet. You should either look to close the open ports if you can, update the firmware of the IoT device in question if you can, or turn if off you can’t.

Remember, this is a starting point to make sure that your network is secure. But you should really make sure that you do simple things such as updating firmware and software to make sure that your network stays secure.