Docker execs strings to boot up linux containers
1–8 of 8 posts
Re: Docker execs strings to boot up linux containers
#2Re: Docker execs strings to boot up linux containers
#3rather than the golang wrapper by the lxc team: https://github.com/lxc/go-lxc
Re: Docker execs strings to boot up linux containers
#4rather than the golang wrapper by the lxc team: https://github.com/lxc/go-lxc
Re: Docker execs strings to boot up linux containers
#5Re: Docker execs strings to boot up linux containers
#6Re: Docker execs strings to boot up linux containers
#7Why is this a problem at all? There is no user supplied input here. There is some string mangling in commands below, but it looks like none of it can be manipulated by a malicious user. It's not a security issue. It sounds like OP just thinks that subprocesses are icky.
Re: Docker execs strings to boot up linux containers
#8Why is this a problem at all? There is no user supplied input here. There is some string mangling in commands below, but it looks like none of it can be manipulated by a malicious user. It's not a security issue. It sounds like OP just thinks that subprocesses are icky.
It's not a problem. The poster didn't put a description of what the issue was, so I would say this post should be flagged, personally
As written, or with 'a' but not 'b', there may be a possibility of an attacker manipulating $PATH to cause their own identically-named executable to be invoked with Docker's own privileges.