LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2020-11023: JQuery Cross-Site Scripting (XSS) Vulnerability

RBRecent Breaches Vulnerability Intelligence·Jan 23, 2025
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Feb 13, 2025
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2020-11023 to its Known Exploited Vulnerabilities catalog on Jan 23, 2025, with a federal patch deadline of Feb 13, 2025 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

JQuery contains a persistent cross-site scripting (XSS) vulnerability. When passing maliciously formed, untrusted input enclosed in HTML tags, JQuery's DOM manipulators can execute untrusted code in…

CVE-2020-11023 is a persistent cross-site scripting (XSS) vulnerability in jQuery. When untrusted input that is maliciously formed and enclosed in HTML tags is passed to jQuery's DOM manipulators, the library can execute that untrusted code in the context of a user's browser. This matters because jQuery is widely embedded in web applications and sites; successful abuse can let an attacker run script under the victim's session, potentially leading to session theft, content alteration, or further client-side compromise. Confirm exact impact and affected builds against the vendor advisory.

CISA notes the weakness as CWE-79 and recommends applying mitigations per vendor instructions or discontinuing use if mitigations are unavailable. Known ransomware use is not documented for this CVE.

How it works

The flaw belongs to the cross-site scripting class (CWE-79). jQuery provides DOM manipulation helpers that parse and insert HTML. When those helpers receive untrusted input that has been crafted with HTML tags, the library can treat the payload as executable markup rather than plain data. An attacker who can supply such input—commonly through a form field, URL parameter, or other user-controlled data that later reaches a jQuery DOM method—can cause the victim's browser to execute the attacker's script in the origin of the vulnerable application.

Because the summary describes a persistent (stored) XSS issue, the malicious content may be saved server-side and later rendered for other users, amplifying reach. Exact trigger conditions, input vectors, and any required preconditions must be confirmed against the vendor advisory; do not assume a particular API call or payload format beyond what the advisory states.

Am I affected? How to find it in your systems

jQuery is typically loaded by web applications, content-management systems, admin consoles, and third-party widgets. It may appear as a static file (jquery.js or similar), a package dependency, or a CDN reference. Inventory steps:

Telemetry signs of exploitation are those typical of XSS: unexpected script execution, anomalous DOM mutations, or client-side errors after user input is rendered. Server logs may show requests containing HTML-like payloads that later appear in stored content. Correlate with browser console reports or web application firewall alerts for reflected or stored script tags. Absence of clear logs does not prove safety; confirm against the advisory and your own application data flows.

How to remediate

Patch first. Apply the vendor update named in the advisory for jQuery, or upgrade to a release the vendor states is free of CVE-2020-11023. After updating, re-test any pages that use jQuery DOM manipulators with untrusted input.

Additional hardening for this class of weakness:

If mitigations are unavailable, CISA guidance is to discontinue use of the product. Always verify the exact remediation steps and any configuration changes against the vendor advisory.

If you can't patch immediately

Reduce exposure until the vendor update can be applied:

These controls lower risk but do not replace the vendor patch. Revisit the advisory regularly for any additional interim guidance.

If your data may have been exposed

Actively exploited vulnerabilities can lead to breaches in which session tokens, personal data, or other browser-accessible information is stolen. If you suspect this CVE was leveraged against your environment, follow your incident-response process: preserve logs, rotate credentials that may have been exposed in the browser context, and assess whether stored content was altered. Known ransomware use is not documented for this CVE, but that does not preclude other forms of abuse.

You can run a free exposure scan of your email address to check whether it appears in known breach data sets, which may help determine whether related credentials or personal information have already circulated.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedJQuery · JQuery
WeaknessCWE-79
Added to CISA KEVJan 23, 2025
Federal patch deadlineFeb 13, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities