Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

[Med] Snyk: Prototype Pollution (due 6/10/19) #439

Closed
Tracked by #137
rjayasekera opened this issue Apr 11, 2019 · 1 comment
Closed
Tracked by #137

[Med] Snyk: Prototype Pollution (due 6/10/19) #439

rjayasekera opened this issue Apr 11, 2019 · 1 comment
Assignees
Labels
Security: moderate Remediate within 60 days
Milestone

Comments

@rjayasekera
Copy link
Contributor

rjayasekera commented Apr 11, 2019

https://app.snyk.io/vuln/SNYK-JS-JQUERY-174006

Overview
jquery is a JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.

Affected versions of this package are vulnerable to Prototype Pollution. The extend function can be tricked into modifying the prototype of Object when the attacker controls part of the structure passed to this function. This can let an attacker add or modify an existing property that will then exist on all objects.

Vulnerable module: jquery
Introduced through: jquery@3.2.1

Remediation
A fix was pushed into the master branch but not yet published.
Upgrade jquery to version 3.4.0 or higher. [edit: 6/17/19]

@rjayasekera rjayasekera added this to the Sprint 8.6 milestone Apr 11, 2019
@pkfec pkfec changed the title Prototype Pollution -- MEDIUM SEVERITY (from check logs [ MEDIUM]Prototype Pollution fix by 20190610 Apr 11, 2019
@pkfec pkfec modified the milestones: Sprint 8.6, Sprint 8.7 Apr 11, 2019
@jason-upchurch jason-upchurch modified the milestones: Sprint 8.7, PI 9 Apr 24, 2019
@jason-upchurch jason-upchurch changed the title [ MEDIUM]Prototype Pollution fix by 20190610 [Med] Snyk: Prototype Pollution (due 6/10/19) May 16, 2019
@jason-upchurch jason-upchurch added the Security: moderate Remediate within 60 days label May 16, 2019
@jason-upchurch
Copy link
Contributor

Ran CLI snyk test --file=package.json and saw no warning. Opened issue with snyk: https://github.com/snyk/snyk/issues/524

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Security: moderate Remediate within 60 days
Projects
None yet
Development

No branches or pull requests

5 participants