Lucene search

K
openvasCopyright (C) 2018 Greenbone AGOPENVAS:1361412562310814218
HistorySep 19, 2018 - 12:00 a.m.

Dell Laser MFP 2335dn Printer Password Disclosure Vulnerability - Active Check

2018-09-1900:00:00
Copyright (C) 2018 Greenbone AG
plugins.openvas.org
16

CVSS2

4

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:N/A:N

CVSS3

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

8.9

Confidence

High

EPSS

0.001

Percentile

44.6%

Dell Laser MFP 2335dn Printer is prone to a password disclosure
vulnerability.

# 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

CPE_PREFIX = "cpe:/o:dell:";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.814218");
  script_version("2023-12-21T05:06:40+0000");
  script_tag(name:"last_modification", value:"2023-12-21 05:06:40 +0000 (Thu, 21 Dec 2023)");
  script_tag(name:"creation_date", value:"2018-09-19 16:18:38 +0530 (Wed, 19 Sep 2018)");
  script_tag(name:"cvss_base", value:"4.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:N/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-10-03 00:03:00 +0000 (Thu, 03 Oct 2019)");

  script_cve_id("CVE-2018-15748");

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

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

  script_name("Dell Laser MFP 2335dn Printer Password Disclosure Vulnerability - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_dell_printer_consolidation.nasl");
  script_mandatory_keys("dell/printer/http/detected");
  script_require_ports("Services/www", 80);

  script_tag(name:"summary", value:"Dell Laser MFP 2335dn Printer is prone to a password disclosure
  vulnerability.");

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

  script_tag(name:"insight", value:"The flaw exists as any user can retrieve the configured SMTP or
  LDAP password by viewing the HTML source code of the Email Settings webpage. Moreover by default
  printer did not have any admin credentials set. Also in some cases, authentication can be
  achieved with the blank default password for the admin account.");

  script_tag(name:"impact", value:"Successful exploitation will allow an attacker to gain access to
  potentially sensitive information.");

  script_tag(name:"affected", value:"Dell 2335dn printers with Printer Firmware Version 2.70.05.02,
  Engine Firmware Version 1.10.65, and Network Firmware Version V4.02.15(2335dn MFP) 11-22-2010.
  Other versions may be affected as well.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore. General
  solution options are to upgrade to a newer release, disable respective features, remove the
  product or replace the product by another one.");

  script_xref(name:"URL", value:"https://www.gerrenmurphy.com/dell-2335dn-password-disclosure");

  exit(0);
}

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

if (!infos = get_app_port_from_cpe_prefix(cpe: CPE_PREFIX, service: "www", first_cpe_only: TRUE))
  exit(0);

port = infos["port"];
cpe = infos["cpe"];

if ("2335dn" >!< cpe)
  exit(0);

if (!get_app_location(cpe: cpe, port: port, nofork: TRUE))
  exit(0);

url = "/default.html";

if (http_vuln_check(port: port, url: url, pattern: "Dell Laser MFP 2335dn", check_header: TRUE,
                    extra_check: make_list('var ldapPassword = "', 'var smtpPassword = "'))) {
  report = http_report_vuln_url(port: port, url: url);
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

CVSS2

4

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:N/A:N

CVSS3

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

8.9

Confidence

High

EPSS

0.001

Percentile

44.6%

Related for OPENVAS:1361412562310814218