CVE-2021-30109: Cross-site Scripting in Froala Editor
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.43495%
CWE
Published
10/6/2021
Updated
2/1/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
froala-editor | npm | <= 3.2.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
While exact function names aren't explicitly disclosed in available sources, the vulnerability manifests in hyperlink creation where base64 strings are processed. The core link handling functionality would logically contain the vulnerable code path that decodes and inserts untrusted input without adequate sanitization. Confidence is medium due to the specificity of the attack vector (hyperlink module + base64 processing) but lack of explicit code references.