Vulnerabilities/

Maker.js has Unsafe Property Copying in makerjs.extendObject

Severity:
Medium

Description

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.

Recommendation

Update the makerjs package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
makerjs
Anything's wrong? Let us know Last updated on January 29, 2026