Security readout for executives and security teams
Plain-English summary
CVE-2021-41182 is a cross-site scripting flaw in jQuery UI Datepicker before 1.13.0. If an application lets untrusted input control the Datepicker `altField` option, browser-side code may run in a user’s session. The business risk is website or application integrity impact, especially where legacy UI libraries are embedded in customer-facing systems.
Executive priority
Handle during normal vulnerability remediation, with faster action for public-facing applications or portals where users can influence UI configuration. The flaw is not marked KEV in the provided bundle, but it affects a widely embedded library and has a clear upstream fix.
Technical view
The issue is CWE-79 in jQuery UI Datepicker. Before 1.13.0, `altField` values accepted from untrusted sources could execute untrusted code. The upstream fix treats string `altField` values as CSS selectors. CVSS 3.1 is 6.5: network reachable, low complexity, no privileges, user interaction required, high integrity impact.
Likely exposure
Exposure is most likely in web applications using jquery-ui versions earlier than 1.13.0, especially pages with Datepicker configurations where `altField` can be influenced by user, CMS, URL, or integration data. Downstream advisories from Drupal, Fedora, Oracle, and NetApp indicate this library was bundled in broader products.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires a user interaction path in a vulnerable application and an untrusted `altField` value. Treat this as a practical web-app integrity risk, not a confirmed mass-exploitation event based on the provided evidence.
Researcher notes
Focus on reachability, not just package presence. The vulnerable condition depends on Datepicker `altField` accepting untrusted input. Document all transitive copies of jquery-ui, including CMS, appliance, and packaged application copies, because several downstream vendors issued advisories after the upstream 1.13.0 fix.
Mitigation direction
- Upgrade jquery-ui to 1.13.0 or later.
- Do not accept `altField` from untrusted sources.
- Patch affected downstream products using vendor guidance.
- Prioritize internet-facing or high-trust authenticated web applications.
- Retest pages using Datepicker after dependency updates.
Validation and detection
- Inventory deployed jquery-ui versions in source and built assets.
- Identify Datepicker usage that sets the `altField` option.
- Trace whether `altField` can come from user-controlled data.
- Confirm deployed assets load jquery-ui 1.13.0 or later.
- Review Drupal, Fedora, Oracle, or NetApp advisories if those products are present.
Public sources used
- CVE Program
- CVE List V5
- GitHub Advisory GHSA-9gj3-hwp5-pmwc
- jQuery UI Fix Commit
- jQuery UI 1.13.0 Release
- Fedora Advisory FEDORA-2021-51c256bf87
- Fedora Advisory FEDORA-2021-ab38307fc3
- Fedora Advisory FEDORA-2021-013ab302be
- Debian LTS Drupal7 Advisory
- Drupal Core Advisory SA-CORE-2022-002
- Oracle CPU April 2022
- NetApp Advisory NTAP-20211118-0004
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-41182 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://github.com/jquery/jquery-ui/security/advisories/GHSA-9gj3-hwp5-pmwcCVE reference
- https://github.com/jquery/jquery-ui/pull/1954/commits/6809ce843e5ac4128108ea4c15cbc100653c2b63CVE reference
- https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/CVE 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.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.
