| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| CVE-2018-20114 | 2 Jan 201900:00 | – | attackerkb | |
| CVE-2018-6530 | 6 Mar 201800:00 | – | attackerkb | |
| The vulnerability of the soapcgi_main function in the soap.cgi script of the D-Link routers DIR-868L, DIR-865L, DIR-880L, and DIR-860L allows a hacker to execute arbitrary operating system commands. | 19 Apr 201800:00 | – | bdu_fstec | |
| CVE-2018-6530 | 7 Sep 202214:36 | – | circl | |
| D-Link Multiple Routers OS Command Injection Vulnerability | 8 Sep 202200:00 | – | cisa_kev | |
| Multiple D-Link Products OS Command Injection Vulnerability | 7 Mar 201800:00 | – | cnvd | |
| D-Link Multiple Products Command Injection (CVE-2018-6530) | 20 Sep 202200:00 | – | checkpoint_advisories | |
| CVE-2018-6530 | 6 Mar 201820:00 | – | cve | |
| CVE-2018-6530 | 6 Mar 201820:00 | – | cvelist | |
| D-Link - Unauthenticated Remote Code Execution | 27 Jul 202604:16 | – | nuclei |
# SPDX-FileCopyrightText: 2018 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.113142");
script_version("2024-08-14T05:05:52+0000");
script_tag(name:"last_modification", value:"2024-08-14 05:05:52 +0000 (Wed, 14 Aug 2024)");
script_tag(name:"creation_date", value:"2018-03-21 10:54:55 +0100 (Wed, 21 Mar 2018)");
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:"2023-11-08 21:19:00 +0000 (Wed, 08 Nov 2023)");
script_cve_id("CVE-2018-6530");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("D-Link DIR Routers OS Command Injection Vulnerability (Mar 2018)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2018 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_dlink_dir_consolidation.nasl");
script_mandatory_keys("d-link/dir/detected");
script_tag(name:"summary", value:"D-Link Routers DIR-860L, DIR-865L, DIR-868L and DIR-880L are
prone to an OS command injection vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The OS command injection is possible through the service
parameter in soap.cgi.");
script_tag(name:"impact", value:"Successful exploitation would allow an attacker to execute
arbitrary OS commands, effectively gaining complete control over the target system.");
script_tag(name:"affected", value:"D-Link DIR-860L through firmware version 1.10b04
D-Link DIR-865L through firmware version 1.08b01
D-Link DIR-868L through firmware version 1.12b04
D-Link DIR-880L through firmware version 1.08b04");
script_tag(name:"solution", value:"Update to DIR-860L 1.11, DIR-865L 1.10, DIR-868L 1.20 or
DIR-880L 1.08b06 respectively.");
script_xref(name:"URL", value:"ftp://ftp2.dlink.com/SECURITY_ADVISEMENTS/DIR-860L/REVA/DIR-860L_REVA_FIRMWARE_PATCH_NOTES_1.11B01_EN_WW.pdf");
script_xref(name:"URL", value:"ftp://ftp2.dlink.com/SECURITY_ADVISEMENTS/DIR-865L/REVA/DIR-865L_REVA_FIRMWARE_PATCH_NOTES_1.10B01_EN_WW.pdf");
script_xref(name:"URL", value:"ftp://ftp2.dlink.com/SECURITY_ADVISEMENTS/DIR-868L/REVA/DIR-868L_REVA_FIRMWARE_PATCH_NOTES_1.20B01_EN_WW.pdf");
script_xref(name:"URL", value:"ftp://ftp2.dlink.com/SECURITY_ADVISEMENTS/DIR-880L/REVA/DIR-880L_REVA_FIRMWARE_PATCH_NOTES_1.08B06_EN_WW.pdf");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
cpe_list = make_list( "cpe:/o:dlink:dir-860l_firmware",
"cpe:/o:dlink:dir-865l_firmware",
"cpe:/o:dlink:dir-868l_firmware",
"cpe:/o:dlink:dir-880l_firmware" );
if ( ! infos = get_app_version_from_list( cpe_list:cpe_list, nofork:TRUE ) )
exit( 0 );
cpe = infos["cpe"];
version = infos["version"];
if( "dir-860l" >< cpe ) {
device = "DIR-860L";
fixed_ver = "1.11";
} else if( "dir-865l" >< cpe ) {
device = "DIR-865L";
fixed_ver = "1.10";
} else if( "dir-868l" >< cpe ) {
device = "DIR-868L";
fixed_ver = "1.20";
} else if( "dir-880l" >< cpe ) {
device = "DIR-880L";
fixed_ver = "1.08";
}
if( device && fixed_ver ) {
if( version_is_less( version:version, test_version:fixed_ver ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:fixed_ver, extra:"The target device is a " + device );
security_message( port:0, data:report );
exit( 0 );
}
exit( 99 );
}
exit( 0 );
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