You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
hoek is vulnerable to prototype pollution attacks. Attackers can add or modify existing properties relating to an Object by using the utilities function to change the prototype of said Object. Using this flaw, attackers can trigger denial of service (DoS) attacks and in some situations remote code execution (RCE) attacks.
I searched and the issue still persists in node-sass 4.9.2!
But just found this one #2111 which has a common root 'node-gyp 3.7.0' and could solve this one too.
Thanks and sorry for bothering you!
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this issue
Apr 7, 2024
Prototype Pollution
Issue Details
Issue Description
hoek is vulnerable to prototype pollution attacks. Attackers can add or modify existing properties relating to an Object by using the utilities function to change the prototype of said Object. Using this flaw, attackers can trigger denial of service (DoS) attacks and in some situations remote code execution (RCE) attacks.
node-sass 4.9.2 > node-gyp 3.7.0 > request 2.81.0 > hawk 3.1.3
Issue solution
This issue was fixed in version 4.2.1 of hoek. That version is currently considered safe, we suggest that you upgrade to the fixed version.
The text was updated successfully, but these errors were encountered: