Lexmark Printer Improper Input Validation Vulnerability (Jun 2022)
🗓️ 06 Sep 2022 00:00:00Reported by Copyright (C) 2022 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 17 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2022-29850 | 26 Aug 202200:15 | – | attackerkb | |
| CVE-2022-29850 | 26 Aug 202207:29 | – | circl | |
| Lexmark 输入验证错误漏洞 | 25 Aug 202200:00 | – | cnnvd | |
| CVE-2022-29850 | 25 Aug 202223:11 | – | cve | |
| CVE-2022-29850 | 25 Aug 202223:11 | – | cvelist | |
| EUVD-2022-34168 | 3 Oct 202520:07 | – | euvd | |
| CVE-2022-29850 | 26 Aug 202200:15 | – | nvd | |
| CVE-2022-29850 | 26 Aug 202200:15 | – | osv | |
| Design/Logic Flaw | 26 Aug 202200:15 | – | prion | |
| PT-2022-19877 · Lexmark · Lexmark | 25 Aug 202200:00 | – | ptsecurity |
10
| Source | Link |
|---|---|
| publications | www.publications.lexmark.com/publications/security-alerts/CVE-2022-29850.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.148683");
script_version("2023-10-18T05:05:17+0000");
script_tag(name:"last_modification", value:"2023-10-18 05:05:17 +0000 (Wed, 18 Oct 2023)");
script_tag(name:"creation_date", value:"2022-09-06 02:17:52 +0000 (Tue, 06 Sep 2022)");
script_tag(name:"cvss_base", value:"7.6");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:H/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-09-01 18:30:00 +0000 (Thu, 01 Sep 2022)");
script_cve_id("CVE-2022-29850");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Lexmark Printer Improper Input Validation Vulnerability (Jun 2022)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2022 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_lexmark_printer_consolidation.nasl");
script_mandatory_keys("lexmark_printer/detected");
script_tag(name:"summary", value:"Multiple Lexmark printer devices are prone to an improper input
validation vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable firmware version is present on the target host.");
script_tag(name:"insight", value:"Lexmark firmware is stored in a compressed read-only filesystem
that is continuously integrity checked as programs are loaded into RAM for execution. This means
that if a device is somehow compromised, a reboot should clear the issue from the device.
This vulnerability allows an attacker that has already compromised the device, and therefore has
the ability to modify internal configuration files, to make their compromise persistent, meaning
after a device is rebooted, it will remain compromised.
NOTE: This vulnerability cannot be used to compromise a device, it can only be used on a device
that has already been compromised by another means.");
script_tag(name:"solution", value:"See the referenced vendor advisory for a solution.");
script_xref(name:"URL", value:"https://publications.lexmark.com/publications/security-alerts/CVE-2022-29850.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 (cpe =~ "^cpe:/o:lexmark:[mb]2236") {
if (version_is_less_equal(version: version, test_version: "MSLSG.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MSLSG.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:ms[34]31" || cpe =~ "^cpe:/o:lexmark:m1342" ||
cpe =~ "^cpe:/o:lexmark:b3442" || cpe =~ "^cpe:/o:lexmark:b3340" ||
cpe =~ "^cpe:/o:lexmark:xm1342") {
if (version_is_less_equal(version: version, test_version: "MSLBD.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MSLBD.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:mx[34]31" || cpe =~ "^cpe:/o:lexmark:mb3442") {
if (version_is_less_equal(version: version, test_version: "MXLBD.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MXLBD.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:ms[3456]21" || cpe =~ "^cpe:/o:lexmark:m124[26]" ||
cpe =~ "^cpe:/o:lexmark:b2338" || cpe =~ "^cpe:/o:lexmark:b2442" ||
cpe =~ "^cpe:/o:lexmark:b2546" || cpe =~ "^cpe:/o:lexmark:b2650") {
if (version_is_less_equal(version: version, test_version: "MSNGM.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MSNGM.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:ms622" || cpe =~ "^cpe:/o:lexmark:m3250") {
if (version_is_less_equal(version: version, test_version: "MSTGM.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MSTGM.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:mx321" || cpe =~ "^cpe:/o:lexmark:mb2338") {
if (version_is_less_equal(version: version, test_version: "MXNGM.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MXNGM.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:mx[45]21" || cpe =~ "^cpe:/o:lexmark:mx[56]22" ||
cpe =~ "^cpe:/o:lexmark:xm124[26]" || cpe =~ "^cpe:/o:lexmark:xm3250" ||
cpe =~ "^cpe:/o:lexmark:mb2442" || cpe =~ "^cpe:/o:lexmark:mb2546" ||
cpe =~ "^cpe:/o:lexmark:mb2650") {
if (version_is_less_equal(version: version, test_version: "MXTGM.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MXTGM.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:ms725" || cpe =~ "^cpe:/o:lexmark:ms82[135]" ||
cpe =~ "^cpe:/o:lexmark:b2865") {
if (version_is_less_equal(version: version, test_version: "MSNGW.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MSNGW.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:ms82[26]" || cpe =~ "^cpe:/o:lexmark:m5255" ||
cpe =~ "^cpe:/o:lexmark:m5270") {
if (version_is_less_equal(version: version, test_version: "MSTGW.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MSTGW.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:mx72[12]" || cpe =~ "^cpe:/o:lexmark:mx82[26]" ||
cpe =~ "^cpe:/o:lexmark:xm5365" || cpe =~ "^cpe:/o:lexmark:xm7355" ||
cpe =~ "^cpe:/o:lexmark:xm7370" || cpe =~ "^cpe:/o:lexmark:mb2770") {
if (version_is_less_equal(version: version, test_version: "MXTGW.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "MXTGW.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:c3426" || cpe =~ "^cpe:/o:lexmark:cs43[19]") {
if (version_is_less_equal(version: version, test_version: "CSLBN.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSLBN.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cs331" || cpe =~ "^cpe:/o:lexmark:c3224" ||
cpe =~ "^cpe:/o:lexmark:c3326") {
if (version_is_less_equal(version: version, test_version: "CSLBL.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSLBL.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:c2326") {
if (version_is_less_equal(version: version, test_version: "CSLBN.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSLBN.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:mc3426" || cpe =~ "^cpe:/o:lexmark:cx431" ||
cpe =~ "^cpe:/o:lexmark:xc2326") {
if (version_is_less_equal(version: version, test_version: "CXLBN.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CXLBN.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:mc3224" || cpe =~ "^cpe:/o:lexmark:mc3326" ||
cpe =~ "^cpe:/o:lexmark:cx331") {
if (version_is_less_equal(version: version, test_version: "CXLBL.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CXLBL.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cs622" || cpe =~ "^cpe:/o:lexmark:c2240") {
if (version_is_less_equal(version: version, test_version: "CSTZJ.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSTZJ.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cs[45]21" || cpe =~ "^cpe:/o:lexmark:c2[34]25" ||
cpe =~ "^cpe:/o:lexmark:c2535") {
if (version_is_less_equal(version: version, test_version: "CSNZJ.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSNZJ.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cx[56]22" || cpe =~ "^cpe:/o:lexmark:cx625" ||
cpe =~ "^cpe:/o:lexmark:xc2235" || cpe =~ "^cpe:/o:lexmark:xc4240" ||
cpe =~ "^cpe:/o:lexmark:mc2535" || cpe =~ "^cpe:/o:lexmark:mc2640") {
if (version_is_less_equal(version: version, test_version: "CXTZJ.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CXTZJ.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cx421" || cpe =~ "^cpe:/o:lexmark:mc2[34]25") {
if (version_is_less_equal(version: version, test_version: "CXNZJ.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CXNZJ.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cx82[057]" || cpe =~ "^cpe:/o:lexmark:cx860" ||
cpe =~ "^cpe:/o:lexmark:xc615[23]" || cpe =~ "^cpe:/o:lexmark:xc8155" ||
cpe =~ "^cpe:/o:lexmark:xc816[03]") {
if (version_is_less_equal(version: version, test_version: "CXTPP.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CXTPP.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cs82[07]" || cpe =~ "^cpe:/o:lexmark:c6160") {
if (version_is_less_equal(version: version, test_version: "CSTPP.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSTPP.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cs72[0578]" || cpe =~ "^cpe:/o:lexmark:c4150") {
if (version_is_less_equal(version: version, test_version: "CSTAT.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSTAT.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cx72[57]" || cpe =~ "^cpe:/o:lexmark:xc414[03]" ||
cpe =~ "^cpe:/o:lexmark:xc415[03]") {
if (version_is_less_equal(version: version, test_version: "CXTAT.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CXTAT.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cs92[137]" || cpe =~ "^cpe:/o:lexmark:c9235") {
if (version_is_less_equal(version: version, test_version: "CSTMH.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CSTMH.081.014");
security_message(port: 0, data: report);
exit(0);
}
}
if (cpe =~ "^cpe:/o:lexmark:cx92[01234]" || cpe =~ "^cpe:/o:lexmark:xc92[23456]5") {
if (version_is_less_equal(version: version, test_version: "CXTMH.081.013")) {
report = report_fixed_ver(installed_version: version, fixed_version: "CXTMH.081.014");
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
18 Oct 2023 00:00Current
8.2High risk
Vulners AI Score8.2
CVSS 3.18.1
EPSS0.00993