Earlier quoted context omitted.
The "S" in IoT stands for Security.
I took a grad course last semester where one of the groups analyzed a Nest cam and the other analyzed the Mother sensor device. Both were surprisingly quite secure, especially the Mother, which had security features all the way down the stack.
CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
131–140 of 175 posts
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#132IoT should die a swift and permanent death. Alas, that wont happen.
Seriously? That's a fairly aggressive comment to just throw out there without any backing arguments. You really can't think of anything valuable about hooking up small devices/sensors to the internet? Do you really believe the potential for stronger security is so low that it's not worth investigating? I work at an IoT company and we take security far more seriously than some would say is necessary or even reasonable…
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#133Earlier quoted context omitted.
I like Apple's approach, where HomeKit certification requires that the device use some form of secure transport to communicate with iOS.
Which totally would not have helped in this case: using https would still have left the DB exposed.
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#134Okay, first of all: >the average parent.. is technically literate enough to know the wifi password but not savvy enough to understand how the "magic" of daddy talking to the kids through the bear (and vice versa) actually works [or] that every one of those recordings... is stored as an audio file on the web. If it is not considered amazingly stupid, or at least ignorant to not understand that the magic talking bear h…
And yes I also rant and rave about parents who post pictures of their children everywhere.
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#135Earlier quoted context omitted.
Some of us do give a shit about security. It's just a shame that it feels like we are the exception to the rule.
And they talk in real life to their kinds and not through a toy.
But the purpose of the device has nothing to do with the security of the device.
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#136Earlier quoted context omitted.
Yeah, I'm not worried about my kid saying things that will get him in trouble. However... he repeats literally everything that he hears, sometimes verbatim. Sometimes hours or days layer. To be honest, it's really creepy at times. Plus, he doesn't really have a filter, so he'll talk about everything he sees at school or on the playground, just chattering about all day to himself. So I'm worried about my kid saying th…
A common anecdote from East Germany is that teachers would ask children what the "sandman" looks like (an evening TV show for children). The seemingly harmless answer then revealed whether their parents secretly watched imperialist West-German television. So yeah, children are pretty good at implicating other people. (No real source, but a random German article that quotes this anecdote: http://www.badische-zeitung.d…
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#137"CloudPets can send and receive messages from anywhere in the world! Buy Now".[1] They delivered on that, all right. If you want one, they're now available for the low, low price of only $3.[2] Including WiFi. [1] https://cloudpets.com/ [2] https://www.hollar.com/products/as-seen-on-tv-cloudpet-dog
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#138Earlier quoted context omitted.
Some of us do give a shit about security. It's just a shame that it feels like we are the exception to the rule.
Computer/network security will never be important until governments start regulating this stuff through specialized agencies. It's the opposite of profitable to care, so businesses who do care are disadvantaged.
Well I wouldn't say never, just needs some people determined to have it on the core of the team. Certs are free to low cost depending on the type you want. Compute needed for "Security" is minimal (Heck we can even do RootCA Validation on the the ESP8266 these days).
But this isn't directly connected to the internet and goes via Blue Tooth connection, issues like this are down to lax security practices.
> It's the opposite of profitable to care.
How much profit does it cut to not to put your mongoDB instance internet facing? Firewall off 27017 and Enable Auth shouldn't cut into their profits too much.
EDIT: Slapping a sig creation/check on the content urls shouldn't eat into profits either. This breach had nothing to do with the toy itself but was server side.
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#139> The Germans had a good point: kids' toys which record their voices and send the recordings up to the web pose some serious privacy risks. It's not that the risks are particularly any different to the ones you and I face every day with the volumes of data we produce and place online (and if you merely have a modern phone, that's precisely what you're doing), it's that our tolerances are very different when kids are…
Yeah, I'm not worried about my kid saying things that will get him in trouble. However... he repeats literally everything that he hears, sometimes verbatim. Sometimes hours or days layer. To be honest, it's really creepy at times. Plus, he doesn't really have a filter, so he'll talk about everything he sees at school or on the playground, just chattering about all day to himself. So I'm worried about my kid saying th…
Re: CloudPets teddy bears leaked and ransomed, exposing kids' voice messages
#140IoT should die a swift and permanent death. Alas, that wont happen.
I'd love to see the INTERNET of Things be replaced by the INTRANET of Things. Remote access can be handled through a VPN, so there's no need for a remote server. I'm assuming that the device in question has computing hardware that's at least on par with a $9 CHIP. What's really needed is for secure and easy to set up VPNs (to connect back to your home network) to become a thing, then the remote access problems are ta…
We have good security measures for connecting to servers (which is what IoT devices are) so why reinvent the wheel? Why not require devices to have normal TLS certificates and map the internal IP address to a subdomain of the manufacturer. That way browsers can access the device using CORS, and the normal XSS protections will apply. Authenticate and authorise using a well known standard like OpenID, OAuth or JWT.