VYPR
Critical severityNVD Advisory· Published Oct 16, 2019· Updated Aug 5, 2024

CVE-2019-17625

CVE-2019-17625

Description

Stored XSS in Rambox 0.6.9 allows arbitrary code execution via unsanitized service name field.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS in Rambox 0.6.9 allows arbitrary code execution via unsanitized service name field.

Vulnerability

Overview

CVE-2019-17625 is a stored cross-site scripting (XSS) vulnerability in Rambox version 0.6.9, a messaging and emailing application built on Electron. The flaw resides in the service name field during addition or editing of a service. Input sanitization is insufficient, allowing arbitrary HTML and JavaScript to be stored and later executed when the service list is rendered [1][3].

Exploitation

Details

An attacker can inject a payload such as ` into the name field. Because Rambox runs on Node.js and Electron, the injected JavaScript can access Node.js APIs, including require('child_process').exec`. This enables execution of arbitrary operating system commands on the host machine. The stored XSS triggers automatically for any user who views the affected service list, requiring no additional interaction beyond opening the application [3][4].

Impact

Successful exploitation grants the attacker full remote code execution with the privileges of the Rambox process. This can lead to data exfiltration, installation of malware, or complete compromise of the user's system. The vulnerability is particularly severe because it combines stored XSS with Node.js integration, bypassing typical browser sandbox restrictions [1][3].

Mitigation

The Rambox Community Edition, including version 0.6.9, is no longer maintained and has reached end-of-life (EOL). Users are strongly advised to upgrade to the current Rambox Pro version, which offers a free plan and includes security fixes. No official patch for the community edition exists [2].

AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
Ramboxnpm
<= 0.6.9

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.