Frichetten/CVE-2019-5736-PoC

Can't execute file main inside container

vax-r opened this issue · 2 comments

vax-r commented

@Frichetten Hello, I cloned your repo and compile main.go
After I put the executable file main inside my ubuntu container and tried to execute it
I got the following error
error while loading shared libraries: libgo.so.13: cannot open shared object file: No such file or directory

I've tried to reinstall the whole GO package and install libgo13 again and again but the error continue to pop out , any solution for it?

Hey @yi-shin-cheng , sorry I'm not familiar with that error. I would recommend running the exploit in an old Ubuntu 18.04 or Debian 9 VM, it may have the library you're looking for.

vax-r commented

Thanks I've resolved the issue by changing the container I'm using into Ubuntu 18.04 bionic, I've already used my VM version as Ubuntu 18.04. Thanks alot!