VDB
KO
MEDIUM 5.3

GHSA-mh29-5h37-fv8m

js-yaml has prototype pollution in merge (<<)

Details

### Impact

In js-yaml 4.1.0, 4.0.0, and 3.14.1 and below, it's possible for an attacker to modify the prototype of the result of a parsed yaml document via prototype pollution (`__proto__`). All users who parse untrusted yaml documents may be impacted.

### Patches

Problem is patched in js-yaml 4.1.1 and 3.14.2.

### Workarounds

You can protect against this kind of attack on the server by using `node --disable-proto=delete` or `deno` (in Deno, pollution protection is on by default).

### References

https://cheatsheetseries.owasp.org/cheatsheets/Prototype_Pollution_Prevention_Cheat_Sheet.html

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / js-yaml
Introduced in: 4.0.0 Fixed in: 4.1.1
Fix npm install js-yaml@4.1.1
npm / js-yaml
Introduced in: 0 Fixed in: 3.14.2
Fix npm install js-yaml@3.14.2

References