-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security Fix for Prototype Pollution #33
Security Fix for Prototype Pollution #33
Conversation
Fix prototype pollution when path components are not strings
Great catch. thank you! we'll issue a patch ASAP. sorry this escaped my radar, ideally I'd be spending all of my time on open source but I can't yet. |
Fixes #33 thanks to @ready-research.
Hey @jonschlinkert and @ready-research note that we at Snyk have already disclosed this vulnerability and assigned it This vulnerability was originally disclosed as part of our team's research into type confusion vulnerabilities which is why we have gone ahead and assigned it the CVE we reserved for it - despite this we have been happy to credit ready-research as well as our team member's as part of it's discovery in our advisory: https://snyk.io/vuln/SNYK-JS-SETVALUE-1540541 and link to all relevant info including the huntr advisory in the CVE issued. |
@benjifin - we have stopped the CVE assignment process and have now referenced the existing CVE against our report. Cheers! 🎉 |
@jonschlinkert Can you please |
No, I will not confirm this in your application. You will be banned from every project I have if you spam that request one more time. You’ve already crossed the spam threshold and are bordering on hostility. Stop.
…Sent from my iPhone
On Sep 13, 2021, at 1:06 PM, ready-research ***@***.***> wrote:
@jonschlinkert Can you please confirm the fix in huntr. So that we can disclose this report publicly. Thank you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Sorry for the inconvenience caused to you. |
Would you mind to backport the patch? |
Can I add my support for a backport to version 2 as well. Angular 10 (still in support) uses the version of webpack that in turn uses set-value V2. |
Any updates on the backport? The reason I can't just jump to 4.0.1 from 3.0.1 is that I need to upgrade 1 major version on node, from 10 to 11, which is very risky atm. |
Fix prototype pollution when path components are not strings
Reported in https://www.huntr.dev/bounties/2eae1159-01de-4f82-a177-7478a408c4a2/
Can you please validate this huntr report?