-
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 /home/eack/libsass/src/prelexer.hpp:69:14 in Sass::Prelexer::parenthese_scope(char const*) #2814
Labels
Comments
E4ck
changed the title
AddressSanitizer: heap-buffer-overflow /home/user/libsass/src/prelexer.hpp:70:14 in Sass::Prelexer::parenthese_scope(char const*)
AddressSanitizer: heap-buffer-overflow /home/eack/libsass/src/prelexer.hpp:69:14 in Sass::Prelexer::parenthese_scope(char const*)
Jan 14, 2019
CVE-2019-6283 has been assigned for this vulnerability |
glebm
added a commit
to glebm/libsass
that referenced
this issue
Apr 4, 2019
glebm
added a commit
to glebm/libsass
that referenced
this issue
Apr 4, 2019
xzyfer
pushed a commit
that referenced
this issue
Apr 5, 2019
Should the CVE be marked as fixed for this: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6283? I noticed because snyk was showing this as not having any fixed versions: https://snyk.io/vuln/SNYK-JS-NODESASS-535498 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A heap-buffer-overflow in prelexer.hpp:70:14 in Sass::Prelexer::parenthese_scope(char const*)
Compile and reproduce:
CC=afl-clang-fast CXX=afl-clang-fast++ AFL_USE_ASAN=1 make -C sassc -j4
ldd:
System information:
Linux ubuntu64 4.15.0-29-generic #31~16.04.1-Ubuntu SMP Wed Jul 18 08:54:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Version: libsass-3.5.5、sassc-3.4.8
Poc: crash27.zip
Run:
cat crash27 | ./sassc
ASAN:
The text was updated successfully, but these errors were encountered: