The Other Players Who Helped (Almost) Make the World’s Biggest Backdoor Hack (theintercept.com)
from lemmyreader@lemmy.ml to linux@lemmy.ml on 04 Apr 2024 21:38
https://lemmy.ml/post/14069039

Same story, but this one adds some more details and other links.

#linux

threaded - newest

autotldr@lemmings.world on 04 Apr 2024 21:40 next collapse

This is the best summary I could come up with:


On March 29, Microsoft software developer Andres Freund was trying to optimize the performance of his computer when he noticed that one program was using an unexpected amount of processing power.

The XZ backdoor was introduced by way of what is known as a software supply chain attack, which the National Counterintelligence and Security Center defines as “deliberate acts directed against the supply chains of software products themselves.” The attacks often employ complex ways of changing the source code of the programs, such as gaining unauthorized access to a developer’s system or through a malicious insider with legitimate access.

The malicious code in XZ Utils was introduced by a user calling themself Jia Tan, employing the handle JiaT75, according to Ars Technica and Wired.

Tan’s elevation to being a co-maintainer mostly played out on an email group where code developers — in the open-source, collaborative spirit of the Linux family of operating systems — exchange ideas and strategize to build applications.

Their entire online presence is related to these brief interactions on the mailing list dedicated to XZ; their only recorded interest is in quickly ushering along updates to the software.

A leaked document from the defense contractor HBGary Federal outlines the meticulousness that may go into maintaining these fictive personas, including creating an elaborate online footprint — something which was decidedly missing from the accounts involved in the XZ timeline.


The original article contains 1,585 words, the summary contains 231 words. Saved 85%. I’m a bot and I’m open source!

Axisential@lemmy.nz on 04 Apr 2024 22:13 next collapse

Fascinating read - interesting that the origin of the hack is not yet known (or at least, released). I wonder what the stats are on these sorts of exploits in OSS - the concept relies so much on trust and individuals.

atzanteol@sh.itjust.works on 04 Apr 2024 23:18 next collapse

the concept relies so much on trust and individuals.

Everything does though.

pmk@lemmy.sdf.org on 05 Apr 2024 15:34 collapse

Ken Thompson talked about this back in 1984, his talk/article “Reflections on trusting trust” is a short but scary read.
cs.cmu.edu/…/Thompson_1984_ReflectionsonTrustingT…
In the end, what can we trust?

drwho@beehaw.org on 05 Apr 2024 16:41 collapse

Ultimately, nothing, unless you built everything yourself from scratch, just about from the silicon up.

Everything is risk management.

treadful@lemmy.zip on 05 Apr 2024 03:22 next collapse

TL;DR: Nothing really new here. They just summarize the social engineering of the attack.

pop@lemmy.ml on 05 Apr 2024 05:48 collapse

Everyone and their grandmother is writing/blogging about this attack by paraphrasing all the same information.

Need for Clicks 101

[deleted] on 05 Apr 2024 15:19 next collapse

.

asexualchangeling@lemmy.ml on 05 Apr 2024 21:05 collapse

Oh please, the franchise is just getting started, wake me when it reaches 404

WalrusByte@lemmy.world on 05 Apr 2024 21:27 next collapse

Can’t wait for Need for Clicks 2077!

Auli@lemmy.ca on 06 Apr 2024 11:59 collapse

I’m waiting for the one titled I’m a teapot. Heard it’s going to be 418.

lengau@midwest.social on 06 Apr 2024 14:41 collapse

You can get my take on it at www.creedthoughts.gov.www\creedthoughts/xz

admin@lemmy.my-box.dev on 05 Apr 2024 12:40 collapse

World’s biggest backdoor

Puh-lease. At least Heartbleed made it into production at enormous scale.

I stand corrected.

HopFlop@discuss.tchncs.de on 05 Apr 2024 14:05 next collapse

CVE score of heartbleed was 7.5, the score of this XZ backdoor is 10…

yoevli@lemmy.world on 05 Apr 2024 16:42 next collapse

Heartbleed was the result of an accidental buffer overread bug, not a backdoor.

xlash123@sh.itjust.works on 05 Apr 2024 17:00 collapse

A backdoor is very distinct from a vanilla vulnerability. Heartbleed was a vulnerability, meaning the devs made a mistake in the code, introducing a method of attack. XZ was backdoored, meaning a malicious actor intentionally introduced a method by which he could exploit systems.

Both are pretty serious vulnerabilities, but a backdoor, especially introduced so high in the supply chain, would have been devastating had it not been caught so early.