Atemu to [email protected] • 8 months agobackdoor in upstream xz/liblzma leading to ssh server compromisewww.openwall.commessage-square94fedilinkarrow-up1492arrow-down15cross-posted to: [email protected]selfhostedlinuxnetsec[email protected][email protected][email protected][email protected]
arrow-up1487arrow-down1external-linkbackdoor in upstream xz/liblzma leading to ssh server compromisewww.openwall.comAtemu to [email protected] • 8 months agomessage-square94fedilinkcross-posted to: [email protected]selfhostedlinuxnetsec[email protected][email protected][email protected][email protected]
minus-square@[email protected]linkfedilinkEnglish16•8 months agoArchlinux’s XZ was compromised as well. News post Git change for not using tarballs from source
minus-square@[email protected]linkfedilink12•8 months agoNo, read the link you posted: Arch does not directly link openssh to liblzma, and thus this attack vector is not possible. You can confirm this by issuing the following command: ldd "$(command -v sshd)" However, out of an abundance of caution, we advise users to remove the malicious code from their system by upgrading either way.
minus-square@[email protected]linkfedilink3•edit-28 months agoI think that was a precaution. The malicious build script ran during the build, but the backdoor itself was most likely not included in the resuling package as it checked for specific packaging systems. https://www.openwall.com/lists/oss-security/2024/03/29/22
Archlinux’s XZ was compromised as well.
News post
Git change for not using tarballs from source
No, read the link you posted:
I think that was a precaution. The malicious build script ran during the build, but the backdoor itself was most likely not included in the resuling package as it checked for specific packaging systems.
https://www.openwall.com/lists/oss-security/2024/03/29/22