Prototype Pollution in extend
Moderate severity
GitHub Reviewed
Published
Feb 7, 2019
to the GitHub Advisory Database
•
Updated Jan 22, 2026
Package
Affected versions
>= 3.0.0, < 3.0.2
>= 1.1.3, < 2.0.2
Patched versions
3.0.2
2.0.2
Description
Published to the GitHub Advisory Database
Feb 7, 2019
Reviewed
Jun 16, 2020
Last updated
Jan 22, 2026
Versions of
extendprior to 3.0.2 (for 3.x) and 2.0.2 (for 2.x) are vulnerable to Prototype Pollution. Theextend()function allows attackers to modify the prototype of Object causing the addition or modification of an existing property that will exist on all objects.Recommendation
If you're using
extend3.x upgrade to 3.0.2 or later.If you're using
extend2.x upgrade to 2.0.2 or later.References