| ▲ | jshmrsn 3 hours ago | |
Am I missing something, or do this article’s purported vulnerabilities rely on an assumption that an attacker already has enough access to your system that the attacker can modify files which your code is referencing by path? Isn’t this more of an escalation vector than a vulnerability in itself? I’m trying to understand the practical takeaway. | ||
| ▲ | tekacs 3 hours ago | parent | next [-] | |
It can come up as "I did not expect _arbitrary_ code execution/overwrite, especially not as root." e.g. in an installer:
I'm collapsing and simplifying - lots more possibilities and detail than the above. | ||
| ▲ | dnnddidiej 3 hours ago | parent | prev [-] | |
I am not a sysadmin by a long stretch but I see it as asking another process with more priveledges to do something to a file on your behalf. But I would like sma practical example. Would docker daemon running as root be one? | ||