CyberRota Analysis
AI-GeneratedThe vulnerability in mrubyc versions up to 3.4.1 allows for a NULL pointer dereference in the op_super() function, which can lead to application crashes or potential denial of service. Organizations using mrubyc for Ruby programming should prioritize patching this issue to mitigate risks associated with application stability and availability.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
mrubyc through 3.4.1 was found to contain a NULL pointer dereference in src/vm.c in op_super() / OP_SUPER due to a missing runtime guard for top-level super.