CVE-2026-56111 PUBLISHED

Marlin Firmware 2.1.2.7 Out-of-Bounds Write via M421 G-code Handler

Assigner: VulnCheck
Reserved: 18.06.2026 Published: 24.06.2026 Updated: 24.06.2026

Marlin Firmware through 2.1.2.7, fixed in commit 1f255d1, when built with MESH_BED_LEVELING enabled, contains an out-of-bounds write vulnerability in the M421 G-code handler that allows attackers to corrupt firmware memory by supplying out-of-range X and Y grid indices. Attackers can send a single crafted G-code command via USB serial, network interface, or malicious gcode file to write an attacker-controlled 32-bit float value past the z_values array bounds, corrupting adjacent firmware variables and causing denial of service or firmware state corruption.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.3

Product Status

Vendor MarlinFirmware
Product Marlin
Versions Default: affected
  • affected from 0 to 2.1.2.7 (incl.)
  • Version 1f255d16ec2d456454fd444494cfb338d62b0fa1 is unaffected

Credits

  • Christ Bouchuen finder

References

Problem Types

  • Improper Validation of Array Index CWE