Lucene search

K
openvasCopyright (C) 2024 Greenbone AGOPENVAS:1361412562310103796
HistoryJul 19, 2024 - 12:00 a.m.

D-Link DAP-1650 EOL Device Directory Traversal Vulnerability (Jul 2024)

2024-07-1900:00:00
Copyright (C) 2024 Greenbone AG
plugins.openvas.org
3
vulnerability
d-link dap-1650
directory traversal
firmware
end-of-support
privileges
cve-2024-40505
eol
hedwig.cgi

CVSS3

9.3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

AI Score

7

Confidence

Low

D-Link DAP-1650 device is prone to a directory traversal
vulnerability.

# SPDX-FileCopyrightText: 2024 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

EOL_CPE = "cpe:/o:dlink:dap-1650_firmware";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103796");
  script_version("2024-07-19T15:39:06+0000");
  script_tag(name:"last_modification", value:"2024-07-19 15:39:06 +0000 (Fri, 19 Jul 2024)");
  script_tag(name:"creation_date", value:"2024-07-19 10:15:28 +0000 (Fri, 19 Jul 2024)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");

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

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

  script_cve_id("CVE-2024-40505");

  script_name("D-Link DAP-1650 EOL Device Directory Traversal Vulnerability (Jul 2024)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_dlink_dap_consolidation.nasl");
  script_mandatory_keys("d-link/dap/detected");

  script_tag(name:"summary", value:"D-Link DAP-1650 device is prone to a directory traversal
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"A Directory Traversal vulnerability exists in D-Link DAP-1650
  firmware that allows a local attacker to escalate privileges via the hedwig.cgi component.");

  script_tag(name:"affected", value:"D-Link DAP-1650 version 1.03 and probably other versions.");

  script_tag(name:"solution", value:"No solution was made available by the vendor. General solution
  options are to upgrade to a newer release, disable respective features, remove the product or
  replace the product by another one.

  Note: Vendor states that the model reached its End-of-Support Date, it is no longer supported, and
  firmware development has ceased. See vendor advisory for further recommendations.");

  script_xref(name:"URL", value:"https://coldwx.github.io/CVE-2024-40505.html");
  script_xref(name:"URL", value:"https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10266");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!infos = get_app_port_from_cpe_prefix(cpe: EOL_CPE, first_cpe_only: TRUE))
  exit(0);

cpe = infos["cpe"];

if (cpe != EOL_CPE)
  exit(0);

if (!version = get_app_version(cpe: cpe, nofork: TRUE))
  exit(0);

# EoL, all versions affected
report = report_fixed_ver(installed_version: version, fixed_version: "None");
security_message(port: 0, data: report);
exit(0);

CVSS3

9.3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

AI Score

7

Confidence

Low

Related for OPENVAS:1361412562310103796