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

Sysmalloc assertion failed #2

Open
zaphida opened this issue Feb 19, 2023 · 1 comment
Open

Sysmalloc assertion failed #2

zaphida opened this issue Feb 19, 2023 · 1 comment

Comments

@zaphida
Copy link

zaphida commented Feb 19, 2023

 kernel  ~  Downloads  ./sshhack.o 1 2 24 4 104.154.17.45 22 0
sshhack.o: malloc.c:2617: sysmalloc: Assertion (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. Aborted  kernel  ~  Downloads  SIGABRT  ./sshhack.o 1 2 8 4 104.154.17.45 22 0 sshhack.o: malloc.c:2617: sysmalloc: Assertion (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
Aborted
 kernel  ~  Downloads  SIGABRT  ./sshhack.o 1 2 4 4 104.154.17.45 22 0
sshhack.o: malloc.c:2617: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
Aborted
 kernel  ~  Downloads  SIGABRT  

@Plumatester
Copy link

Second this. I don't understand how you are even supposed to get RCE with this.

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