`react-dev-utils`: Prototype Pollution in Immer
See original GitHub issueDescribe the bug
The react-dev-utils
package uses a vulnerable version (v8.0.4
) of Immer.
The fix, commit fa671e5, is part of the v9.0.6
release.
The react-dev-utils
package should use this specific version of Immer.
GitHub CVE
- Prototype Pollution in immer (critical severity): CVE-2021-3757.
- Prototype Pollution in immer (high severity): CVE-2021-23436.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:31
- Comments:6
Top Results From Across the Web
reactjs - "Critical Prototype Pollution in immer" Patched >=9.0.6
Install the patched version of immer, in this case 9.0.6 , using the following command: npm install --save immer@9.0.6 · Update the package.json ......
Read more >react-dev-utils uses a vulnerable version of immer as ... - GitHub
Describe the bug react-dev-utils package uses a vulnerable version (7.0.9) of immer as a dependency. Here is the GitHub CVE (High Severity) ...
Read more >Prototype Pollution in immer | CVE-2021-23436 | Snyk
Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects.
Read more >"Critical Prototype Pollution in immer" Patched >=9.0.6-Reactjs
[Solved]-Fix for vulnerability - "Critical Prototype Pollution in immer" ... It has already upgraded transitively via react-dev-utils to immer@^9.0.7.
Read more >gatsby | npm - Open Source Insights
Prototype Pollution in immer. 9.8 CRITICAL·GHSA-33f9-j839-rf8h. More details · Prototype pollution in webpack loader-utils. 9.8 CRITICAL·GHSA-76p3-8jx3-jpfq.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any update on this?
In my project also
react-dev-utils@11.0.4
hasimmer
as dependency but still in version 8.0.1.Vulnerability is still there because we are not getting the updated version Linking my comment from PR https://github.com/facebook/create-react-app/pull/11364#issuecomment-938057494