-
Notifications
You must be signed in to change notification settings - Fork 31
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 in function calculate_beam(). #72
Comments
moinejf
added a commit
that referenced
this issue
Feb 5, 2020
Issue #72. There were bad time links due to a bad fix in the version 8.13.12 (loss of measure bar when followed by %%score and voice absent).
Fixed. |
This revised version will not recognize the”/“ in the distribution’s voices.abcfile.
Timm
… On Feb 5, 2020, at 12:26 PM, Jean-François Moine ***@***.***> wrote:
Fixed.
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Indeed, I should have done more tests! Many thanks, Timm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the vulnerability?
Null pointer Dereference is discovered in abcm2ps (8.14.6-master). The same can be triggered by sending a crafted abc file to the abcm2ps binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impacts when a victim opens a specially crafted file.
Affected version-: 8.14.6-master
Command-: ./abcm2ps $POC
Reproducer file-: Reproducer
Synopsis-: We discovered Null pointer dereference in
calculate_beam()
at draw.c:341.s->ts_prev
is not being validated. Due to lack of validation ofs->ts_prev
, therefore it causes Null pointer dereference.Vulnerable code-:
Debug-:
GDB-:
Valgrind-:
The text was updated successfully, but these errors were encountered: