cve/2022/CVE-2022-25878.md
2024-06-18 02:51:15 +02:00

1.0 KiB

CVE-2022-25878

Description

The package protobufjs before 6.11.3 are vulnerable to Prototype Pollution which can allow an attacker to add/modify properties of the Object.prototype. This vulnerability can occur in multiple ways: 1. by providing untrusted user input to util.setProperty or to ReflectionObject.setParsedOption functions 2. by parsing/loading .proto files

POC

Reference

Github