Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
https-nj.gov---CVE-2020-11022 — Vulnearability Report of the New Jersey official site | Kitploit
Tools/GitHubGitHub/snorlyd/https-nj.gov---cve-2020-11022
Vulnerability AnalysisCode AnalysisWeb SecurityLearning & EducationCurated Resources
GitHubsnorlyd/https-nj.gov---cve-2020-11022

https-nj.gov---CVE-2020-11022

Vulnearability Report of the New Jersey official site

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
14 years agoNot yet reviewed

https-nj.gov---CVE-2020-11022

Vulnearability Report of the New Jersey official site

Potential XSS vulnerability in jQuery.htmlPrefilter and related methods.

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.

RECOMMENDATION

This problem is patched in jQuery 3.5.0; Therefore, it would only be necessary to update it.

To fix this bug without updating it, we can add the following code:

root@kitploit:~
  jQuery.htmlPrefilter = function( html ) {
    return html;
  };
At least jQuery 1.12/2.2 or later is required to apply this workaround.

REFERENCES

https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ https://jquery.com/upgrade-guide/3.5/

For more information

If you have any questions or comments about this advisory, search for a relevant issue in the jQuery repo. If you don't find an answer, open a new issue.

Download Tool