cve/2019/CVE-2019-11358.md
2024-08-21 13:32:10 +00:00

208 KiB

CVE-2019-11358

Description

jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable proto property, it could extend the native Object.prototype.

POC

Reference

Github