this post was submitted on 29 Mar 2024
406 points (99.0% liked)

Linux

47287 readers
1142 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kaleissin@sopuli.xyz -1 points 5 months ago (5 children)

Bad title. This is CVE-2024-3094. Run "xz --version" to see if you are affected.

[–] ryannathans@aussie.zone 82 points 5 months ago

"Run the affected binary to see if you have it"

[–] 1henno1@feddit.de 65 points 5 months ago

AFAIK it‘s better to use rpm -q xz xz-libs (copied from the forum replies) to avoid running xz itself just in case the affected version is already installed

[–] Aradia@lemmy.ml 56 points 5 months ago

If you go to the post, on the comments, there is someone that is already telling you to run dnf list xz --installed. So you don't need to run xz directly.

[–] unionagainstdhmo@aussie.zone 7 points 5 months ago (1 children)

Yeah that's just the title from the thread over on the Fedora forum

[–] InnerScientist@lemmy.world 3 points 5 months ago (1 children)
[–] unionagainstdhmo@aussie.zone 1 points 5 months ago

Yes but that would be disingenuous. The current title better captures the urgency of the situation

[–] bitwolf@lemmy.one 2 points 5 months ago

If you are checking out the extent of damage on your system do not use ldd to check the links.

You can inadvertently executed the exploit this way.