CVE-2012-6662:
jquery-ui Tooltip widget vulnerable to XSS
4.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
10/24/2017
Updated
11/9/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
jquery-ui | npm | < 1.10.0 | 1.10.0 |
jquery-ui-rails | rubygems | < 4.0.0 | 4.0.0 |
org.webjars.npm:jquery-ui | maven | < 1.10.0 | 1.10.0 |
jQuery.UI.Combined | nuget | < 1.10.0 | 1.10.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patches provided show that the XSS vulnerability was fixed by modifying how the Tooltip widget handles its content, specifically by escaping the title attribute. The function directly related to this fix is within the $.ui.tooltip widget, likely the _content method or similar.