-
Notifications
You must be signed in to change notification settings - Fork 110
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
out of bound read in trim_whitespace #109
Comments
Thank you for the report, I've attached the poc to this issue. |
troglobit
added a commit
that referenced
this issue
Aug 12, 2018
It seems that this issue has got a CVE number: https://security-tracker.debian.org/tracker/CVE-2018-14447 @troglobit Can you make a new minor release with the fix? |
OK sure ... next time, commenting on closed issues can be tricky to find for a maintainer. |
Thanks! |
buildroot-auto-update
pushed a commit
to buildroot/buildroot
that referenced
this issue
Aug 20, 2018
Fixes CVE-2018-14447: libconfuse/libconfuse#109 Signed-off-by: Frank Hunleth <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
libconfuse_poc.txt
When open a crafted file, The program could tigger out of bound read
As you can see
$rbx
point a0x30
size malloc chunk (which size for user is0x20
), and$r13
is0x20
then
could access **1 byte out of ** the vaild memory.
the poc file
The text was updated successfully, but these errors were encountered: