Security readout for executives and security teams
Plain-English summary
This is a cross-site scripting issue in jQuery UI Datepicker before 1.13.0. If an application feeds untrusted values into Datepicker label-style *Text options, a user could be exposed to attacker-controlled script in the browser. Business urgency is moderate and depends on whether affected Datepicker options are reachable from user-controlled data.
Executive priority
Treat this as a moderate web application remediation item. It is not documented as actively exploited in the provided sources, but it can affect public sites and downstream platforms. Prioritize systems where non-admin users, customers, or content editors can influence Datepicker labels.
Technical view
CVE-2021-41183 is CWE-79 in jquery-ui Datepicker before 1.13.0. The vulnerable *Text options were treated as HTML, allowing untrusted input to execute script. jQuery UI 1.13.0 changed these option values to be handled as pure text. CVSS is 6.5 with network access, low complexity, no privileges, and user interaction required.
Likely exposure
Exposure is likely in applications using jquery-ui earlier than 1.13.0 where Datepicker *Text option values come from users, tenants, CMS content, localization data, or other untrusted sources. Downstream products and distributions referenced Drupal, Fedora, Debian LTS, Oracle, NetApp, and Tenable advisories, so packaged dependencies should also be checked.
Exploitation context
The provided sources do not state active exploitation, and KEV is false. Exploitation requires a user to interact with an affected page where an attacker can influence Datepicker *Text option values. Impact is browser-side integrity compromise rather than server compromise based on the provided CVSS vector.
Researcher notes
The key condition is untrusted control of Datepicker *Text options, not merely having jquery-ui installed. The fix is behavioral: option values are treated as text rather than HTML in 1.13.0. Evidence supports affected jquery-ui versions before 1.13.0, but the bundle does not provide product-specific exploitability details for every downstream advisory.
Mitigation direction
- Upgrade jquery-ui to version 1.13.0 or later.
- Do not accept Datepicker *Text option values from untrusted sources.
- Review downstream vendor advisories for packaged jquery-ui fixes.
- Sanitize or replace dynamic Datepicker labels until upgraded.
- Prioritize internet-facing and tenant-configurable applications first.
Validation and detection
- Inventory jquery-ui versions in package manifests and static assets.
- Search code for Datepicker configuration using *Text options.
- Trace whether those option values can come from untrusted input.
- Confirm production assets load jquery-ui 1.13.0 or later.
- Check Drupal, Fedora, Debian, Oracle, or vendor advisories 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-2021-41183 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.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/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:U/C:N/I:H/A:N2.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.5MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/CVE reference
- https://github.com/jquery/jquery-ui/security/advisories/GHSA-j7qv-pgf6-hvh4CVE reference
- https://github.com/jquery/jquery-ui/pull/1953CVE reference
- https://bugs.jqueryui.com/ticket/15284CVE reference
- FEDORA-2021-51c256bf87CVE reference · vendor-advisory
- FEDORA-2021-ab38307fc3CVE reference · vendor-advisory
- FEDORA-2021-013ab302beCVE reference · vendor-advisory
- [debian-lts-announce] 20220119 [SECURITY] [DLA-2889-1] drupal7 security updateCVE reference · mailing-list
- https://www.drupal.org/sa-core-2022-002CVE reference
- https://www.oracle.com/security-alerts/cpuapr2022.htmlCVE reference
- https://security.netapp.com/advisory/ntap-20211118-0004/CVE reference
- https://www.drupal.org/sa-contrib-2022-004CVE reference
- https://www.drupal.org/sa-core-2022-001CVE reference
- https://www.oracle.com/security-alerts/cpujul2022.htmlCVE reference
- https://www.tenable.com/security/tns-2022-09CVE reference
- FEDORA-2022-9d655503eaCVE reference · vendor-advisory
- FEDORA-2022-bf18450366CVE reference · vendor-advisory
- https://lists.debian.org/debian-lts-announce/2023/08/msg00040.htmlCVE reference
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.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
