-
Notifications
You must be signed in to change notification settings - Fork 463
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
AddressSanitizer: heap-buffer-overflow (OOB read) in Sass::Prelexer::exactly (libsass/src/lexer.hpp:93:14) #2656
Labels
Comments
xzyfer
added a commit
to xzyfer/libsass
that referenced
this issue
Jul 4, 2018
xzyfer
added a commit
to xzyfer/libsass
that referenced
this issue
Jul 4, 2018
Only the following case still fails: |
glebm
added a commit
to glebm/libsass
that referenced
this issue
Nov 25, 2018
`kwd_arg` would never get freed when there was a parse error in `parse_ie_keyword_arg`. Closes sass#2656
glebm
added a commit
to glebm/libsass
that referenced
this issue
Nov 25, 2018
`kwd_arg` would never get freed when there was a parse error in `parse_ie_keyword_arg`. Closes sass#2656
xzyfer
pushed a commit
that referenced
this issue
Nov 25, 2018
`kwd_arg` would never get freed when there was a parse error in `parse_ie_keyword_arg`. Closes #2656
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there, I have discovered an out-of-bands read (OOB) in libsass at: libsass/src/lexer.hpp:93:14
Found when fuzzing commit 60f8391 of libsass, using commit aa6d5c6 of sassc as a harness.
Compile flags to reproduce:
System information:
This bug was found to be in libsass releases from 3.3.2 until the commit tested above.
You can find a collection of PoC files that trigger the bug here.
The full ASAN report can be found here (symbols names too long to bother showing).
The text was updated successfully, but these errors were encountered: