this post was submitted on 17 Jul 2023
90 points (100.0% liked)

Privacy Guides

16433 readers
31 users here now

In the digital age, protecting your personal information might seem like an impossible task. We’re here to help.

This is a community for sharing news about privacy, posting information about cool privacy tools and services, and getting advice about your privacy journey.


You can subscribe to this community from any Kbin or Lemmy instance:

Learn more...


Check out our website at privacyguides.org before asking your questions here. We've tried answering the common questions and recommendations there!

Want to get involved? The website is open-source on GitHub, and your help would be appreciated!


This community is the "official" Privacy Guides community on Lemmy, which can be verified here. Other "Privacy Guides" communities on other Lemmy servers are not moderated by this team or associated with the website.


Moderation Rules:

  1. We prefer posting about open-source software whenever possible.
  2. This is not the place for self-promotion if you are not listed on privacyguides.org. If you want to be listed, make a suggestion on our forum first.
  3. No soliciting engagement: Don't ask for upvotes, follows, etc.
  4. Surveys, Fundraising, and Petitions must be pre-approved by the mod team.
  5. Be civil, no violence, hate speech. Assume people here are posting in good faith.
  6. Don't repost topics which have already been covered here.
  7. News posts must be related to privacy and security, and your post title must match the article headline exactly. Do not editorialize titles, you can post your opinions in the post body or a comment.
  8. Memes/images/video posts that could be summarized as text explanations should not be posted. Infographics and conference talks from reputable sources are acceptable.
  9. No help vampires: This is not a tech support subreddit, don't abuse our community's willingness to help. Questions related to privacy, security or privacy/security related software and their configurations are acceptable.
  10. No misinformation: Extraordinary claims must be matched with evidence.
  11. Do not post about VPNs or cryptocurrencies which are not listed on privacyguides.org. See Rule 2 for info on adding new recommendations to the website.
  12. General guides or software lists are not permitted. Original sources and research about specific topics are allowed as long as they are high quality and factual. We are not providing a platform for poorly-vetted, out-of-date or conflicting recommendations.

Additional Resources:

founded 1 year ago
MODERATORS
 

Unsurprisingly, some folks on raddle and reddit seem to have a big problem with lemmy. A lot of it is pure FUD.

However, this appears to be a valid security concern:

https://raddle.me/f/fediverse/166674/lemmy-is-so-much-like-email-it-even-brought-back-spy-tracker

Any thoughts on how fixable this is?

Of course the general consensus on reddit is "lemmy devs are clueless and dangerous". I'm pretty sure a lot of it is one guy with multiple alt accounts, tho. He has a Joe McCarthy attitude about lemmy because of one of the primary devs.

top 29 comments
sorted by: hot top controversial new old
[–] [email protected] 25 points 1 year ago (1 children)

I'm confused. How is this any different getting simply hosting a picture yourself and tracking all the IP addresses via http fetch logs? Why is Lemmy itself being singled out here? Why do you need some CGI script?

[–] [email protected] 9 points 1 year ago (2 children)

I am not a cybersecurity expert. And these are good questions. The problem is certainly not unique to Lemmy.

However, my (limited) understanding of it the opposing opinion is. 1. This is bad for privacy (marketers and other bad actors use these to track down your IP and other metadata) and 2. It should have been thought of before now and already had some protections put into place.

[–] [email protected] 20 points 1 year ago (1 children)

It is being discussed - here is a thread from yesterday:
https://kbin.social/m/[email protected]/t/204434/Tracking-Lemmy-users-by-spy-tracker-pixels

And here is an ongoing discussion about a possible remedy:
https://github.com/LemmyNet/lemmy/pull/3550

But worth noting, unlike email the 'view' isn't linked to an individual and an email address, and also broadcasting your IP address (yes and some meta data) as you browse isn't unusual. Every page you visit could be doing this not just Lemmy.
Yes ideally this should be fixed, but in my view it is also a bit of a storm in a teacup.

[–] [email protected] 4 points 1 year ago

Thank you, this is exactly the kind of info I was looking for. I figured someone was on top of this and the reddit dipstick was just being overly dramatic as usual.

[–] [email protected] 9 points 1 year ago (1 children)

There just isn't any way to prevent a web server from logging IPs if the admin chooses to do so.

[–] [email protected] 2 points 1 year ago

Right, but I think the difference here is lemmy allows users to embed these in their markdown text.

[–] [email protected] 20 points 1 year ago

Raddle user learns how the Internet works 🤯

In all seriousness though, although this is a concern, in Email in particular the solution most choose is to just disable images, so it isn't really a sincere comparison IMO.

We could maybe mitigate this with...

  • Proxying & caching - Instance would cache a copy of the commented image and serve it from there, blocking the IP of the user from being exposed. This could introduce some additional latency and fill up server storage faster
  • CSP Header & Local caching - Client could block the name of the instance from being transferred, and also cache a copy of the image locally. This doesn't protect the user's IP address in any way, but would hinder the ability to count how many times a particular IP has viewed/accessed a post
  • Shared Lemmy image proxies - Image requests are proxied through a randomly selected Lemmy image proxy. This would 'hide' the origin IP to all but the volunteer proxy provider. I'd personally be willing to host a few of these if this ever became a thing
[–] [email protected] 19 points 1 year ago (1 children)

Why are people pretending this isn't an issue??? Of course it is lol.
Luckily the fix is also easy: an image proxy server. Mail clients do this already.
It exposes the bigger problem with Lemmy: lack of auditing.

[–] [email protected] 8 points 1 year ago

Nah, we're auditing, just live.

