MEDIUM 6.1 npm
Cross-Site Scripting in jquery
GHSA-2pqj-h3vj-pqgw · CVE-2012-6708
Published · Modified
AI SAST
Find this class of vulnerability in your own code
Corgea's AI-native static analysis detects vulnerabilities like this one across your repositories, ranks them by exploitability, and returns review-ready fixes.
Description
Affected versions of jquery are vulnerable to cross-site scripting. This occurs because the main jquery function uses a regular expression to differentiate between HTML and selectors, but does not properly anchor the regular expression. The result is that jquery may interpret HTML as selectors when given certain inputs, allowing for client side code execution.
Proof of Concept
$("#log").html(
$("element[attribute='<img src=\"x\" onerror=\"alert(1)\" />']").html()
);
Recommendation
Update to version 1.9.0 or later.
References
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2017-16011
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2012-6708
- WEB https://github.com/jquery/jquery/commit/05531fc4080ae24070930d15ae0cea7ae056457d
- WEB https://web.archive.org/web/20200227132049/http://www.securityfocus.com/bid/102792
- WEB https://snyk.io/vuln/npm:jquery:20120206
- WEB https://security.snyk.io/vuln/SNYK-DOTNET-JQUERY-450223
- WEB https://research.insecurelabs.org/jquery/test
- WEB https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3Cissues.drill.apache.org%3E
- WEB https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3Cdev.drill.apache.org%3E
- WEB https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3Cdev.drill.apache.org%3E
- WEB https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+StruxureWare+Data+Center+Expert+v7.6.0
- WEB https://github.com/rubysec/ruby-advisory-db/blob/master/gems/jquery-rails/CVE-2012-6708.yml
- WEB https://github.com/rails/jquery-rails/blob/v2.2.0/vendor/assets/javascripts/jquery.js#L67
- WEB https://github.com/rails/jquery-rails/blob/v2.1.4/vendor/assets/javascripts/jquery.js#L59
- PACKAGE https://github.com/jquery/jquery
- WEB https://bugs.jquery.com/ticket/9521
- WEB https://bugs.jquery.com/ticket/6429
- WEB https://bugs.jquery.com/ticket/12531
- WEB https://bugs.jquery.com/ticket/11290
- WEB http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00041.html
- WEB http://packetstormsecurity.com/files/153237/RetireJS-CORS-Issue-Script-Execution.html
- WEB http://packetstormsecurity.com/files/161972/Linksys-EA7500-2.0.8.194281-Cross-Site-Scripting.html
Ready to move
Start Securing
Free, no credit card | First findings in minutes