ID CVE-2018-6191
Summary The js_strtod function in jsdtoa.c in Artifex MuJS through 1.0.2 has an integer overflow because of incorrect exponent validation.
References
Vulnerable Configurations
  • cpe:2.3:a:artifex:mujs:-:*:*:*:*:*:*:*
    cpe:2.3:a:artifex:mujs:-:*:*:*:*:*:*:*
  • cpe:2.3:a:artifex:mujs:1.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:artifex:mujs:1.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:artifex:mujs:1.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:artifex:mujs:1.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:artifex:mujs:1.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:artifex:mujs:1.0.2:*:*:*:*:*:*:*
CVSS
Base: 4.3 (as of 09-02-2018 - 18:10)
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 MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:N/I:N/A:P
refmap via4
bid 102840
exploit-db 43903
misc
Last major update 09-02-2018 - 18:10
Published 24-01-2018 - 21:29
Last modified 09-02-2018 - 18:10
Back to Top