├── .gitignore ├── CVE-2021-41184 └── index.html ├── CVE-2016-7103 └── index.html ├── CVE-2012-6662 └── index.html ├── CVE-2010-5312 └── index.html ├── CVE-2021-41182 └── index.html ├── CVE-2022-31160 └── index.html ├── README.md └── CVE-2021-41183 └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /CVE-2021-41184/index.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | -------------------------------------------------------------------------------- /CVE-2016-7103/index.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 |

hello there

16 | 17 | -------------------------------------------------------------------------------- /CVE-2012-6662/index.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /CVE-2010-5312/index.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |

Dialog Content

17 |
18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /CVE-2021-41182/index.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 24 | -------------------------------------------------------------------------------- /CVE-2022-31160/index.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | 23 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CVE Sandbox :: jQuery UI 2 | 3 | CVE Collection of jQuery UI XSS Payloads 4 | 5 | > Maintained by [@therceman](https://twitter.com/therceman) 6 | 7 | | CVE | Version | Details | 8 | | ------------- | ------------- | ------------- | 9 | | [CVE-2022-31160](https://github.com/cve-sandbox/jquery-ui/blob/main/CVE-2022-31160/index.html) | < 1.13.2 | [View on Snyk](https://security.snyk.io/vuln/SNYK-JS-JQUERYUI-2946728) | 10 | | [CVE-2021-41184](https://github.com/cve-sandbox/jquery-ui/blob/main/CVE-2021-41184/index.html) | < 1.13.0 | [View on Snyk](https://security.snyk.io/vuln/SNYK-JS-JQUERYUI-1767175) | 11 | | [CVE-2021-41183](https://github.com/cve-sandbox/jquery-ui/blob/main/CVE-2021-41183/index.html) | < 1.13.0 | [View on Snyk](https://security.snyk.io/vuln/SNYK-JS-JQUERYUI-1767767) | 12 | | [CVE-2021-41182](https://github.com/cve-sandbox/jquery-ui/blob/main/CVE-2021-41182/index.html) | < 1.13.0 | [View on Snyk](https://security.snyk.io/vuln/SNYK-JS-JQUERYUI-1767167) | 13 | | [CVE-2016-7103](https://github.com/cve-sandbox/jquery-ui/blob/main/CVE-2016-7103/index.html) | < 1.12.0 | [View on Snyk](https://security.snyk.io/vuln/npm:jquery-ui:20160721) | 14 | | [CVE-2012-6662](https://github.com/cve-sandbox/jquery-ui/blob/main/CVE-2012-6662/index.html) | < 1.10.0 | [View on Snyk](https://security.snyk.io/vuln/npm:jquery-ui:20121127) | 15 | | [CVE-2010-5312](https://github.com/cve-sandbox/jquery-ui/blob/main/CVE-2010-5312/index.html) | < 1.10.0 | [View on Snyk](https://security.snyk.io/vuln/npm:jquery-ui:20100903) | 16 | 17 | ![image](https://user-images.githubusercontent.com/13289710/210627107-2ad965f7-bf75-40ed-8490-002af637debf.png) 18 | 19 | ![image](https://user-images.githubusercontent.com/13289710/210627133-92322d35-8f89-41ed-8363-36a32e396512.png) 20 | -------------------------------------------------------------------------------- /CVE-2021-41183/index.html: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | --------------------------------------------------------------------------------