ID CVE-2018-9838
Summary The caml_ba_deserialize function in byterun/bigarray.c in the standard library in OCaml 4.06.0 has an integer overflow which, in situations where marshalled data is accepted from an untrusted source, allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted object.
References
Vulnerable Configurations
  • cpe:2.3:a:ocaml:ocaml:4.06.0:*:*:*:*:*:*:*
    cpe:2.3:a:ocaml:ocaml:4.06.0:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 27-07-2020 - 03:15)
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
gentoo GLSA-202007-48
misc https://caml.inria.fr/mantis/view.php?id=7765
Last major update 27-07-2020 - 03:15
Published 06-04-2018 - 18:29
Last modified 27-07-2020 - 03:15
Back to Top