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.
| Package | Affected versions | Patched versions |
|---|---|---|
nodebbnpm | < 0.8.2 | 0.8.2 |
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- github.com/advisories/GHSA-72fv-qgj6-2w2pghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2015-9286ghsaADVISORY
- github.com/NodeBB/NodeBB/compare/56b79a9...4de7529ghsax_refsource_MISCWEB
- github.com/NodeBB/NodeBB/pull/3371ghsax_refsource_MISCWEB
- vulners.com/securityvulns/SECURITYVULNS:DOC:32625ghsax_refsource_MISCWEB
- www.vulnerability-lab.com/get_content.phpghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.