verygoodsecurity / collect-js-react

MIT License
1 stars 11 forks source link

Fix webpack vulnerability #51

Closed AnnaKudriasheva closed 3 weeks ago

AnnaKudriasheva commented 3 weeks ago

Description

Updated webpack version.

Motivation and Context

Webpack 5.x before 5.76.0 is vulnerable to Improper Access Control due to ImportParserPlugin.js mishandling the magic comment feature. Due to this, webpack does not avoid cross-realm object access and an attacker who controls a property of an untrusted object can obtain access to the real global object.

How Has This Been Tested?

Screenshots (if appropriate):

Types of Changes

Checklist: