CVE-2026-24888 MEDIUM

CVE-2026-24888: Maker.js Vulnerable to Unsafe Property Copying in makerjs.extendObject

Vendor Microsoft
Product maker.js
Weakness CWE-1321
Published January 28, 2026
Last update January 29, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

Maker.js is a 2D vector line drawing and shape modeling for CNC and laser cutters. In versions up to and including 0.19.1, the `makerjs.extendObject` function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks `hasOwnProperty()` checks and does not filter dangerous keys, allowing inherited properties and potentially malicious properties to be copied to target objects. A patch is available in commit 85e0f12bd868974b891601a141974f929dec36b8, which is expected to be part of version 0.19.2.

Key dates

02Disclosure timeline

January 28, 2026 CVE published
January 29, 2026 Record updated