ID CVE-2017-6952
Summary Integer overflow in the cs_winkernel_malloc function in winkernel_mm.c in Capstone 3.0.4 and earlier allows attackers to cause a denial of service (heap-based buffer overflow in a kernel driver) or possibly have unspecified other impact via a large value.
References
Vulnerable Configurations
  • cpe:2.3:a:capstone-engine:capstone:*:*:*:*:*:*:*:*
    cpe:2.3:a:capstone-engine:capstone:*:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 05-04-2017 - 01:59)
Impact:
Exploitability:
CWE CWE-190
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:P/I:P/A:P
refmap via4
bid 97323
confirm https://github.com/aquynh/capstone/commit/6fe86eef621b9849f51a5e1e5d73258a93440403
Last major update 05-04-2017 - 01:59
Published 16-03-2017 - 21:59
Last modified 05-04-2017 - 01:59
Back to Top