this post was submitted on 22 Feb 2025
108 points (97.4% liked)

Privacy

34130 readers
987 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CosmicGiraffe@lemmy.world 8 points 1 day ago (2 children)

The email address attached to the public key, eng@eightsleep.com, to me suggests the private key is likely accessible to the entire engineering team.

This assumption is doing a lot of heavy lifting in the authors argument that this is a big deal.

[–] AtariDump@lemmy.world 3 points 15 hours ago (1 children)

Remember, the “s” in IoT stands for “security”.

I could completely see this email address being a shared email address and not tied to a single user.

[–] CosmicGiraffe@lemmy.world 0 points 14 hours ago (1 children)

I'm 90% sure it is not a single user. I just don't see how that really affects the security of the product, given that the company that sells it can already do the things the author is saying can be done if you have this key.

To be clear, I wouldn't buy this. I just don't think the SSH key makes it any worse than it already was

[–] AtariDump@lemmy.world 2 points 7 hours ago (1 children)

Would you rather one person have access to your device / data to potentially perform malicious actions or multiple people access to your device / data to potentially perform malicious actions?

And if you tell me multiple people, you’re full of it.

[–] CosmicGiraffe@lemmy.world 1 points 2 hours ago

I think multiple people already have access to the databases that store the data the device sends. I don't really care whether they get the data from the device itself or from the database.

Similarly, I think multiple people have the ability to make changes to the firmware build and the systems that distribute it. So those people already have the potential ability to gain access to the device.

One person or multiple people having unauthorised access are both unacceptable. I'm saying that the users have to trust the companies ability to prevent that occurring, and that therefore this particular technical detail is mostly irrelevant

[–] Evotech@lemmy.world 4 points 17 hours ago* (last edited 17 hours ago) (1 children)

How so, it's clearly a shared account

I don't think that's a wild assumption to make

[–] CosmicGiraffe@lemmy.world 0 points 16 hours ago (1 children)

A shared account doesn't mean everyone who works there has access to it, or that those who do have access aren't subject to some type of access control.

The article basically goes on to say that the existence of this key makes a huge difference to the security/privacy of the product. It argues that using it, someone could access data from the device, or use it to upload arbitrary code to the device for it to run. However, those are both things the user is already trusting the company with. They have to trust that the company has access controls/policies to prevent individual rogue employees doing the things described. It seems unreasonable to say that an SSH key being on the device demonstrates that those controls aren't in place.

[–] Evotech@lemmy.world 2 points 5 hours ago (1 children)

I agree to an extent, the user already uses a cloud service. So they have to trust the provider.

And as far as a bed goes, I suppose you can't expect the customer to ssh into it if something goes wrong and you have to fix it.

Both seems reasonable to me.

[–] CosmicGiraffe@lemmy.world 1 points 2 hours ago

Yeah, its not unreasonable that you'd have a remote way to access the device to gather debug data with the customers consent. An SSH key in the firmware is a flexible way to do that, so long as there are good controls in place to ensure that it isn't misused.