this post was submitted on 29 Mar 2024
672 points (99.3% liked)

Technology

58603 readers
3746 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

The malicious changes were submitted by JiaT75, one of the two main xz Utils developers with years of contributions to the project.

“Given the activity over several weeks, the committer is either directly involved or there was some quite severe compromise of their system,” an official with distributor OpenWall wrote in an advisory. “Unfortunately the latter looks like the less likely explanation, given they communicated on various lists about the ‘fixes’” provided in recent updates. Those updates and fixes can be found here, here, here, and here.

On Thursday, someone using the developer's name took to a developer site for Ubuntu to ask that the backdoored version 5.6.1 be incorporated into production versions because it fixed bugs that caused a tool known as Valgrind to malfunction.

“This could break build scripts and test pipelines that expect specific output from Valgrind in order to pass,” the person warned, from an account that was created the same day.

One of maintainers for Fedora said Friday that the same developer approached them in recent weeks to ask that Fedora 40, a beta release, incorporate one of the backdoored utility versions.

“We even worked with him to fix the valgrind issue (which it turns out now was caused by the backdoor he had added),” the Ubuntu maintainer said.

He has been part of the xz project for two years, adding all sorts of binary test files, and with this level of sophistication, we would be suspicious of even older versions of xz until proven otherwise.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 6 months ago (4 children)

Please help me as a novice Linux user- is this something that comes preinstalled with Mint Cinnamon? And if so, what can I do about it?

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

As the other person said it’s likely that xz is already installed on your system, but almost certainly a much older version than the compromised one. It’s likely that no action is required on your part assuming you’ve not been downloading tarballs of bleeding edge software.

As the other person said, just keep doing updates as soon Mint recommends them (since it’s based on Ubuntu LTS, it’s a lot less likely to have these bleeding edge vulnerabilities).

[–] [email protected] 5 points 6 months ago

Much appreciated, thank you.

[–] [email protected] 17 points 6 months ago (3 children)

You're good. Even if you do use xz and ssh the version with the vulnerability only made it's way to rolling release distros or beta version of distros like fedora 40

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

Welp, time to go check my version of fedora

[–] [email protected] 1 points 6 months ago

40 is still in beta. 39 doesn't have the vulnerability

[–] [email protected] 2 points 6 months ago (1 children)
[–] [email protected] 1 points 6 months ago
[–] [email protected] 1 points 6 months ago
[–] [email protected] 11 points 6 months ago (2 children)

The library itself is very common and used by a lot of things (in this case it seems that the payload only activated when used by specific programs, like SSH).

What you can do about it is keep your system up-to-date using your distribution update mechanisms. This kind of thing, when found out, is usually fixed quickly in security updates. In Mint (which I don't use, but I believe is based on either debian or ubuntu, which uses dpkg/apt) security updates are flagged differently anc can be installed automatically, depending on your configuration.

tl;dr: keep your system up-to-date, it will keep known vulnerabilities away as much as it can;

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

In this case though the backdoor was added recently so updating could do the opposite of help here. Luckily I don't think any stable distros added the new version.

[–] [email protected] 3 points 6 months ago

It was added recently, but at this point in the timeline, fixes are available for most mainstream distro at least. Except for rare cases where a fix can't be made available quickly, this kind of publicity is only done when a fix is broadly available. There are extreme cases of course, but in this case, it's fixed.

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

Thanks. I do my best to regularly update, so here's hoping it will not be a problem for me before an update fixes it!

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

Alternatively, if you never use ssh, then it wouldn't be a problem.

[–] [email protected] 4 points 6 months ago

There are definitely times where (at least based on the instructions I read) that I have had to use ssh for various reasons, so I think it will be a problem in the future if I don't get a fix in an update. But I'm guessing a fix will be coming soon.

[–] [email protected] 7 points 6 months ago (2 children)

dpkg --list | grep xz

should return what version of xz package is on your system. Likely 5.4, in which case you should be okay.

[–] [email protected] 3 points 6 months ago* (last edited 6 months ago) (1 children)

It says "5.2.5-2ubuntu1." So I'll have to see about updating it.

EDIT: However, this says I should be safe: https://forums.linuxmint.com/viewtopic.php?t=416756

[–] [email protected] 7 points 6 months ago* (last edited 6 months ago)

The affected versions are 5.6.0 to 5.6.1

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

ii xz-utils 5.2.5-2ubuntu1 amd64 XZ-format compression utilities On my latest Mint install.

[–] [email protected] 2 points 6 months ago

which isn't an effected version, so you should be okay.