Maximebf Debugbar vulnerabilities
2 known vulnerabilities affecting maximebf/debugbar.
Total CVEs
2
CISA KEV
0
Public exploits
2
Exploited in wild
2
Severity breakdown
MEDIUM2
Vulnerabilities
Page 1 of 1
CVE-2020-11022MEDIUMExploitedPoC≥ 0, < 1.19.02020-04-29
CVE-2020-11022 [MEDIUM] CWE-79 Potential XSS vulnerability in jQuery
Potential XSS vulnerability in jQuery
### Impact
Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code.
### Patches
This problem is patched in jQuery 3.5.0.
### Workarounds
To workaround the issue without upgrading, adding the following to your code:
```js
jQuery.htmlPrefilter = function( html ) {
retu
ghsaosv
CVE-2019-11358MEDIUMExploitedPoC≥ 0, < 1.19.02019-04-26
CVE-2019-11358 [MEDIUM] CWE-1321 XSS in jQuery as used in Drupal, Backdrop CMS, and other products
XSS in jQuery as used in Drupal, Backdrop CMS, and other products
jQuery from 1.1.4 until 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`.
ghsaosv