Open yasooknigth opened 2 years ago
Emmmmm,about more?the cpu & cores are both OK...
Have you solved this issue? I also encountered this on CentOS 7, sudo 1.8.6, and libc 2.17
Below is how to reproduce this problem:
docker run -it --rm centos:centos7.1.1503
# below: inside docker
curl https://yum.oracle.com/repo/OracleLinux/OL7/3/base/x86_64/getPackage/sudo-1.8.6p7-20.el7.x86_64.rpm -o sudo-1.8.6p7-20.el7.x86_64.rpm
rpm -i sudo-1.8.6p7-20.el7.x86_64.rpm
adduser test
su test
# then download and run exploit_defaults_mailer.py, it will report AssertionError.
hi,worawit. I've learned a lot about heap overflow from your project.But I have a new error during my VMs testing, the size parameter of cmnd function can not be obtained accurately all the time. Here is the 'Error Message' below
And,here is the version below:
Also, I tried manually getting specific parameter values and specifying specific inputs(Some python code i've changed with local debugging)