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

Null pointer dereference #27

Open
bird8693 opened this issue Apr 17, 2020 · 0 comments
Open

Null pointer dereference #27

bird8693 opened this issue Apr 17, 2020 · 0 comments

Comments

@bird8693
Copy link

Enviroment

operating system: ubuntu18.04
compile command: make
test command: ./run_tests  poc

poc:

https://drive.google.com/open?id=1mnLo6dzO3586JNhV1MtG-0VWEQZIOUzH

vulnerability description:

It is a problem with CTinyJS :: condition. On the TinyJS.cpp + 1813 line, a null pointer reference is triggered, as shown in the figure:
image
The reason for the vulnerability is that when using the shift function to obtain the value of the js expression, the obtained object value b is empty, and it is not verified whether b is empty, and then b-> var refers to b, causing the vulnerability.

PoC construction

In the process of declaring a variable, a null pointer can be caused by adding a null character.
image
That is, an empty character is added after an element of the array.

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

1 participant