sudo-cve-2019-18634
sudo-cve-2019-18634 copied to clipboard
Exploit seems to be failing
Trying this on a tryhackme box https://tryhackme.com/room/hackernote that should be vulnerable but it fails with the following message. exploit: dl-call-libc-early-init.c:37: _dl_call_libc_early_init: Assertion `sym != NULL' failed. Aborted (core dumped)
This isn't an issue with the exploit itself, but rather how it's been linked.
In order to help, I'd need information about the system you compiled it on and the system you're running it on, including the glibc version on both. My guess is that the system you're trying to run it on has a newer version of glibc and the linker expects this symbol (_dl_call_libc_early_init
) now.
The easiest solution might be to build it on the same system you're trying to run it on, but you could try building a dynamically-linked binary instead (e.g. with make LDFLAGS=
).
sir any actions related to this error: exploit.c:2497:12: error: stray ‘\342’ in program 2497 | You can<U+2019>t perform that action at this time
oh there is a lot of errors. when compile.