Disclosing a directory traversal vulnerability in Kubernetes copy
1–5 of 5 posts
Re: Disclosing a directory traversal vulnerability in Kubernetes copy
#2Re: Disclosing a directory traversal vulnerability in Kubernetes copy
#3Did they start counting with 1000000, or do we really have a million bugs security bugs in 2019 already?
https://cve.mitre.org/cve/identifiers/syntaxchange.html
Might as well add a massive 1000 prefix when upping the number of digits to catch truncating bugs early (seeing a bunch of 1000 is more obvious than if just the last of 5 digits is dropped)
Re: Disclosing a directory traversal vulnerability in Kubernetes copy
#4Did they start counting with 1000000, or do we really have a million bugs security bugs in 2019 already?
http://hackwolrdwide.com/7900-vulnerabilities-didnt-make-it-...
Re: Disclosing a directory traversal vulnerability in Kubernetes copy
#5it can be stopped by running the 'outside' code in the containers namespace (or writing correct code.). but this is tricky. if you use the containers pid namespace, then the container can inject into your process and you have the same problem. i believe this mistake has been made in the past. also, if you are using hypervisor based isolation then this is not an option.