> Note: successful exploitation does not generate any log entries. Does this mean, had this exploit gone unnoticed, the attacker could have executed arbitrary commands as root without even a single sshd log entry on the compromised host regarding the 'connection'?
Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
31–40 of 500 posts
Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#32Imagine how frustrating it has to be for the attacker to meticulously plan and execute this and get foiled so late in the game, and so publicly
Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#33It's pretty interesting that they didn't just introduce an RCE that anyone can exploit, it requires the attacker's private key. It's ironically a very security conscious vulnerability.
For real, it's almost like a state-sponsored exploit. It's crafted and executed incredibly well, the performance issue feels like pure luck it got found.
Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#34"Play stupid games, win stupid prizes"
Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#35Do we know if this exploit only did something if a SSH connection was made? There's a list of strings from it on Github that includes "DISPLAY" and "WAYLAND_DISPLAY": https://gist.github.com/q3k/af3d93b6a1f399de28fe194add452d01 These don't have any obvious connection to SSH, so maybe it did things even if there was no connection. This could be important to people who ran the code but never exposed their SSH server to…
Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#3620 years ago, I was working at an ISP/Telco and one of our vendors had a permanent admin account hardcoded on their gear, you couldn't change the password and it didn't log access, or show up as an active user session.
Always limit traffic to just what is necessary, does the entire internet really need to be able to SSH to your box?
Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#37Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#38It's pretty interesting that they didn't just introduce an RCE that anyone can exploit, it requires the attacker's private key. It's ironically a very security conscious vulnerability.
For real, it's almost like a state-sponsored exploit. It's crafted and executed incredibly well, the performance issue feels like pure luck it got found.
Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#39Re: Xzbot: Notes, honeypot, and exploit demo for the xz backdoor
#40All these efforts are appreciated, but I don't think the attacker is going to leak their payload after the disclosure and remediation of the vuln.