Article Details

Scrape Timestamp (UTC): 2025-01-24 05:45:12.661

Source: https://thehackernews.com/2025/01/cisa-adds-five-year-old-jquery-xss-flaw.html

Original Article Text

Click to Toggle View

CISA Adds Five-Year-Old jQuery XSS Flaw to Exploited Vulnerabilities List. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Thursday placed a now-patched security flaw impacting the popular jQuery JavaScript library to its Known Exploited Vulnerabilities (KEV) catalog, based on evidence of active exploitation. The medium-severity vulnerability is CVE-2020-11023 (CVSS score: 6.1/6.9), a nearly five-year-old cross-site scripting (XSS) bug that could be exploited to achieve arbitrary code execution. "Passing HTML containing <option> elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code," according to a GitHub advisory released for the flaw. The problem was addressed in jQuery version 3.5.0 released in April 2020. A workaround for CVE-2020-11023 involves using DOMPurify with the SAFE_FOR_JQUERY flag set to sanitize the HTML string before passing it to a jQuery method. As is typically the case, the advisory from CISA is lean on details about the specific nature of exploitation and the identity of threat actors weaponizing the shortcoming. Nor are there any public reports related to attacks that leverage the flaw in question. That said, Dutch security firm EclecticIQ revealed in February 2024 that the command-and-control (C2) addresses associated with a malicious campaign exploiting security flaws in Ivanti appliances ran a version of JQuery that was susceptible to at least one of the three flaws, CVE-2020-11023, CVE-2020-11022, and CVE-2019-11358. Pursuant to Binding Operational Directive (BOD) 22-01, Federal Civilian Executive Branch (FCEB) agencies are recommended to remediate the identified flaw by February 13, 2025, to secure their networks against active threats.

Daily Brief Summary

CYBERCRIME // CISA Adds Old jQuery XSS Vulnerability to Exploited List

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added CVE-2020-11023, a jQuery XSS flaw, to its Known Exploited Vulnerabilities catalog.

This vulnerability, patched in April 2020, allows for arbitrary code execution via cross-site scripting.

Attack vectors involve passing HTML with unsanitized `<option>` elements to jQuery's DOM manipulation methods.

CISA's advisory emphasizes the flaw's active exploitation but does not provide details on the attackers.

A security firm noted that a malicious campaign exploiting similar security flaws utilized a susceptible version of jQuery.

Federal agencies are directed to address this security issue by February 13, 2025, as per Binding Operational Directive 22-01.

The jQuery flaw, while medium-severity with a CVSS score of 6.1/6.9, still poses significant risks due to its potential for code execution.