CVE-2019-17625: Rambox RCE Vulnerability
9.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.89286%
CWE
Published
5/24/2022
Updated
7/18/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Rambox | npm | <= 0.6.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
While exact function
names/paths aren't disclosed in available sources, the vulnerability pattern clearly indicates: 1) Input handling functions
that store unsanitized user-controlled 'name' values 2) Rendering functions
that dangerously output these values as HTML. The combination enables XSS->RCE via Electron's nodeIntegration
. The confidence remains high because the attack vector (IMG onerror with exec
) fundamentally requires both improper input handling and unsafe rendering to be exploitable.