• Hey, guest user. Hope you're enjoying GameParadise! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Backdoor in `xz` found, affects ssh (linux remote desktop connections)

 
 

admin

Chad
Staff member
85%
A backdoor was found in Linux most used compression library: liblzma, affecting the SSH Server service (sshd).

https://www.wired.com/story/jia-tan-xz-backdoor/
https://boehs.org/node/everything-i-know-about-the-xz-backdoor
https://nvd.nist.gov/vuln/detail/CVE-2024-3094

You can check if you are running SSH server by running:

systemctl status sshd


If it reports itself as being active, then check for the `xz` version:

$ xz --version


If it reports itself being 5.6.0 or 5.6.1, you machine was most likely compromised. Update it **immediately** .
 
 

Recent Content

Newest Downloads

Tutorials

Back
Top