NULL pointer dereference in mruby - CVE-2018-12247
Published: June 12, 2018 / Updated: August 8, 2020
mruby
Detailed vulnerability description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a NULL pointer dereference error in mruby 1.4.1. There is a NULL pointer dereference in mrb_class, related to certain .clone usage, because mrb_obj_clone in kernel.c copies flags other than the MRB_FLAG_IS_FROZEN flag (e.g., the embedded flag). A remote attacker can perform a denial of service (DoS) attack.