Earlier quoted context omitted.
Nix won't help you secure your system from untrusted code written by internet script kiddies. It's a build tool and simply isn't designed for such things.
Um, yes it will? Linux namespeaces are linux namespaces; if you don't trust them we have bigger problems than Nix. It will certainly make sure the skids cannot do `#include ` and get useful information, for example.
#include
121–130 of 132 posts
Re: #include </etc/shadow>
#122Earlier quoted context omitted.
If that was my server I would of course put a joke in /etc/shadow - did you try to brute force the hashes? It would not be a great surprise to find some obvious funny content if you try?
That'd be pretty funny :D Like for example, if the entry for root in the joke /etc/shadow was the hash of "Thank you Mario! But our princess is in another castle!"
Re: #include </etc/shadow>
#123Re: #include </etc/shadow>
#124Earlier quoted context omitted.
If that was my server I would of course put a joke in /etc/shadow - did you try to brute force the hashes? It would not be a great surprise to find some obvious funny content if you try?
How many of your servers actually have jokes in /etc/shadow?
Re: #include </etc/shadow>
#125Earlier quoted context omitted.
I'm trying to understand what your point is, are you denying that there was a vulnerability? As it stands it just sounds like you are just being a jerk on the internet.
I am asking for actual code that shows his statement is still true. The statements I read as an answer to my question contain zero value and still lots of very unrelated words. If you are sure there are vulns right now, please publish them. If not, shut up. Nillywilly "computers might be insecure" is on a level I would not expect to read on a side like this one. I just want to keep the quality level high for this new…
https://news.ycombinator.com/item?id=21812936
https://news.ycombinator.com/item?id=21812863
https://news.ycombinator.com/item?id=21812806
https://news.ycombinator.com/item?id=21656610
https://news.ycombinator.com/item?id=21656527
Please review the guidelines: https://news.ycombinator.com/newsguidelines.html. Note that they include: "Have curious conversation; don't cross-examine."
Re: #include </etc/shadow>
#126Re: #include </etc/shadow>
#127Earlier quoted context omitted.
Not many if its Qubes OS.
One would be quite enough.
Re: #include </etc/shadow>
#128Earlier quoted context omitted.
One would be quite enough.
In fact, Qubes is using hardware virtualization IOMMU/VT-d [0], which has been escaped only once in 2006 by the project founder [1]. [0] https://www.qubes-os.org/doc/architecture/ [1] https://en.wikipedia.org/wiki/Blue_Pill_(software)
It will be progressively harder, but it will happen.
Re: #include </etc/shadow>
#129On a related note, the XML standard defines a way to include external files in the document. If you come across a service which replies with a part of your request(e.g. validation errors) and uses XML parser with this feature turned on, which is true by default in many cases, this can be used to read arbitrary files. I wonder how many poorly maintained enterprise systems systems are vulnerable to that. https://www.ow…