-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Centos 6.10 version is not adapted #15
Comments
@cxy-uestc what is the glibc version? you can find it by typing: |
same issue my libc version is 2.17 can you suggest something ? I will be appreciated for your help. |
@abrekcoin any thing of glibc < 2.26 cannot work with these current pocs of blasty and lockedbyte and stong..... |
I was trying to exploit Centos 7. After the call to setlocale(), I found that there were very few "holes" being created in the heap. I was able to create a fastbin of any desirable size, but this fastbin got allocated before the call to (e)malloc in set_cmnd() so that the heap overflow could occur. Any ideas how to create more holes? |
@an0n5urf well that is the question i said to blasty but he still didn't reply, Maybe it's the fact most issues requested custom version support so it got ignored i don't know. But, like I said, I filled all fast bins but couldn't allocate more than a bin of a custom size if you manage to create more than 1 chunk per bin type, please let me know here. Maybe it's the last key needed for a complete exploit in older glibc versions. |
Hi
Could you give the method for the Centos 6.10 target? The latest sudo version is 1.8.6p3-29.el6 on Centos6
Hope for you reply! Thank you very much!
The text was updated successfully, but these errors were encountered: