Lexmark Printer Race Condition Vulnerability (CVE-2020-35546)
🗓️ 14 Mar 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 4 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2020-35546 | 19 Feb 202522:05 | – | circl | |
| Lexmark MX6500 安全漏洞 | 19 Feb 202500:00 | – | cnnvd | |
| CVE-2020-35546 | 19 Feb 202500:00 | – | cve | |
| CVE-2020-35546 | 19 Feb 202500:00 | – | cvelist | |
| EUVD-2020-23213 | 7 Oct 202500:30 | – | euvd | |
| CVE-2020-35546 | 19 Feb 202519:15 | – | nvd | |
| PT-2025-7276 | 19 Feb 202500:00 | – | ptsecurity | |
| CVE-2020-35546 | 21 Feb 202500:23 | – | redhatcve | |
| Lexmark Printers Race Condition (CVE-2020-35546) | 7 Nov 202500:00 | – | nessus | |
| CVE-2020-35546 | 19 Feb 202500:00 | – | vulnrichment |
| Source | Link |
|---|---|
| publications | www.publications.lexmark.com/publications/security-alerts/CVE-2020-35546.pdf |
# SPDX-FileCopyrightText: 2025 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:lexmark:mx6500e";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.154194");
script_version("2025-03-14T15:40:32+0000");
script_tag(name:"last_modification", value:"2025-03-14 15:40:32 +0000 (Fri, 14 Mar 2025)");
script_tag(name:"creation_date", value:"2025-03-14 04:25:53 +0000 (Fri, 14 Mar 2025)");
script_tag(name:"cvss_base", value:"4.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:N/A:N");
script_cve_id("CVE-2020-35546");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Lexmark Printer Race Condition Vulnerability (CVE-2020-35546)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_lexmark_printer_consolidation.nasl");
script_mandatory_keys("lexmark_printer/detected");
script_tag(name:"summary", value:"Lexmark MX6500 printer devices are prone to a race condition
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable firmware version is present on the
target host.");
script_tag(name:"insight", value:"A race condition exists while processing the state of the two
security jumpers in an MX6500e. This can cause occasional misreads of the security jumper state
during boot, causing the device to incorrectly believe the security jumper state has changed. The
result is that security access controls may be unexpectedly reset.");
script_tag(name:"solution", value:"Update to version LW75.JD.P297 or later.");
script_xref(name:"URL", value:"https://publications.lexmark.com/publications/security-alerts/CVE-2020-35546.pdf");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!infos = get_app_port_from_cpe_prefix(cpe: CPE_PREFIX, first_cpe_only: TRUE))
exit(0);
port = infos["port"];
cpe = infos["cpe"];
if (!version = toupper(get_app_version(cpe: cpe, port: port, nofork: TRUE)))
exit(0);
if (version_is_less(version: version, test_version: "LW75.JD.P297")) {
report = report_fixed_ver(installed_version: version, fixed_version: "LW75.JD.P297");
security_message(port: 0, 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
14 Mar 2025 00:00Current
7High risk
Vulners AI Score7
CVSS 3.19.1
EPSS0.00357
SSVC