Lexmark Printer Configuration Wipe Vulnerability (Jan 2022)
🗓️ 24 Jan 2022 00:00:00Reported by Copyright (C) 2022 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2021-44736 | 20 Jan 202217:15 | – | attackerkb | |
| CVE-2021-44736 | 20 Jan 202220:11 | – | circl | |
| Lexmark 授权问题漏洞 | 20 Jan 202200:00 | – | cnnvd | |
| CVE-2021-44736 | 20 Jan 202216:09 | – | cve | |
| CVE-2021-44736 | 20 Jan 202216:09 | – | cvelist | |
| EUVD-2021-31551 | 3 Oct 202520:07 | – | euvd | |
| Vulnerabilities fixed in Lexmark printers | 24 Jan 202200:00 | – | ncsc | |
| CVE-2021-44736 | 20 Jan 202217:15 | – | nvd | |
| Design/Logic Flaw | 20 Jan 202217:15 | – | prion | |
| PT-2022-12214 · Lexmark · Lexmark Devices | 20 Jan 202200:00 | – | ptsecurity |
10
| Source | Link |
|---|---|
| publications | www.publications.lexmark.com/publications/security-alerts/CVE-2021-44736.pdf |
# Copyright (C) 2022 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
CPE_PREFIX = "cpe:/o:lexmark:";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.147499");
script_version("2022-03-18T09:24:35+0000");
script_tag(name:"last_modification", value:"2022-03-18 09:24:35 +0000 (Fri, 18 Mar 2022)");
script_tag(name:"creation_date", value:"2022-01-24 06:49:10 +0000 (Mon, 24 Jan 2022)");
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:"2022-03-17 16:26:00 +0000 (Thu, 17 Mar 2022)");
script_cve_id("CVE-2021-44736");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"Workaround");
script_name("Lexmark Printer Configuration Wipe Vulnerability (Jan 2022)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2022 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_lexmark_printer_consolidation.nasl");
script_mandatory_keys("lexmark_printer/http/detected");
script_require_ports("Services/www", 80);
script_tag(name:"summary", value:"The initial admin account setup wizard on Lexmark devices allow
unauthenticated access to the 'out of service erase' feature.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"The initial setup menus on many Lexmark devices do not restrict
access to the 'out of service erase' feature. This allows an unauthenticated attacker to wipe the
configuration of the device.");
script_tag(name:"impact", value:"An unauthenticated attacker may wipe the configuration of the
device.");
script_tag(name:"solution", value:"See the referenced vendor advisory for a workaround.");
script_xref(name:"URL", value:"https://publications.lexmark.com/publications/security-alerts/CVE-2021-44736.pdf");
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, default: 80, service: "www"))
exit(0);
port = infos["port"];
cpe = infos["cpe"];
if (!get_app_location(cpe: cpe, port: port, nofork: TRUE))
exit(0);
url = "/cgi-bin/dynamic/printer/config/secure/memwipe.html?lang=0";
if (http_vuln_check(port: port, url: url, pattern: "This operation will clear all settings, solutions, and jobs",
check_header: TRUE, cookie: "lexlang=0")) {
report = http_report_vuln_url(port: port, url: url);
security_message(port: port, data: report);
exit(0);
}
url = "/webglue/content?depth=0&c=/Settings/Device/Maintenance&lang=en";
if (http_vuln_check(port: port, url: url, pattern: "Erase all printer and network settings",
check_header: TRUE)) {
report = http_report_vuln_url(port: port, url: url);
security_message(port: port, data: report);
exit(0);
}
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
18 Mar 2022 00:00Current
9.7High risk
Vulners AI Score9.7
CVSS 3.19.8
CVSS 210
EPSS0.02215