NodeBB < 0.7.3 XSS Vulnerability - Active Check
🗓️ 07 May 2016 00:00:00Reported by Copyright (C) 2016 SCHUTZWERK GmbHType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2015-9286 | 30 Apr 201918:26 | – | circl | |
| CVE-2015-9286 | 30 Apr 201913:07 | – | cve | |
| CVE-2015-9286 | 30 Apr 201913:07 | – | cvelist | |
| EUVD-2019-0456 | 7 Oct 202500:30 | – | euvd | |
| Cross-site Scripting in NodeBB | 1 May 201918:37 | – | github | |
| CVE-2015-9286 | 30 Apr 201914:29 | – | nvd | |
| GHSA-72FV-QGJ6-2W2P Cross-site Scripting in NodeBB | 1 May 201918:37 | – | osv | |
| Cross site scripting | 30 Apr 201914:29 | – | prion | |
| CVE-2015-9286 | 22 May 202506:19 | – | redhatcve | |
| Cross-Site Scripting (XSS) | 10 Jul 201904:47 | – | veracode |
| Source | Link |
|---|---|
| cxsecurity | www.cxsecurity.com/issue/WLB-2015090182 |
| github | www.github.com/NodeBB/NodeBB/pull/3371 |
| github | www.github.com/NodeBB/NodeBB/compare/56b79a9...4de7529 |
| vulnerability-lab | www.vulnerability-lab.com/get_content.php |
# SPDX-FileCopyrightText: 2016 SCHUTZWERK GmbH
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-or-later
CPE = "cpe:/a:nodebb:nodebb";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.111102");
script_version("2025-01-30T05:38:01+0000");
script_tag(name:"last_modification", value:"2025-01-30 05:38:01 +0000 (Thu, 30 Jan 2025)");
script_tag(name:"creation_date", value:"2016-05-07 16:00:00 +0200 (Sat, 07 May 2016)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-05-01 14:22:21 +0000 (Wed, 01 May 2019)");
script_cve_id("CVE-2015-9286");
script_tag(name:"qod_type", value:"remote_analysis");
script_tag(name:"solution_type", value:"VendorFix");
script_name("NodeBB < 0.7.3 XSS Vulnerability - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2016 SCHUTZWERK GmbH");
script_family("Web application abuses");
script_dependencies("sw_nodebb_http_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("nodebb/http/detected");
script_tag(name:"summary", value:"NodeBB is prone to a reflected cross-site scripting (XSS)
vulnerability.");
script_tag(name:"impact", value:"Exploiting this vulnerability may allow an attacker to perform
cross-site scripting attacks on unsuspecting users in the context of the affected website. As a
result, the attacker may be able to steal cookie-based authentication credentials and to launch
other attacks.");
script_tag(name:"affected", value:"NodeBB prior to version 0.7.3.");
script_tag(name:"solution", value:"Update to version 0.7.3 or later.");
script_xref(name:"URL", value:"https://cxsecurity.com/issue/WLB-2015090182");
script_xref(name:"URL", value:"http://www.vulnerability-lab.com/get_content.php?id=1600");
script_xref(name:"URL", value:"https://github.com/NodeBB/NodeBB/compare/56b79a9...4de7529");
script_xref(name:"URL", value:"https://github.com/NodeBB/NodeBB/pull/3371");
exit(0);
}
include("http_func.inc");
include("host_details.inc");
include("http_keepalive.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) )
exit( 0 );
if( dir == "/" )
dir = "";
url = dir + "/outgoing?url=<script>alert('XSS')</script>";
if( http_vuln_check( port:port, url:url, pattern:"<script>alert\('XSS'\)</script>", check_header:TRUE ) ) {
report = http_report_vuln_url( port:port, url:url );
security_message( port:port, data:report );
exit( 0 );
}
exit( 99 );
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
30 Jan 2025 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24.3
CVSS 36.1
EPSS0.01622