cve/2019/CVE-2019-11358.md
2024-06-07 17:53:02 +00:00

203 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