277

Microsoft is running one of the largest corporate espionage operations in modern history.

Every time any of LinkedIn’s one billion users visits linkedin.com, hidden code searches their computer for installed software, collects the results, and transmits them to LinkedIn’s servers and to third-party companies including an American-Israeli cybersecurity firm.

The user is never asked. Never told. LinkedIn’s privacy policy does not mention it.

Because LinkedIn knows each user’s real name, employer, and job title, it is not searching anonymous visitors. It is searching identified people at identified companies. Millions of companies. Every day. All over the world.

you are viewing a single comment's thread
view the rest of the comments
[-] GreenShimada@lemmy.world 151 points 1 day ago* (last edited 1 day ago)

This is straight up misinformation. First off, it's perfectly legal.

LinkedIn does browser fingerprinting. It's the same thing Google and Meta do. It's how Google Ads is shifting to a post-adblocker revenue stream.

Browser fingerprints show fonts used, audio codecs, WebGL render data, processor, operating system - enough that if you add up several factors together, it makes a statistically unique fingerprint. it does NOT scan applications on your computer. It can't. It DOES scan which browser extensions you have running (if they affect page loading).

If you check your email and then close that and go to Google in an incognito window and search for porn - Google will fucking know what you're looking at. Gmail and all Google apps all fingerprint, and then you'll notice how Google ads trackers are on most sites online? Yep. That's how they track you.

Use a VPN? Use an ad blocker? Great - Google doesn't care. Google can track your fingerprint.

See your own fingerprint - check how it know it's you visit after visit.

https://fingerprint.com/

https://coveryourtracks.eff.org/

https://amiunique.org/

[-] merdaverse@lemmy.zip 7 points 8 hours ago

There is literally a section called Why it's illegal.

LinkedIn’s scan reveals the religious beliefs, political opinions, disabilities, and job search activity of identified individuals. LinkedIn scans for extensions that identify practicing Muslims, extensions that reveal political orientation, extensions built for neurodivergent users, and 509 job search tools that expose who is secretly looking for work on the very platform where their current employer can see their profile.

Under EU law, this category of data is not regulated. It is prohibited. LinkedIn has no consent, no disclosure, and no legal basis. Its privacy policy does not mention any of this.

[-] Crackhappy@lemmy.world 4 points 14 hours ago

Well that was very interesting. I wasn't planning to cover my tracks, but apparently I am.

[-] Bloefz@lemmy.world 18 points 1 day ago

They also scan for thousands of extensions. The only reason it doesn't do this on Firefox is that Firefox randomises the uuid of extensions every time. Chrome doesn't.

[-] grrgyle@slrpnk.net 2 points 5 hours ago

Oh so that's what that annoying feature is about. I'm sorry I ever thought it was annoying uuid fetishism. I was wrong

[-] inlandempire@jlai.lu 40 points 1 day ago

it does NOT scan applications on your computer

technically browser extensions are considered applications under EU's GDPR

It DOES scan which browser extensions you have running (if they affect page loading).

as per their report:

Why two detection methods

Method Technique What it catches
AED fetch() against known resource paths Extensions that are merely installed, even if they inject nothing into the current page
Spectroscopy Full DOM tree walk Extensions that actively modify the page, even if they are not in LinkedIn’s hardcoded list
[-] GreenShimada@lemmy.world 1 points 9 hours ago

While browser extensions are considered apps under the GDPR, the headline is intentionally misleading. LinkedIn isn't "Illegally Searching your Computer." It's asking the browser for all the info it's maximally able to give up. We do need to define browser extensions in a way that doesn't use fear as clickbait to make it sound like LinkedIn has greater access to a device than it really has.

And thanks for the correction on AED, I had seen another analysis a couple weeks back and I didn't recall correctly what was being collected.

[-] Alberat@lemmy.world 18 points 1 day ago

it's misleading to say its searching your computer tho...? this invokes the thought of LinkedIn getting to rifle through your files like it has access to ~/Documents/ or smth.

but yeah tracking you over the internet is similarly bad

[-] stroz@infosec.pub 9 points 1 day ago

it's misleading to say its searching your computer tho...?

Wait, your browser extensions aren't on your computer?

