- Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Hello,
My team encountered an issue when Fortify Scanner runs the scan for one of our projects.
The description of the issue is below:
The
jquery-ui
package is vulnerable to Prototype Pollution. The$.widget()
function inwidget.js
does not properly check if thename
parameter contains a risky JavaScript accessor such as__proto__
orconstructor
when creating a new widget. An attacker can exploit this vulnerability by providing a craftedname
to override the original JavaScript prototype and therefore values of objects used by the application. This may result in arbitrary code execution, data corruption, or application crashes.Component Name:
jquery-ui
Component Version:1.14.1
I didn't find anything related to that.
Would you mind to take a look on that?
Thank you.