Lucene search
+L

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

🗓️ 19 Sep 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

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

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2018-15748
23 Aug 201815:00
cve
cvelist
Cvelist
CVE-2018-15748
23 Aug 201815:00
cvelist
euvd
EUVD
EUVD-2018-7616
7 Oct 202500:30
euvd
nvd
NVD
CVE-2018-15748
23 Aug 201815:29
nvd
osv
OSV
CVE-2018-15748
23 Aug 201815:29
osv
prion
Prion
Default credentials
23 Aug 201815:29
prion
redhatcve
RedhatCVE
CVE-2018-15748
22 May 202513:09
redhatcve
nessus
Tenable Nessus
Dell 2335dn printer Weak Password Requirements (CVE-2018-15748)
13 Sep 202400:00
nessus
# 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);

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