xhat007

Results 15 comments of xhat007

any alternatives ?

Current Exploit For CVE-2022-1015 https://github.com/pqlx/CVE-2022-1015

Hi @worawit What do i need to do to debug ? Thanks.

Hi, if someone encounter this error, the work around i did is the define another variable. at line 45 and add the user that will run the exploit. so after...

@linsihao7788 Did u try this exploit : exploit_cent7_userspec.py ??

Hi WinMin, on ubuntu i replaced the line 17 `char path[1024];` with `char path[PATH_MAX];` and the compilation succeed. but on CENTOS 6.9 i still don't now what the problem :...

Yes the following output is from the "make command" ``` [xhat@localhost CVE-2021-3560]$ make gcc exploit.c -o exploit agent.c agent.h -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -g...

Thank you WinMin, If you have time please give it a try.

On centos 6.9 it still throw compilation erros : **root@localhost CVE-2021-3560]# ls** `agent.c agent.h exploit.c Makefile README.md` **[root@localhost CVE-2021-3560]# yum install dbus-glib-devel dbus-devel glib2-devel** ``` Loaded plugins: fastestmirror, refresh-packagekit, security...

Can you send over the compiled file so i can try it on my centos 6.9 ?