fastest-json-copy 1.0.1 - Prototype Pollution
Description
fastest-json-copy 1.0.1 allows prototype pollution via incomplete validation of JSON keys, enabling property injection.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
fastest-json-copy 1.0.1 allows prototype pollution via incomplete validation of JSON keys, enabling property injection.
## Vulnerability fastest-json-copy version 1.0.1 is vulnerable to prototype pollution. The library does not correctly validate incoming JSON keys, allowing the __proto__ property to be edited. This enables an attacker to modify the prototype of objects, leading to property injection [1][3].
Exploitation
An external attacker can craft a JSON payload containing the __proto__ key. When the copy function processes this input, it assigns values to the object's prototype, polluting it. The attack does not require authentication or special network position; any user or application that passes untrusted JSON to fastest-json-copy is at risk [1][3].
Impact
Successful exploitation allows the attacker to add or modify properties on all objects that inherit from the polluted prototype. This can lead to denial of service, unauthorized data access, or further code execution, depending on the application context [3].
Mitigation
As of the advisory publication date (November 3, 2022), no patch is available. Users should avoid using version 1.0.1 with untrusted JSON input or consider alternative libraries that properly sanitize keys [3].
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
fastest-json-copynpm | <= 1.0.1 | — |
Affected products
2- fastest-json-copy/fastest-json-copydescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.