CVE-2022-31160
MEDIUMjQuery UI < 1.13.2 - Cross-Site Scripting via Checkboxradio Widget Refresh
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2022-31160. PoCs published by CyberOne-TeamARES.
AI-analyzed exploit summary This repository demonstrates CVE-2022-31160, a jQuery UI XSS vulnerability where HTML entities in checkboxradio widget labels are decoded during refresh operations, leading to script execution. It includes a Dockerized environment with multiple XSS payloads for educational purposes.
Description
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`.
Exploits (1)
This repository demonstrates CVE-2022-31160, a jQuery UI XSS vulnerability where HTML entities in checkboxradio widget labels are decoded during refresh operations, leading to script execution. It includes a Dockerized environment with multiple XSS payloads for educational purposes.
References (9)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N