Total
443 CVE
| CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
|---|---|---|---|---|---|
| CVE-2021-23452 | 1 Binaryops | 1 X-assign | 2024-11-21 | 7.5 HIGH | 8.6 HIGH |
|
This affects all versions of package x-assign. The global proto object can be polluted using the __proto__ object.
|
|||||
| CVE-2021-23450 | 3 Debian, Linuxfoundation, Oracle | 5 Debian Linux, Dojo, Communications Policy Management and 2 more | 2024-11-21 | 7.5 HIGH | 7.5 HIGH |
|
All versions of package dojo are vulnerable to Prototype Pollution via the setObject function.
|
|||||
| CVE-2021-23449 | 1 Vm2 Project | 1 Vm2 | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
|
This affects the package vm2 before 3.9.4 via a Prototype Pollution attack vector, which can lead to execution of arbitrary code on the host machine.
|
|||||
| CVE-2021-23448 | 1 Config-handler Project | 1 Config-handler | 2024-11-21 | 7.5 HIGH | 6.5 MEDIUM |
|
All versions of package config-handler are vulnerable to Prototype Pollution when loading config files.
|
|||||
| CVE-2021-23442 | 1 Cookiex-deep Project | 1 Cookiex-deep | 2024-11-21 | 7.5 HIGH | 8.6 HIGH |
|
This affects all versions of package @cookiex/deep. The global proto object can be polluted using the __proto__ object.
|
|||||
| CVE-2021-23433 | 1 Algolia | 1 Algoliasearch-helper | 2024-11-21 | 6.8 MEDIUM | 5.9 MEDIUM |
|
The package algoliasearch-helper before 3.6.2 are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters._parseNumbers without any protection against prototype properties. Note that this vulnerability is only exploitable if the implementation allows users to define arbitrary search patterns.
|
|||||
| CVE-2021-23421 | 1 Merge-change Project | 1 Merge-change | 2024-11-21 | 7.5 HIGH | 5.6 MEDIUM |
|
All versions of package merge-change are vulnerable to Prototype Pollution via the utils.set function.
|
|||||
| CVE-2021-23419 | 1 Open-graph Project | 1 Open-graph | 2024-11-21 | 5.0 MEDIUM | 7.3 HIGH |
|
This affects the package open-graph before 0.2.6. The function parse could be tricked into adding or modifying properties of Object.prototype using a __proto__ or constructor payload.
|
|||||
| CVE-2021-23417 | 1 Deepmergefn Project | 1 Deepmergefn | 2024-11-21 | 7.5 HIGH | 5.6 MEDIUM |
|
All versions of package deepmergefn are vulnerable to Prototype Pollution via deepMerge function.
|
|||||
| CVE-2021-23408 | 1 Graphhopper | 1 Graphhopper | 2024-11-21 | 4.3 MEDIUM | 5.4 MEDIUM |
|
This affects the package com.graphhopper:graphhopper-web-bundle before 3.2, from 4.0-pre1 and before 4.0. The URL parser could be tricked into adding or modifying properties of Object.prototype using a constructor or __proto__ payload.
|
|||||
| CVE-2021-23403 | 1 Ts-nodash Project | 1 Ts-nodash | 2024-11-21 | 7.5 HIGH | 7.3 HIGH |
|
All versions of package ts-nodash are vulnerable to Prototype Pollution via the Merge() function due to lack of validation input.
|
|||||
| CVE-2021-23402 | 1 Record-like-deep-assign Project | 1 Record-like-deep-assign | 2024-11-21 | 7.5 HIGH | 7.3 HIGH |
|
All versions of package record-like-deep-assign are vulnerable to Prototype Pollution via the main functionality.
|
|||||
| CVE-2021-23397 | 1 Merge Project | 1 Merge | 2024-11-21 | N/A | 5.6 MEDIUM |
|
All versions of package @ianwalter/merge are vulnerable to Prototype Pollution via the main (merge) function. Maintainer suggests using @generates/merger instead.
|
|||||
| CVE-2021-23396 | 1 Lutils Project | 1 Lutils | 2024-11-21 | 7.5 HIGH | 5.6 MEDIUM |
|
All versions of package lutils are vulnerable to Prototype Pollution via the main (merge) function.
|
|||||
| CVE-2021-23395 | 1 Nedb Project | 1 Nedb | 2024-11-21 | 5.0 MEDIUM | 7.3 HIGH |
|
This affects all versions of package nedb. The library could be tricked into adding or modifying properties of Object.prototype using a __proto__ or constructor.prototype payload.
|
|||||
| CVE-2021-23383 | 2 Handlebarsjs, Netapp | 2 Handlebars, E-series Performance Analyzer | 2024-11-21 | 7.5 HIGH | 5.6 MEDIUM |
|
The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source.
|
|||||
| CVE-2021-23373 | 1 Set-deep-prop Project | 1 Set-deep-prop | 2024-11-21 | N/A | 7.5 HIGH |
|
All versions of package set-deep-prop are vulnerable to Prototype Pollution via the main functionality.
|
|||||
| CVE-2021-23329 | 1 Getadigital | 1 Nested-object-assign | 2024-11-21 | 5.0 MEDIUM | 7.5 HIGH |
|
The package nested-object-assign before 1.0.4 are vulnerable to Prototype Pollution via the default function, as demonstrated by running the PoC below.
|
|||||
| CVE-2021-21368 | 1 Msgpack5 Project | 1 Msgpack5 | 2024-11-21 | 6.5 MEDIUM | 6.7 MEDIUM |
|
msgpack5 is a msgpack v5 implementation for node.js and the browser. In msgpack5 before versions 3.6.1, 4.5.1, and 5.2.1 there is a "Prototype Poisoning" vulnerability. When msgpack5 decodes a map containing a key "__proto__", it assigns the decoded value to __proto__. Object.prototype.__proto__ is an accessor property for the receiver's prototype. If the value corresponding to the key __proto__ decodes to an object or null, msgpack5 sets the decoded object's prototype to that value. An attacker ...
Show More |
|||||
| CVE-2021-21304 | 1 Dynamoosejs | 1 Dynamoose | 2024-11-21 | 7.5 HIGH | 7.2 HIGH |
|
Dynamoose is an open-source modeling tool for Amazon's DynamoDB. In Dynamoose from version 2.0.0 and before version 2.7.0 there was a prototype pollution vulnerability in the internal utility method "lib/utils/object/set.ts". This method is used throughout the codebase for various operations throughout Dynamoose. We have not seen any evidence of this vulnerability being exploited. There is no evidence this vulnerability impacts versions 1.x.x since the vulnerable method was added as part of the ...
Show More |
|||||
| CVE-2021-21297 | 1 Nodered | 1 Node-red | 2024-11-21 | 4.0 MEDIUM | 7.7 HIGH |
|
Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED 1.2.7 and earlier contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the 1.2.8 release. A workaround is to ensure only authorized users are able to access the editor url.
|
|||||
| CVE-2021-20089 | 1 Purl Project | 1 Purl | 2024-11-21 | 6.5 MEDIUM | 8.8 HIGH |
|
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in purl 2.3.2 allows a malicious user to inject properties into Object.prototype.
|
|||||
| CVE-2021-20088 | 1 Mootools | 1 Mootools-more | 2024-11-21 | 6.5 MEDIUM | 8.8 HIGH |
|
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in mootools-more 1.6.0 allows a malicious user to inject properties into Object.prototype.
|
|||||
| CVE-2021-20085 | 1 Backbone-query-parameters Project | 1 Backbone-query-parameters | 2024-11-21 | 6.5 MEDIUM | 8.8 HIGH |
|
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in backbone-query-parameters 0.4.0 allows a malicious user to inject properties into Object.prototype.
|
|||||
| CVE-2021-20084 | 1 Jquery-sparkle Project | 1 Jquery-sparkle | 2024-11-21 | 6.5 MEDIUM | 8.8 HIGH |
|
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in jquery-sparkle 1.5.2-beta allows a malicious user to inject properties into Object.prototype.
|
|||||
| CVE-2021-20083 | 1 Jquery-plugin-query-object Project | 1 Jquery-plugin-query-object | 2024-11-21 | 6.5 MEDIUM | 8.8 HIGH |
|
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in jquery-plugin-query-object 2.2.3 allows a malicious user to inject properties into Object.prototype.
|
|||||
| CVE-2020-8203 | 2 Lodash, Oracle | 18 Lodash, Banking Corporate Lending Process Management, Banking Credit Facilities Process Management and 15 more | 2024-11-21 | 5.8 MEDIUM | 7.4 HIGH |
|
Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.
|
|||||
| CVE-2020-8158 | 1 Typeorm | 1 Typeorm | 2024-11-21 | 7.5 HIGH | 9.8 CRITICAL |
|
Prototype pollution vulnerability in the TypeORM package < 0.2.25 may allow attackers to add or modify Object properties leading to further denial of service or SQL injection attacks.
|
|||||
| CVE-2020-8116 | 1 Dot-prop Project | 1 Dot-prop | 2024-11-21 | 7.5 HIGH | 7.3 HIGH |
|
Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.
|
|||||
| CVE-2020-7792 | 1 Moutjs | 1 Mout | 2024-11-21 | 7.5 HIGH | 7.5 HIGH |
|
This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursively is not checked, leading to a Prototype Pollution.
|
|||||
| CVE-2020-7788 | 2 Debian, Ini Project | 2 Debian Linux, Ini | 2024-11-21 | 7.5 HIGH | 7.3 HIGH |
|
This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.
|
|||||
| CVE-2020-7774 | 3 Oracle, Siemens, Y18n Project | 3 Graalvm, Sinec Infrastructure Network Services, Y18n | 2024-11-21 | 7.5 HIGH | 7.3 HIGH |
|
The package y18n before 3.2.2, 4.0.1 and 5.0.5, is vulnerable to Prototype Pollution.
|
|||||
| CVE-2020-7771 | 1 Asciitable.js Project | 1 Asciitable.js | 2024-11-21 | 7.5 HIGH | 7.5 HIGH |
|
The package asciitable.js before 1.0.3 are vulnerable to Prototype Pollution via the main function.
|
|||||
| CVE-2020-7770 | 1 Json8 Project | 1 Json8 | 2024-11-21 | 7.5 HIGH | 6.5 MEDIUM |
|
This affects the package json8 before 1.0.3. The function adds in the target object the property specified in the path, however it does not properly check the key being set, leading to a prototype pollution.
|
|||||
| CVE-2020-7768 | 1 Grpc | 1 Grpc | 2024-11-21 | 5.0 MEDIUM | 7.5 HIGH |
|
The package grpc before 1.24.4; the package @grpc/grpc-js before 1.1.8 are vulnerable to Prototype Pollution via loadPackageDefinition.
|
|||||
| CVE-2020-7766 | 1 Json-ptr Project | 1 Json-ptr | 2024-11-21 | 7.5 HIGH | 7.3 HIGH |
|
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.
|
|||||
| CVE-2020-7751 | 1 Chaijis | 1 Pathval | 2024-11-21 | 6.5 MEDIUM | 6.0 MEDIUM |
|
pathval before version 1.1.1 is vulnerable to prototype pollution.
|
|||||
| CVE-2020-7748 | 1 Ts.ed Project | 1 Ts.ed | 2024-11-21 | 6.8 MEDIUM | 5.6 MEDIUM |
|
This affects the package @tsed/core before 5.65.7. This vulnerability relates to the deepExtend function which is used as part of the utils directory. Depending on if user input is provided, an attacker can overwrite and pollute the object prototype of a program.
|
|||||
| CVE-2020-7746 | 1 Chartjs | 1 Chart.js | 2024-11-21 | 5.0 MEDIUM | 7.5 HIGH |
|
This affects the package chart.js before 2.9.4. The options parameter is not properly sanitized when it is processed. When the options are processed, the existing options (or the defaults options) are deeply merged with provided options. However, during this operation, the keys of the object being set are not checked, leading to a prototype pollution.
|
|||||
| CVE-2020-7743 | 1 Mathjs | 1 Mathjs | 2024-11-21 | 7.5 HIGH | 7.3 HIGH |
|
The package mathjs before 7.5.1 are vulnerable to Prototype Pollution via the deepExtend function that runs upon configuration updates.
|
|||||