[-] Armok_the_bunny@lemmy.world 12 points 20 hours ago

It's misleading because saying "search the computer" implies a breadth of scan that isn't present. That's like saying a website "searches the computer" to grab cookies generated by that site; technically true but worded to be misleading.

To be clear this is bad, but it's important to be clear when explaining why it is bad to avoid creating resentment when the person you are explaining it to looks deeper into it themself and finds that it's not as bad as your explanation was implying.

[-] partofthevoice@lemmy.zip 1 points 20 hours ago* (last edited 20 hours ago)

I believe the point they’re trying to make is that they have access to APIs which describe particular software on your PC. You can argue based on the fact that, yes, the software is persisted on your filesystem. However, the API they access brokers [meta]data about the software. It’s not a filesystem API. If I add arbitrary files to an extension directory under my browsers path for extension persistence, they probably cannot see those arbitrary files unless the extension is built to allow it.

There is a big difference between having direct and broad read access to the filesystem, versus the much smaller volume of data they can infer about your filesystem using APIs for browser extension data.

[-] FooBarrington@lemmy.world 1 points 9 hours ago

There isn't an API for browser extension data. They are searching for the existence of thousands of specific addresses to perform the search.

[-] PumaStoleMyBluff@lemmy.world 10 points 1 day ago

Fonts, codecs, hardware, OS, extensions are all parts of a computer that never ever need to be transmitted to a website for it to function. Any information about them should be sandboxed, and if the website wants to display differently based on them, it can send static data or code in and get nothing back out.

[-] GreenShimada@lemmy.world 1 points 9 hours ago

It depends on the website, but LinkedIn certainty doesn't need full fingerprint data to operate correctly. Most privacy-respecting browsers either mask or spoof the data already.

[-] jtrek@startrek.website 9 points 1 day ago

I'm pretty sure for fonts they can tell because they have different widths, which affects page layout, which can be measured.

There's a lot of stuff like that.

Best would be make it illegal and give the law teeth. Solving it technically will always be an arms race.

[-] PumaStoleMyBluff@lemmy.world 2 points 23 hours ago

Yeah, they can very easily get all of that right now. But functionally there's no good reason for any browser to let them. Page layout should be a one-way operation that doesn't allow information back through.

[-] jtrek@startrek.website 4 points 22 hours ago

You'd have to kill a lot of JavaScript and CSS for that to work, and then a lot of legitimate function goes away.

Done much web development work?

[-] PumaStoleMyBluff@lemmy.world 2 points 22 hours ago* (last edited 22 hours ago)

You don't have to kill much functionality at all. Scripts that need to access that data should simply live in a sandbox with no network access. They can still do full computational layout.

I have done exclusively web development work.

[-] jtrek@startrek.website 1 points 19 hours ago

So you're going to make it illegal to call getBoundingClientRect and then pass that information to fetch through any mechanism?

[-] PumaStoleMyBluff@lemmy.world 1 points 18 hours ago* (last edited 18 hours ago)

Essentially yes. Basically, think of two JS sandboxes that can manipulate the same DOM. One can make requests, but cannot retrieve local layout data. The other can get layout data, but not make requests. Both can set layout data.

Web developers can use the former 99% of the time, and the latter for more precise work.

[-] partofthevoice@lemmy.zip 1 points 20 hours ago* (last edited 20 hours ago)

Surely functionality affecting display can be standardized to the point of making them useless for fingerprints? I don’t really care what font my browser uses, as long as I don’t notice it. Similarly, other details should either be randomized, mocked, jittered, or outright blocked. Fingerprinting only works because they’re operating in a rather non-adversarial space. The weakness with their current approach is the huge set of variables, which I’m sure we can leverage to reduce the algorithms determinism.

We can either all appear the same, or appear completely unique every time. Either approach should work.

[-] jtrek@startrek.website 1 points 19 hours ago

I don't know a lot about how fingerprinting works, but some of what i've read is pretty insidious. Some things could probably be obfuscated, but some of what the trackers use has legitimate purposes as well. Your application may serve different content based on the screen size, or fall back to an older library if such-and-such API isn't supported.

Personally I'd rather make targeting advertising and tracking illegal, and gut the whole thing to avoid the arms race.

