sudo-cve-2019-18634 icon indicating copy to clipboard operation
sudo-cve-2019-18634 copied to clipboard

Exploit seems to be failing

Open JakeBurrell opened this issue 2 years ago • 3 comments

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)

JakeBurrell avatar Oct 22 '21 22:10 JakeBurrell

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=).

saleemrashid avatar Nov 21 '21 12:11 saleemrashid

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

renozion avatar Jun 14 '23 15:06 renozion

oh there is a lot of errors. when compile.

renozion avatar Jun 14 '23 15:06 renozion