SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-86547

MEDIUM · CVSS 6.2 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability in mrubyc versions up to 4.0.0 allows attackers to exploit a null pointer dereference in the op_enter() handler, which can be triggered by processing specially crafted .mrb bytecode files. This can lead to application crashes and result in a denial of service. Developers and organizations using mrubyc should prioritize patching this vulnerability to mitigate potential disruptions to their applications.

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.

CVE
CVE-2026-86547
Severity
MEDIUM
CVSS
6.2
EPSS
0.13%

Original NVD Description

mrubyc through 4.0.0 contains a null pointer dereference vulnerability in the op_enter() handler in src/vm.c when processing untrusted bytecode. Attackers can craft malicious .mrb bytecode files with OP_ENTER instructions at the top level to crash the embedding application and cause denial of service.