For better or worse, security is in the community's hands. But that's why we are here in the first place.

[–] [email protected] 12 points 1 year ago* (last edited 1 year ago) (4 children)

Can someone with more knowledge on the lemmy protocol/api bring some light into this? The way the linked posted is written, it seems like some random angry guy just hates lemmy for whatever reason.

To me it seems like a complete bs argument. As far as I can tell this tactic is possible with every service where users can provide content. Of course I can link to a site that reads users data. There’s basically no preventing this unless the (lemmy) clients provide their own modified browser that masks the users IP and other metadata.

[–] [email protected] 12 points 1 year ago* (last edited 1 year ago) (1 children)

You actually can prevent this easily with CSP (content security policy). That header tells your browser which adresses it is allowed to load additional data from when visiting your site. It is an important tool to prevent cross-site scripting attacks, your browser should not load data from random sources when it is on your site.
Of course you would have to funnel all inline images through a site-local proxy that the browser is allowed to load data from.

This also has not only security implications, but also with the GDPR. Some jurisdiction consider ip addresses as personal data. Sending them to e.g. the US without user consent would be a violation. I know it is stupid to consider ip addresses as personal data and it is stupid to consider a browser loading data as sending that personal data somewhere on the sites' behalf. But there is a reason why a lot of websites for example only embed tweets after you explicitely allow it.

[–] [email protected] 2 points 1 year ago

When it comes to posting on lemmy I'd also consider bringing up that old bromide: don't post anything you wouldn't want your mother to see.

At least for now, anyway.

[–] [email protected] 10 points 1 year ago

random angry guy just hates lemmy for whatever reason

There is definitely some of that at play here. I am hoping some smarter cybersec folks without the anti-lemmy-rage-bias can weigh in on t.

[–] [email protected] 3 points 1 year ago

I think when you link images off-site on Reddit, Reddit still caches a preview for it and serves that to the user, the user will actually have to click a link to go off the platform into the unknown. If we do embeds and such here they’re loaded from off site directly without user interaction.

Ergo your browser makes a request to a random potentially dangerous server, and there isn’t much the average user can do to prevent that.

[–] [email protected] 2 points 1 year ago

This is a valid privacy issue, and other fediverse projects like Mastodon already solve this. The problem is that by embedding an image, you can tell the client to make a network request to your server, revealing information such as your IP address and browser. The solution is to proxy media through your instance, which is presumably trusted. this hides your IP address and browser information. And as someone else mentioned here, a Content-Security-Policy can be used to ensure this attack isn't possible in a browser.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (3 children)

This is unrelated to the post itself but I really hope Lemmy and the fediverse as a whole don't start using terms like FUD that originated with Crypto. Crypto went exceptionally badly and was wrought with scams and we should be doing as much as possible to distance ourself from that.

Edit: I'll take my losses here. The term is much older than it's recent use in popular culture despite my own lack of experience hearing it prior. I do however stand by wanting to distance from the cryptocurrency crowd as much as possible.

[–] [email protected] 29 points 1 year ago (3 children)

terms like FUD that originated with Crypto

Just because you first saw it in regards to crypto doesn't mean that's where it originated from.

https://wikipedia.org/wiki/Fear,_uncertainty,_and_doubt

[–] [email protected] 22 points 1 year ago

Thanks. Not a fan of guilt by association of this type. The idea of FUD has been around for decades. It's not inherently crypto or inherently anything. It's just a useful acronym for a tactic some people use.

[–] [email protected] 13 points 1 year ago

FUD has been around way longer than Twitter

[–] [email protected] 2 points 1 year ago (3 children)

I meant specifically the shortened version FUD which became popular because of Bitcoin and Twitters limited letter count. Talking about fear uncertainty and doubt all together is definitely not a new idea.

[–] [email protected] 15 points 1 year ago

FUD has been a term since the 1970s. It has nothing to do with crypto

[–] [email protected] 11 points 1 year ago

specifically the shortened version FUD

Here's from the '70s:

"The search for self". Clothes. New York, NY, USA: PRADS, Inc. 10 (14–24): 19. 1975-10-01. Retrieved 2011-06-10. […] One of the messages dealt with is FUD—the fear, uncertainty and doubt on the part of customer and sales person alike that stifles the approach and greeting. […]

[–] [email protected] 9 points 1 year ago (1 children)

FUD was around from the Slashdot era.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

Lol. FUD predates the internet.

Someone else linked the wikipedia entry. First coined as an acronym when IBM was protecting its mainframe from competition by Amdahl butthre phrase goes back to the 20s

Edit

https://en.m.wikipedia.org/wiki/Fear,_uncertainty,_and_doubt

[–] [email protected] 13 points 1 year ago

How young are you? FUD did not originate with Crypto. And crypto-means-cryptography-fight-me.

[–] [email protected] 8 points 1 year ago

To be fair to FUD, it has its own much longer annoying history way before crypto.

[–] [email protected] 6 points 1 year ago (1 children)

Any thoughts on how fixable this is?

This shouldn't be hard to fix. Lemmy needs to proxy images, there's an open issue for this. Right now, I don't use Lemmy outside of Tor Browser specifically because of issues like this, and the recent XSS vulnerability is making me even more concerned. Lemmy is a great project, but it needs work and probably a security audit.

[–] [email protected] 1 points 1 year ago

Appreciate the links. Thanks!

[–] [email protected] 3 points 1 year ago

Maybe Privacy Badger can get on this. I believe they block trackers like facebook by replacing widgets and other stuff that are embedded on pages. Not sure how they can do that for individual unknown trackers though.

load more comments
view more: next ›