Vulnerabilities (CVE)

Filtered by vendor Json-ptr Project Subscribe
Filtered by product Json-ptr
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-23509 1 Json-ptr Project 1 Json-ptr 2023-12-10 7.5 HIGH 9.8 CRITICAL
This affects the package json-ptr before 3.0.0. A type confusion vulnerability can lead to a bypass of CVE-2020-7766 when the user-provided keys used in the pointer parameter are arrays.
CVE-2020-7766 1 Json-ptr Project 1 Json-ptr 2023-12-10 7.5 HIGH 9.8 CRITICAL
This affects all versions of package json-ptr. The issue occurs in the set operation (https://flitbit.github.io/json-ptr/classes/_src_pointer_.jsonpointer.htmlset) when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the key being set, leading to a prototype pollution.