Skip to content
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

There is a vulnerability in elfls, which can cause SEGV on unknown address. #10

Closed
law4D opened this issue Feb 15, 2020 · 1 comment
Closed

Comments

@law4D
Copy link

law4D commented Feb 15, 2020

The 'elfls' of the lastest version run as "./elfls <poc_file>", which can cause SEGV on unknown address. A PoC can be found at PoC_elfls.zip

==13047==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000020 (pc 0x000000401ff0 bp 0x000000000000 sp 0x7ffe5a7c2430 T0)
#0 0x401fef in makenumberfmts ./ELFkickers-master/elfls/elfls.c:568
#1 0x401fef in main ./ELFkickers-master/elfls/elfls.c:916
#2 0x7f25a169782f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
#3 0x406f28 in _start (./ELFkickers-master/install/bin/elfls+0x406f28)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV ./ELFkickers-master/elfls/elfls.c:568 makenumberfmts
==13047==ABORTING

@law4D
Copy link
Author

law4D commented Feb 15, 2020

The affected version of ELFkickers can be found at
https://github.com/BR903/ELFkickers/tree/e1af22cc152abc9e9c8d28e8011fd39d33e8e3c1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants