| शीर्षक | Node.js mingo 7.2.1 Prototype Pollution |
|---|
| विवरण | mingo version 7.2.1 is affected by a prototype pollution vulnerability in the public mingo/updater export. The package exposes update APIs such as update, updateOne, and updateMany, which apply update operators including $set. When a $set selector contains a path such as __proto__.polluted, the update path traversal follows the __proto__ segment and reaches Object.prototype without filtering dangerous keys.
A minimal reproduction is possible by calling update({}, { $set: { '__proto__.polluted': 'yes' } }), after which newly created objects inherit the polluted property. Applications that pass user-controlled update documents or update paths to mingo/updater may be vulnerable to logic bypass, unexpected property injection, denial of service, or other secondary impact. |
|---|
| स्रोत | ⚠️ https://github.com/kofrasa/mingo/issues/606 |
|---|
| उपयोगकर्ता | wjm1 (UID 98929) |
|---|
| सबमिशन | 11/06/2026 01:52 PM (1 महीना पहले) |
|---|
| संयम | 14/07/2026 07:08 AM (1 month later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 378245 [kofrasa mingo तक 7.2.1 Update API update/updateOne/updateMany सेट करें अधिकार वृद्धि] |
|---|
| अंक | 20 |
|---|