D-Link DIR-100 Router Multiple Vulnerabilities (Dec 2013) - Active Check
🗓️ 05 Feb 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 57 Views
| Reporter | Title | Published | Views | Family All 38 |
|---|---|---|---|---|
| D-Link DIR-100 CSRF / XSS / Disclosure / Authentication | 5 Feb 201400:00 | – | zdt | |
| CVE-2013-7051 | 4 Feb 202013:46 | – | cve | |
| CVE-2013-7052 | 4 Feb 202013:49 | – | cve | |
| CVE-2013-7053 | 4 Feb 202013:51 | – | cve | |
| CVE-2013-7054 | 4 Feb 202013:54 | – | cve | |
| CVE-2013-7055 | 4 Feb 202013:56 | – | cve | |
| CVE-2013-7051 | 4 Feb 202013:46 | – | cvelist | |
| CVE-2013-7052 | 4 Feb 202013:49 | – | cvelist | |
| CVE-2013-7053 | 4 Feb 202013:51 | – | cvelist | |
| CVE-2013-7054 | 4 Feb 202013:54 | – | cvelist |
10
| Source | Link |
|---|---|
| pigstarter | www.pigstarter.krebsco.de/report/2013-12-18_dir100.txt |
| exploitsdownload | www.exploitsdownload.com/exploit/na/d-link-dir-100-csrf-xss-disclosure-authentication |
| cxsecurity | www.cxsecurity.com/issue/WLB-2014020019 |
| exploit-db | www.exploit-db.com/exploits/31425 |
# SPDX-FileCopyrightText: 2014 Greenbone AG
# 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-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.803797");
script_version("2025-11-28T15:41:52+0000");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2025-11-28 15:41:52 +0000 (Fri, 28 Nov 2025)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-02-04 19:44:00 +0000 (Tue, 04 Feb 2020)");
script_tag(name:"creation_date", value:"2014-02-05 12:25:02 +0530 (Wed, 05 Feb 2014)");
script_cve_id("CVE-2013-7051", "CVE-2013-7052", "CVE-2013-7053", "CVE-2013-7054",
"CVE-2013-7055");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"VendorFix");
script_name("D-Link DIR-100 Router Multiple Vulnerabilities (Dec 2013) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2014 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_get_http_banner.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("http_server/banner");
script_tag(name:"summary", value:"D-Link DIR-100 Router is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"Multiple flaws are due to:
- Retrieve the Administrator password and sensitive configuration parameters like the pppoe
username and password without authentication.
- Execute privileged Commands without authentication through a race condition leading to weak
authentication enforcement.
- Sending formatted request to a victim which then will execute arbitrary commands on the device.
- Store arbitrary javascript code which will be executed when a victim accesses the administrator
interface.");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to cause denial of
service or execute arbitrary HTML and script code in a user's browser session in context of an
affected website.");
script_tag(name:"affected", value:"D-Link DIR-100 Hardware Revision: D1 Software
Version: 4.03B07 and probably other versions.");
script_tag(name:"solution", value:"Apply the patch or upgrade to version 4.03B13 or later.");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/31425");
script_xref(name:"URL", value:"http://cxsecurity.com/issue/WLB-2014020019");
script_xref(name:"URL", value:"http://pigstarter.krebsco.de/report/2013-12-18_dir100.txt");
script_xref(name:"URL", value:"http://exploitsdownload.com/exploit/na/d-link-dir-100-csrf-xss-disclosure-authentication");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
port = http_get_port(default: 80);
banner = http_get_remote_headers(port: port);
if (banner !~ "Server\s*:\s*HTTP Server")
exit(0);
res = http_get_cache(port: port, item: "/bsc_internet.htm");
if (res !~ "^HTTP/1\.[01] 200" || "sys_passHash" >!< res || "router.css" >!< res)
exit(0);
url = "/cliget.cgi?cmd=$sys_user1";
if (http_vuln_check(port: port, url: url, check_header: TRUE, pattern: "user=.*&pass=")) {
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
28 Nov 2025 00:00Current
8.3High risk
Vulners AI Score8.3
CVSS 26.8
CVSS 3.19.8
EPSS0.24682