CVE-2019-1010113: Cross-site scripting in CLEditor
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.47285%
CWE
Published
7/26/2019
Updated
2/1/2023
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
CLEditor | nuget | <= 1.4.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in href attribute handling within the jQuery
plugin component. While exact function names aren't provided in available resources, XSS occurs when unsanitized user-controlled input is directly inserted into href attributes. This typically happens in link insertion/editing functions
that lack proper URI scheme validation (e.g., allowing 'javascript:' URIs). The medium confidence reflects the lack of direct code references, but the attack vector and component information strongly suggest improper input handling in link-related functions
.