[-] SnotFlickerman 12 points 1 day ago

I think the argument is that since some of the extensions that are probed can be political in nature, which can reveal political identity, which is potentially unlawful in the EU. However, it really needs to be up to a judge to make a decision on that.

In general what they're doing is legal, and the BrowserGate people are using niggling little details, a handful of extensions out of the 6000 probed, to justify this argument. I couldn't say, especially as someone from outside the EU, whether this is actually illegal or not, but it's definitely in a nebulous area at the moment.

Though I agree it's sensationalized in terms of claiming it's "searching your computer" and doing "corporate espionage."

[-] Akh@lemmy.world 11 points 1 day ago

Yeah but still sick of this shit

[-] Steve@startrek.website 4 points 1 day ago
[-] GreenShimada@lemmy.world 1 points 9 hours ago
[-] Enkers@sh.itjust.works 1 points 1 day ago

I have NoScript for JS tracking, but what do you use for fingerprint randomisation?

[-] crimson_iris@piefed.social 3 points 1 day ago
[-] rants_unnecessarily@piefed.social 3 points 20 hours ago

I'm using canvas blocker and I'm still getting "Your browser has a unique fingerprint"

What am I missing?

[-] crimson_iris@piefed.social 1 points 11 hours ago

I'm not sure, but I believe PumaStoleMyBluff's reply may describe the issue.

[-] rants_unnecessarily@piefed.social 1 points 9 hours ago

Your link just opens this whole thread for me.
Is there something wrong on my end (using Summit app) or is your link broken?

[-] crimson_iris@piefed.social 1 points 9 hours ago

Sorry, I'm pretty new to the Fediverse, so I probably did it wrong. Hoping someone will correct me, but in the mean time I'll quote the person whose comment I meant to link to:

Some of the test sites don’t differentiate between random and unique. They may see a randomized fingerprint as a plausible unique user, but it may be different the next time you visit. Other sites may detect that your browser has taken steps to randomize your fingerprint, and use that as an identifying piece of information on its own (power user vs average joe)

[-] Steve@startrek.website 1 points 1 day ago

I made no effort to do that, im using the duckduckgo browser on my phone.

[-] status_sphere@sh.itjust.works 2 points 1 day ago

Interesting, I also have the DDG browser but the test shows a unique fingerprint result. I don't think that I have tinkered with any settings and I haven't installed addons.

[-] PumaStoleMyBluff@lemmy.world 5 points 1 day ago

Some of the test sites don't differentiate between random and unique. They may see a randomized fingerprint as a plausible unique user, but it may be different the next time you visit. Other sites may detect that your browser has taken steps to randomize your fingerprint, and use that as an identifying piece of information on its own (power user vs average joe)

[-] Steve@startrek.website 2 points 1 day ago* (last edited 1 day ago)

Correction- the first test was the browser inside the lemmy voyager app, not sure what its based on. This one is out of the DDG app;

[-] WhyJiffie@sh.itjust.works 1 points 23 hours ago

the browser in voyager is probably your default browser over customtabs

this post was submitted on 30 Apr 2026
277 points (100.0% liked)

World News

55819 readers
1462 users here now

A community for discussing events around the World

Rules:

Similarly, if you see posts along these lines, do not engage. Report them, block them, and live a happier life than they do. We see too many slapfights that boil down to "Mom! He's bugging me!" and "I'm not touching you!" Going forward, slapfights will result in removed comments and temp bans to cool off.

We ask that the users report any comment or post that violate the rules, to use critical thinking when reading, posting or commenting. Users that post off-topic spam, advocate violence, have multiple comments or posts removed, weaponize reports or violate the code of conduct will be banned.

All posts and comments will be reviewed on a case-by-case basis. This means that some content that violates the rules may be allowed, while other content that does not violate the rules may be removed. The moderators retain the right to remove any content and ban users.


Lemmy World Partners

News !news@lemmy.world

Politics !politics@lemmy.world

World Politics !globalpolitics@lemmy.world


Recommendations

For Firefox users, there is media bias / propaganda / fact check plugin.

https://addons.mozilla.org/en-US/firefox/addon/media-bias-fact-check/

founded 2 years ago
MODERATORS