NixOS and reproducible builds could have detected the xz backdoor
121–130 of 192 posts
Re: NixOS and reproducible builds could have detected the xz backdoor
#122Is the massive number of spam messages on this thread an attempt to suppress the article / discussion around it? I've not seen this many from multiple but evidently related green accounts before. Given the implications about nation state actors in play, it's tempting to jump to conclusions here.
No, this has been happening for a few days now. Browse threads from the past week with showdead enabled and you'll see them.
Thanks, I didn't know this was something we could turn off. Although it does feel like they could just default to collapsed too.
Re: NixOS and reproducible builds could have detected the xz backdoor
#123Is the massive number of spam messages on this thread an attempt to suppress the article / discussion around it? I've not seen this many from multiple but evidently related green accounts before. Given the implications about nation state actors in play, it's tempting to jump to conclusions here.
It's multiple threads, not just this one, and it's been on and off the past few days. You can add these kind of lines: news.ycombinator.com##tr.athing.comtr:has(a.hnuser:has-text('banana_dick')) news.ycombinator.com##tr.athing.comtr:has(a.hnuser:has-text('sirspamalot')) to any uBlock or AdBlockPlus type extensions with manual compatible custom filters that you might have added to your browser. > It's quite amazing th…
Re: NixOS and reproducible builds could have detected the xz backdoor
#124Earlier quoted context omitted.
> This would make it convenient to run every single process with restricted privileges, including no access to ~/ Please no. I understand why Flatpaks do it, but this is one of the most ridiculously annoying things about the Flatpak sandbox. You can often only drag 'n drop from ~/Downloads/, and from any other location either causes the receiving application to glitch out, fail silently, or fail with a general error.…
>You can often only drag 'n drop from ~/Downloads/ Drag and drop could be made to always work since it's being done by a user. Request this feature from your operating system's developer.
Re: NixOS and reproducible builds could have detected the xz backdoor
#125Earlier quoted context omitted.
> This would make it convenient to run every single process with restricted privileges, including no access to ~/ Please no. I understand why Flatpaks do it, but this is one of the most ridiculously annoying things about the Flatpak sandbox. You can often only drag 'n drop from ~/Downloads/, and from any other location either causes the receiving application to glitch out, fail silently, or fail with a general error.…
>You can often only drag 'n drop from ~/Downloads/ Drag and drop could be made to always work since it's being done by a user. Request this feature from your operating system's developer.
Re: NixOS and reproducible builds could have detected the xz backdoor
#126Is the massive number of spam messages on this thread an attempt to suppress the article / discussion around it? I've not seen this many from multiple but evidently related green accounts before. Given the implications about nation state actors in play, it's tempting to jump to conclusions here.
It's multiple threads, not just this one, and it's been on and off the past few days. You can add these kind of lines: news.ycombinator.com##tr.athing.comtr:has(a.hnuser:has-text('banana_dick')) news.ycombinator.com##tr.athing.comtr:has(a.hnuser:has-text('sirspamalot')) to any uBlock or AdBlockPlus type extensions with manual compatible custom filters that you might have added to your browser. > It's quite amazing th…
Re: NixOS and reproducible builds could have detected the xz backdoor
#127Earlier quoted context omitted.
>You can often only drag 'n drop from ~/Downloads/ Drag and drop could be made to always work since it's being done by a user. Request this feature from your operating system's developer.
Is it? There is such a thung as GUI automation. It's not a very popular exploit vector because it is visible, and because there are simpler non-GUI exploit vectors available. But nothing fundamentally stops an attacker process from pretending it's accessibility software and taking control of the mouse to do a drag-n-drop.
Re: NixOS and reproducible builds could have detected the xz backdoor
#128Note that NixOS and reproducible builds did not detect the xz backdoor, and in fact NixOS shipped the malicious builds of xz (though they didn't do anything because the malware didn't target NixOS): > I am a NixOS developer and I was surprised when the backdoor was revealed to see that the malicious version of xz had ended up being distributed to our users. As always theory and reality are different, and the thing th…
> NixOS and reproducible builds did not detect the xz backdoor Nix declarativeness is quite useful to increase protection against exploits in a number of ways. Unfortunately, there is still a lot of untapped potential. My number one priority would be to implement fine-grained ephemeral containers. Guix has these already. This would make it convenient to run every single process with restricted privileges, including n…
Re: NixOS and reproducible builds could have detected the xz backdoor
#129Why is nobody questioning this: > To build xz from sources, we need autoconf to generate the configure script. But autoconf has a dependency on xz! Both directions of this seem crazy to me. 1. Why the heck should a build configuration tool like autoconf be unable to function without a compression tool like xz? That makes no sense on its face. 2. For that matter, why the heck should xz, a tool that is supposedly so fu…
[flagged]
Re: NixOS and reproducible builds could have detected the xz backdoor
#130llm commit scanning might be an interesting approach to the oss supply chain security problem.
Comparing the tarball's contents against the VCS repository would've likely made this easier to catch, but at that point you might as well just use the VCS repository directly.