Open Loginsoft-Research opened 4 years ago
Fixed. Thanks.
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 notifications@github.com 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.
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-: