Skip to content

deep-object-diff vulnerable to Prototype Pollution

Moderate severity GitHub Reviewed Published Nov 4, 2022 to the GitHub Advisory Database • Updated Jan 28, 2023

Package

npm deep-object-diff (npm)

Affected versions

>= 1.1.6, < 1.1.9

Patched versions

1.1.9

Description

deep-object-diff before version 1.1.6 allows an external attacker to edit or add new properties to an object. This is possible because the application does not properly validate incoming JSON keys, thus allowing the __proto__ property to be edited. This issue was fixed in version 1.1.9.

References

Published by the National Vulnerability Database Nov 3, 2022
Published to the GitHub Advisory Database Nov 4, 2022
Reviewed Nov 8, 2022
Last updated Jan 28, 2023

Severity

Moderate
5.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Weaknesses

CVE ID

CVE-2022-41713

GHSA ID

GHSA-653v-rqx9-j85p

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.