this post was submitted on 11 Jul 2023
19 points (100.0% liked)

Lemmy

497 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

I think for a while leading up to the recent session stealing hack, there has been a massive amount of positivity from Lemmy users around all kinds of new Lemmy apps, frontends, and tools that have been popping up lately.

Positivity is great, but please be aware that basically all of these things work by asking for complete access to your account. When you enter your Lemmy password into any third party tool, they are not just getting access to your session (which is what was stolen from some users during the recent hack), they also get the ability to generate more sessions in the future without your knowledge. This means that even if an admin resets all sessions and kicks all users out, anybody with your password can of course still take over your account!

This isn't to say that any current Lemmy app developers are for sure out to get you, but at this point, it's quite clear that there are malicious folks out there. Creating a Lemmy app seems like a completely easy vector to attack users right now, considering how trusting everybody has been. So please be careful about what code you run on your devices, and who you trust with your credentials!

you are viewing a single comment's thread
view the rest of the comments
[–] starman@programming.dev 1 points 1 year ago* (last edited 1 year ago) (2 children)

Using open source apps, especially with more than one contributor, is currently the best option to be safe from this kind of attack.

[–] sunaurus@lemm.ee 1 points 1 year ago (2 children)

It helps, but it's still not a silver bullet. For example, a Lemmy app could contain no malicious code in its open source repository, but malicious code could still be added to a binary release in an app store.

[–] grue@lemmy.ml 0 points 1 year ago

That's why F-Droid is the safest Android app repository. If I'm not mistaken, every app they offer is rebuilt from the public source code by the repo package maintainer.

[–] XpeeN@sopuli.xyz 0 points 1 year ago (1 children)

Yeah, downloading from fdroid or izzyondroid kinda solves that.

Izzy directly sends over the APKs from GitHub releases. F-Droid does their own builds which is partly why they're so slow to update.

[–] iegod@lemm.ee 0 points 1 year ago (1 children)

OSS does not guarantee security, ever. Please let's not fall into false sense of security.I

[–] starman@programming.dev 0 points 1 year ago (1 children)

But in this case, if an app is open source, there is a higher chance of discovering that it sends your credentials somewhere else than in closed source app

[–] iegod@lemm.ee 1 points 1 year ago

That assumes people are looking at that and know what they're doing and aren't malicious actors. None of this is guaranteed. Famous examples of major OSS security vulnerabilities have already shown this.