vendor:
N/A
by:
Google Security Research
7.5
CVSS
HIGH
Crash
119
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2015
A nasty looking crash is manifesting in various different ways under fuzzing
A nasty looking crash is manifesting in various different ways under fuzzing, apparently related to drawing and bitmap handling. The crash on 64-bit Linux looks like this: rax 0x83071500ff0300 36881008741516032. If we trace through the usages of %rax, we can get to some bad writes pretty easily. A trigger is attached, signal_sigsegv_7ffff5b5aee2_252_0688bbd450e7c095265d00be2fca50ab.swf and the base file from which this fuzz case was generated is also attached, 0688bbd450e7c095265d00be2fca50ab.swf.
Mitigation:
Ensure that all input is validated and sanitized before being used in any operations.