vendor:
LiveSafe
by:
Project Zero
7,8
CVSS
HIGH
Signedness Error Parsing Sections and Relocations
190
CWE
Product Name: LiveSafe
Affected Version From: McAfee LiveSafe 14.0
Affected Version To: McAfee LiveSafe 14.0
Patch Exists: NO
Related CWE: N/A
CPE: a:mcafee:livesafe
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux
2016
Fuzzing packed executables with McAfee’s LiveSafe 14.0 on Windows
Fuzzing packed executables with McAfee's LiveSafe 14.0 on Windows found a signedness error parsing sections and relocations. The attached fuzzed testcase demonstrates this and causes a crash in mscan64a.dll. The code runs as SYSTEM on Windows, with no sandboxing and is used to parse untrusted remote input. The code is trying to read a byte from 0x90000fff, which is obviously invalid.
Mitigation:
Ensure that all input is validated and sanitized before being used.