Earlier quoted context omitted.
It seems like the backdoor creates the potential to "cause damage" but doesn't [provably?] cause damage per se ? The author of the backdoor doesn't themselves "[cause] the transmission of a program ...". Others do the transmission. Seems weak, unless you know of some precedent case(s)?
The malicious author caused the transmission of the release tarball to GitHub and the official project site. This act was intentional and as a direct result other computers were damaged (when their administrators unknowingly installed the backdoored library). You’ve got to be joking if you’re saying that this wouldn’t be an open and shut case to prosecute. It’s directly on point. Law isn’t code, any jury would have z…
XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
331–340 of 862 posts
Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#332Earlier quoted context omitted.
I think behavioral analysis could be promising. There's a lot of weird stuff this code does on startup that any reasonable Debian package on the average install should not be doing in a million years. Games and proprietary software will sometimes ship with DRM protection layers that do insane things in the name of obfuscation, making it hard to distinguish from malware. But (with only a couple exceptions) there's no…
> No one wants a Linux antivirus ClamAV has been around for a very long time at this point. It's just not installed on servers, usually
A cloud provider can take snapshots of running VMs then run antivirus scan offline to minimize the impact to the customers.
Similarly, many applications are containerized and the containers are stateless, we can scan the docker images instead. This approach has been quite mature.
Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#333Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#334Earlier quoted context omitted.
> possible even some arm of the U.S. govt. Possible. But why mention U.S. specifically? Is it more likely than Russia, Iran, China, France ... ?
The US is behind more documented backdoors than those other countries.
Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#335Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#336Earlier quoted context omitted.
Think whatever you shall about systemd of course, but please stop with the blind belief mud slinging: - systemd didn't create the patch to include libsystemd, distros did - current systemd versions already remove liblzma from their dependencies, the affected distros are behind on systemd updates though - you can implement notify in standalone code in about the same effort as it takes to use the dependency, there wasn…
[flagged]
Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#337Earlier quoted context omitted.
SELinux context is passed down to child processes. If sshd is running as confined root (system_u:system_r:sshd_t or similar), then the bash spawned by RCE will be too. Even if sshd is allowed to masquerade as an unconfined non-root user, that user will (regardless of SELinux) be unable to read or write /dev/kmem, ignore standard file permissions, etc.
That's my point though--users expect to be able to do those things over ssh. Sandboxing sshd is hard because its child processes are expected to be able to do anything that an admin sitting at the console could do, up to and including reading/writing kernel memory.
Now, sandboxing sudo (in the general case) with SELinux probably isn't possible.
Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#338Earlier quoted context omitted.
> No one wants a Linux antivirus ClamAV has been around for a very long time at this point. It's just not installed on servers, usually
don't most people who use that just use it for scanning incoming email attachments usually?
Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#339Imagine a future where state actors have hundreds of AI agents fixing bugs, gaining reputation while they slowly introduce backdoors. I really hope open source models succeed.
... if we want security it needs trust anyway. it doesn't matter if it's amazing Code GPT or Chad NSA, the PR needs to be reviewed by someone we trust. it's the trust that's the problem. web of trust purists were right just ahead of the time.
Re: XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."
#340Has anyone proposed a name for this exploit yet?