Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot reproduce vuln scenario #1

Closed
syriusbughunt opened this issue Jun 14, 2019 · 3 comments
Closed

cannot reproduce vuln scenario #1

syriusbughunt opened this issue Jun 14, 2019 · 3 comments

Comments

@syriusbughunt
Copy link

root@5cd77195ab1e6f0001ec5164:/root/CVE-2019-10149/exim# docker run --rm -it vuln/cve-2019-10149
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: "/main.sh": permission denied": unknown.
ERRO[0001] error waiting for container: context canceled

@dhn
Copy link
Owner

dhn commented Jun 14, 2019

I can't reproduce the issue; Have you try to change the permission of 'main.sh' and build the image again?

# chmod +x main.sh
# docker build -t vuln/cve-2019-10149 .
# docker run --rm -it vuln/cve-2019-10149

@syriusbughunt
Copy link
Author

Yeah that's the first thing I tried after the error msg:

chmod +x *.sh

Still having the same issue; I tried with my vps and my personal ubuntu at home; same error! :(

@dhn
Copy link
Owner

dhn commented Jun 15, 2019

That is really odd; I've tested it on several systems without any problems.

@dhn dhn closed this as completed Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants