Record summary

CVE-2026-73562 has a selected CVSS score of 6.5 (medium).

Description

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.10, 7.8.10, 8.24.1, and 9.7.2, passing a user-controlled update such as MyModel.updateOne(filter, req.body) can exploit Mongoose update casting with a __proto__.x dotted path under $set. Schema.prototype.path and Schema.prototype._getPathType can treat inherited properties of schema.paths and schema.nested as schema types, allowing the casting process to set $fullPath and $parentSchemaDocArray on Object.prototype before throwing. This prototype pollution makes those properties visible on newly created objects and can cause application integrity and availability impacts. This issue is fixed in versions 6.13.10, 7.8.10, 8.24.1, and 9.7.2.

Description source: CVE List

Affected products and versions

2
ProductSourceVersion rangeStatus
CVE List< 6.13.10affected
>= 7.0.0, < 7.8.10affected
>= 8.0.0, < 8.24.1affected
>= 9.0.0, < 9.7.2affected
GitHub AdvisoryBefore 6.13.10 · Fixed in 6.13.10affected
7.0.0 to < 7.8.10 · Fixed in 7.8.10affected
8.0.0 to < 8.24.1 · Fixed in 8.24.1affected
9.0.0 to < 9.7.2 · Fixed in 9.7.2affected

References

12