-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| @claviska/jquery-minicolors | npm | < 2.3.6 | 2.3.6 |
The vulnerability stems from unsafe string concatenation in swatch creation code shown in both the GitHub Security Lab advisory and the patch commit. The original code used '<span ... title="' + name + '">' which allowed HTML injection. The patch moved the title to a separate .attr() call which would enable proper escaping. The file path and attack vector are explicitly identified in multiple sources including the GHSL advisory and NVD references.
Ongoing coverage of React2Shell