VYPR
Moderate severityGHSA Advisory· Published Apr 30, 2019· Updated Aug 6, 2024

CVE-2015-9286

CVE-2015-9286

Description

Controllers.outgoing in controllers/index.js in NodeBB before 0.7.3 has outgoing XSS.

AI Insight

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

NodeBB before version 0.7.3 contains a reflected XSS vulnerability in the outgoing module's URL handling, allowing remote attackers to inject arbitrary JavaScript.

Vulnerability

Description

The outgoing controller in NodeBB versions prior to 0.7.3 contains a non-persistent cross-site scripting (XSS) vulnerability. Specifically, the Controllers.outgoing function in controllers/index.js does not properly sanitize URL values before processing them, allowing injection of malicious script code [1][2].

Exploitation

The vulnerability can be exploited by tricking a user into clicking a specially crafted link. An attacker can inject arbitrary JavaScript into the outgoing module's response, which executes in the context of the user's session. No authentication is required to deliver the malicious link, but user interaction is necessary [2].

Impact

Successful exploitation could allow an attacker to perform actions on behalf of the victim, including stealing session cookies, defacing the forum, or redirecting users to malicious sites. The CVSS score is 3.4, indicating low severity due to the requirement for user interaction [2].

Mitigation

The vulnerability was addressed in NodeBB version 0.7.3 through commit 4de7529 [1][4]. Users should upgrade to this version or later to protect against exploitation.

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
nodebbnpm
< 0.8.20.8.2

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

6

News mentions

0

No linked articles in our index yet.