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
Exploit-Medium-CVE-2021-41184 — Proof-of-concept exploit for CVE-2021-41184, a cross-site scripting (XSS) vulnerability in jQuery UI's .position() utility, targeting version 1.12.1. | Kitploit
Tools/GitHubGitHub/gabrielolivra/exploit-medium-cve-2021-41184
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubgabrielolivra/exploit-medium-cve-2021-41184

Exploit-Medium-CVE-2021-41184

Proof-of-concept exploit for CVE-2021-41184, a cross-site scripting (XSS) vulnerability in jQuery UI's .position() utility, targeting version 1.12.1.

View Repository
6224 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Exploit-Medium-CVE-2021-41184

Exploit Medium CVE-2021-41184 XSS in the of option of the .position() util

  1. jQuery ui version v1.12.1 vulnerable

1.1 https://www.website.com/_js/jquery/jquery-ui-1.12.1/jquery-ui.min.js

------------------------------------------------Concept proof---------------------------------------------------------------

  1. Open url

  2. Open inspect

  3. Look for some ID in site elements

3.1 #ID

  1. Go to console tab

  2. Inject script with ID selected at point 3.1

5.1 Script

root@kitploit:~
$("#id").position( {
my: "center",
at: "right bottom",
of: "",
collision: "none"
    });
Download Tool