Security readout for executives and security teams
Plain-English summary
CVE-2022-31160 is a medium-severity cross-site scripting issue in jQuery UI before 1.13.2. Under specific checkboxradio label handling, encoded HTML can be decoded during refresh and may execute script. Business risk is mainly for web applications that expose attacker-controlled or untrusted label content.
Executive priority
Treat this as a moderate web application hygiene issue. It is not flagged as actively exploited in the supplied evidence, but XSS can affect user trust and session integrity. Patch during the next normal security update cycle, faster for exposed applications with untrusted label content.
Technical view
The issue affects jquery-ui versions before 1.13.2. When a checkboxradio widget is initialized on an input enclosed by a label, the parent label content is treated as the input label. Refreshing the widget can incorrectly decode encoded HTML entities, creating a potential CWE-79 XSS condition.
Likely exposure
Exposure is most likely in web applications using jQuery UI checkboxradio before 1.13.2 with input elements wrapped by labels, especially where label HTML is templated, configurable, or user influenced. Downstream advisories show packaged or bundled copies may matter.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. CVSS indicates network reachability, low attack complexity, no privileges, and required user interaction. Practical exploitation depends on control over initial HTML-like label content and vulnerable widget refresh behavior.
Researcher notes
Focus review on the checkboxradio refresh path and parent-label parsing behavior fixed in jQuery UI 1.13.2. Evidence supports the specific widget and label-decoding condition only; do not generalize this CVE to all jQuery UI usage without confirming the vulnerable pattern.
Mitigation direction
- Upgrade jQuery UI to version 1.13.2 or later.
- Inventory bundled, vendored, and package-managed jquery-ui copies.
- If upgrade is delayed, wrap non-input label contents in a span as vendor guidance states.
- Check downstream vendor advisories for platforms that bundle jQuery UI.
- Prioritize internet-facing applications with configurable or user-influenced label content.
Validation and detection
- Confirm deployed jquery-ui versions are 1.13.2 or later.
- Search code for checkboxradio usage on inputs enclosed by labels.
- Review whether label content can contain encoded HTML entities from untrusted sources.
- Test affected UI flows that call checkboxradio refresh after remediation.
- Verify package manager updates for Debian, Fedora, Drupal, or vendor-bundled copies where applicable.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-31160 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.1MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/jquery/jquery-ui/security/advisories/GHSA-h6gj-6jjq-h8g9CVE reference
- https://github.com/jquery/jquery-ui/commit/8cc5bae1caa1fcf96bf5862c5646c787020ba3f9CVE reference
- https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/CVE reference
- https://www.drupal.org/sa-contrib-2022-052CVE reference
- https://security.netapp.com/advisory/ntap-20220909-0007/CVE reference
- FEDORA-2022-22d8ba36d0CVE reference · vendor-advisory
- FEDORA-2022-1a01ed37e2CVE reference · vendor-advisory
- FEDORA-2022-7291b78111CVE reference · vendor-advisory
- [debian-lts-announce] 20221207 [SECURITY] [DLA 3230-1] jqueryui security updateCVE reference · mailing-list
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
