Lucene search

K
openvasCopyright (C) 2024 Greenbone AGOPENVAS:1361412562310151659
HistoryFeb 07, 2024 - 12:00 a.m.

Lexmark Printer RCE Vulnerability (CVE-2023-50736)

2024-02-0700:00:00
Copyright (C) 2024 Greenbone AG
plugins.openvas.org
6
lexmark printer
rce vulnerability
remote code execution
memory corruption
postscript interpreter
cve-2023-50736

CVSS3

9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

AI Score

7.4

Confidence

Low

EPSS

0.001

Percentile

28.8%

Multiple Lexmark printer devices are prone to remote code
execution (RCE) vulnerability.

# SPDX-FileCopyrightText: 2024 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:";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.151659");
  script_version("2024-02-07T14:36:41+0000");
  script_tag(name:"last_modification", value:"2024-02-07 14:36:41 +0000 (Wed, 07 Feb 2024)");
  script_tag(name:"creation_date", value:"2024-02-07 03:40:07 +0000 (Wed, 07 Feb 2024)");
  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_cve_id("CVE-2023-50736");

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

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

  script_name("Lexmark Printer RCE Vulnerability (CVE-2023-50736)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("Buffer overflow");
  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 remote code
  execution (RCE) vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable firmware version is present on the target host.");

  script_tag(name:"insight", value:"A memory corruption vulnerability has been identified in
  PostScript interpreter in various Lexmark devices.");

  script_tag(name:"impact", value:"The vulnerability can be leveraged by an attacker to execute
  arbitrary code.");

  script_tag(name:"solution", value:"See the referenced vendor advisories for a solution.");

  script_xref(name:"URL", value:"https://publications.lexmark.com/publications/security-alerts/CVE-2023-50736.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:cx93[01]" || cpe =~ "^cpe:/o:lexmark:cx94[234]" ||
    cpe =~ "^cpe:/o:lexmark:xc93[23]5" || cpe =~ "^cpe:/o:lexmark:xc94[56]5") {
  if (version_is_less_equal(version: version, test_version: "CXTPC.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTPC.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTPC.230.075", test_version2: "CXTPC.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTPC.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTPC.230.200", test_version2: "CXTPC.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTPC.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs943") {
  if (version_is_less_equal(version: version, test_version: "CSTPC.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTPC.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTPC.230.075", test_version2: "CSTPC.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTPC.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTPC.230.200", test_version2: "CSTPC.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTPC.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx432" || cpe =~ "^cpe:/o:lexmark:xm3142") {
  if (version_is_less_equal(version: version, test_version: "MXTCT.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTCT.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTCT.230.075", test_version2: "MXTCT.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTCT.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTCT.230.200", test_version2: "MXTCT.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTCT.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx931") {
  if (version_is_less_equal(version: version, test_version: "MXTPM.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTPM.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTPM.230.075", test_version2: "MXTPM.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTPM.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTPM.230.200", test_version2: "MXTPM.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTPM.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cx73[057]" || cpe =~ "^cpe:/o:lexmark:xc43[45]2") {
  if (version_is_less_equal(version: version, test_version: "CXTMM.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTMM.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTMM.230.075", test_version2: "CXTMM.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTMM.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTMM.230.200", test_version2: "CXTMM.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTMM.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs73[057]" || cpe =~ "^cpe:/o:lexmark:c43[45]2") {
  if (version_is_less_equal(version: version, test_version: "CSTMM.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTMM.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTMM.230.075", test_version2: "CSTMM.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTMM.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTMM.230.200", test_version2: "CSTMM.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTMM.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:b2236") {
  if (version_is_less_equal(version: version, test_version: "MSLSG.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSLSG.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSLSG.230.075", test_version2: "MSLSG.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSLSG.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSLSG.230.200", test_version2: "MSLSG.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSLSG.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mb2236") {
  if (version_is_less_equal(version: version, test_version: "MXLSG.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXLSG.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXLSG.230.075", test_version2: "MXLSG.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXLSG.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXLSG.230.200", test_version2: "MXLSG.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXLSG.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms[34]31" || cpe =~ "^cpe:/o:lexmark:ms439" ||
    cpe =~ "^cpe:/o:lexmark:m1342" || cpe =~ "^cpe:/o:lexmark:b3442" ||
    cpe =~ "^cpe:/o:lexmark:b3340") {
  if (version_is_less_equal(version: version, test_version: "MSLBD.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSLBD.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSLBD.230.075", test_version2: "MSLBD.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSLBD.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSLBD.230.200", test_version2: "MSLBD.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSLBD.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:xm1342" || cpe =~ "^cpe:/o:lexmark:mx[34]31" ||
    cpe =~ "^cpe:/o:lexmark:mb3442") {
  if (version_is_less_equal(version: version, test_version: "MXLBD.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXLBD.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXLBD.230.075", test_version2: "MXLBD.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXLBD.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXLBD.230.200", test_version2: "MXLBD.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXLBD.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNGM.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSNGM.230.075", test_version2: "MSNGM.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNGM.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSNGM.230.200", test_version2: "MSNGM.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNGM.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTGM.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSTGM.230.075", test_version2: "MSTGM.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTGM.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSTGM.230.200", test_version2: "MSTGM.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTGM.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXNGM.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXNGM.230.075", test_version2: "MXNGM.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXNGM.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXNGM.230.200", test_version2: "MXNGM.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXNGM.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTGM.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTGM.230.075", test_version2: "MXTGM.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTGM.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTGM.230.200", test_version2: "MXTGM.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTGM.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms[78]25" || cpe =~ "^cpe:/o:lexmark:ms82[13]" ||
    cpe =~ "^cpe:/o:lexmark:b2865") {
  if (version_is_less_equal(version: version, test_version: "MSNGW.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNGW.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSNGW.230.075", test_version2: "MSNGW.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNGW.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSNGW.230.200", test_version2: "MSNGW.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNGW.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTGW.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSTGW.230.075", test_version2: "MSTGW.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTGW.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSTGW.230.200", test_version2: "MSTGW.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTGW.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx72[125]" || cpe =~ "^cpe:/o:lexmark:mx82[26]" ||
    cpe =~ "^cpe:/o:lexmark:xm53(65|70)" || cpe =~ "^cpe:/o:lexmark:xm73(55|70)" ||
    cpe =~ "^cpe:/o:lexmark:mb2770") {
  if (version_is_less_equal(version: version, test_version: "MXTGW.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTGW.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTGW.230.075", test_version2: "MXTGW.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTGW.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTGW.230.200", test_version2: "MXTGW.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTGW.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSLBN.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSLBN.230.075", test_version2: "CSLBN.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSLBN.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSLBN.230.200", test_version2: "CSLBN.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSLBN.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSLBL.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSLBL.230.075", test_version2: "CSLBL.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSLBL.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSLBL.230.200", test_version2: "CSLBL.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSLBL.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXLBN.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXLBN.230.075", test_version2: "CXLBN.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXLBN.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXLBN.230.200", test_version2: "CXLBN.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXLBN.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXLBL.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXLBL.230.075", test_version2: "CXLBL.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXLBL.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXLBL.230.200", test_version2: "CXLBL.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXLBL.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTZJ.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTZJ.230.075", test_version2: "CSTZJ.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNZJ.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTZJ.230.200", test_version2: "CSTZJ.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNZJ.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNZJ.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSNZJ.230.075", test_version2: "CSNZJ.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNZJ.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSNZJ.230.200", test_version2: "CSNZJ.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNZJ.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTZJ.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTZJ.230.075", test_version2: "CXTZJ.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTZJ.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTZJ.230.200", test_version2: "CXTZJ.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTZJ.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXNZJ.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXNZJ.230.075", test_version2: "CXNZJ.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXNZJ.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXNZJ.230.200", test_version2: "CXNZJ.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXNZJ.230.204");
    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:xc81(55|60|63)") {
  if (version_is_less_equal(version: version, test_version: "CXTPP.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTPP.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTPP.230.075", test_version2: "CXTPP.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTPP.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTPP.230.200", test_version2: "CXTPP.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTPP.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTPP.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTPP.230.075", test_version2: "CSTPP.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTPP.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTPP.230.200", test_version2: "CSTPP.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTPP.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTAT.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTAT.230.075", test_version2: "CSTAT.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTAT.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTAT.230.200", test_version2: "CSTAT.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTAT.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cx72[57]" || cpe =~ "^cpe:/o:lexmark:xc41(40|43|50|53)") {
  if (version_is_less_equal(version: version, test_version: "CXTAT.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTAT.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTAT.230.075", test_version2: "CXTAT.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTAT.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTAT.230.200", test_version2: "CXTAT.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTAT.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTMH.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTMH.230.075", test_version2: "CSTMH.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTMH.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTMH.230.200", test_version2: "CSTMH.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTMH.230.204");
    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.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTMH.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTMH.230.075", test_version2: "CXTMH.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTMH.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTMH.230.200", test_version2: "CXTMH.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTMH.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms[56]31") {
  if (version_is_less_equal(version: version, test_version: "MSNSN.222.030")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNSN.222.031");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSNSN.230.001", test_version2: "MSNSN.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNSN.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSNSN.230.075", test_version2: "MSNSN.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNSN.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSNSN.230.200", test_version2: "MSNSN.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSNSN.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms632" || cpe =~ "^cpe:/o:lexmark:m3350") {
  if (version_is_less_equal(version: version, test_version: "MSTSN.222.030")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTSN.222.031");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSTSN.230.001", test_version2: "MSTSN.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTSN.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSTSN.230.075", test_version2: "MSTSN.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTSN.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MSTSN.230.200", test_version2: "MSTSN.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MSTSN.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx[56]32" || cpe =~ "^cpe:/o:lexmark:xm3350") {
  if (version_is_less_equal(version: version, test_version: "MXTSN.222.030")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTSN.222.031");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTSN.230.001", test_version2: "MXTSN.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTSN.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTSN.230.075", test_version2: "MXTSN.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTSN.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "MXTSN.230.200", test_version2: "MXTSN.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "MXTSN.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs531" || cpe =~ "^cpe:/o:lexmark:c2335") {
  if (version_is_less_equal(version: version, test_version: "CSNGV.222.030")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNGV.222.031");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSNGV.230.001", test_version2: "CSNGV.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNGV.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSNGV.230.075", test_version2: "CSNGV.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNGV.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSNGV.230.200", test_version2: "CSNGV.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSNGV.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs632") {
  if (version_is_less_equal(version: version, test_version: "CSTGV.222.030")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTGV.222.031");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTGV.230.001", test_version2: "CSTGV.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTGV.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTGV.230.075", test_version2: "CSTGV.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTGV.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CSTGV.230.200", test_version2: "CSTGV.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CSTGV.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cx[56]32" || cpe =~ "^cpe:/o:lexmark:xc2335") {
  if (version_is_less_equal(version: version, test_version: "CXTGV.222.030")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTGV.222.031");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTGV.230.001", test_version2: "CXTGV.230.041")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTGV.230.042");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTGV.230.075", test_version2: "CXTGV.230.081")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTGV.230.082");
    security_message(port: 0, data: report);
    exit(0);
  }

  if (version_in_range(version: version, test_version: "CXTGV.230.200", test_version2: "CXTGV.230.203")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "CXTGV.230.204");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms[34]15" || cpe =~ "^cpe:/o:lexmark:ms417") {
  if (version_is_less_equal(version: version, test_version: "LW90.TL2.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.TL2.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms[56]1[07]" || cpe =~ "^cpe:/o:lexmark:m114[05]" ||
    cpe =~ "^cpe:/o:lexmark:m3150") {
  if (version_is_less_equal(version: version, test_version: "LW90.PR2.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.PR2.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx41[07]" || cpe =~ "^cpe:/o:lexmark:mx51[017]" ||
    cpe =~ "^cpe:/o:lexmark:xm114[05]") {
  if (version_is_less_equal(version: version, test_version: "LW90.SB4.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.SB4.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx61[017]" || cpe =~ "^cpe:/o:lexmark:xm3150") {
  if (version_is_less_equal(version: version, test_version: "LW90.SB7.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.SB7.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms71[01]" || cpe =~ "^cpe:/o:lexmark:ms81[01278]" ||
    cpe =~ "^cpe:/o:lexmark:m5163") {
  if (version_is_less_equal(version: version, test_version: "LW90.DN2.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.DN2.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:m5155") {
  if (version_is_less_equal(version: version, test_version: "LW90.DN4.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.DN4.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:m5170") {
  if (version_is_less_equal(version: version, test_version: "LW90.DN7.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.DN7.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx71[0178]" || cpe =~ "^cpe:/o:lexmark:mx81[012]" ||
    cpe =~ "^cpe:/o:lexmark:xm5[12]63" || cpe =~ "^cpe:/o:lexmark:xm5[12]70" ||
    cpe =~ "^cpe:/o:lexmark:xm71(55|63|70)" || cpe =~ "^cpe:/o:lexmark:xm72(63|70)") {
  if (version_is_less_equal(version: version, test_version: "LW90.TU.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.TU.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms911") {
  if (version_is_less_equal(version: version, test_version: "LW90.SA.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.SA.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx91[012]" || cpe =~ "^cpe:/o:lexmark:xm91[456]5") {
  if (version_is_less_equal(version: version, test_version: "LW90.MG.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.MG.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx6500") {
  if (version_is_less_equal(version: version, test_version: "LW90.JD.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.JD.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs51[07]" || cpe =~ "^cpe:/o:lexmark:c2132") {
  if (version_is_less_equal(version: version, test_version: "LW90.VY4.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.VY4.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cx41[07]" || cpe =~ "^cpe:/o:lexmark:xc2130") {
  if (version_is_less_equal(version: version, test_version: "LW90.GM4.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.GM4.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cx51[07]" || cpe =~ "^cpe:/o:lexmark:xc2132") {
  if (version_is_less_equal(version: version, test_version: "LW90.GM7.P205")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW90.GM7.P206");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:ms31[027]" || cpe =~ "^cpe:/o:lexmark:ms410" ||
    cpe =~ "^cpe:/o:lexmark:m1140") {
  if (version_is_less_equal(version: version, test_version: "LW80.PRL.P249")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW80.PRL.P250");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:mx31[07]" || cpe =~ "^cpe:/o:lexmark:xm1135") {
  if (version_is_less_equal(version: version, test_version: "LW80.SB2.P249")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW80.SB2.P250");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs31[07]") {
  if (version_is_less_equal(version: version, test_version: "LW80.VYL.P249")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW80.VYL.P250");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs41[07]") {
  if (version_is_less_equal(version: version, test_version: "LW80.VY2.P249")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW80.VY2.P250");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cx31[07]") {
  if (version_is_less_equal(version: version, test_version: "LW80.GM2.P249")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LW80.GM2.P250");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:c746") {
  if (version_is_less_equal(version: version, test_version: "LHS60.CM2.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.CM2.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:cs?748") {
  if (version_is_less_equal(version: version, test_version: "LHS60.CM4.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.CM4.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:c792" || cpe =~ "^cpe:/o:lexmark:cs796") {
  if (version_is_less_equal(version: version, test_version: "LHS60.HC.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.HC.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:c925") {
  if (version_is_less_equal(version: version, test_version: "LHS60.HV.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.HV.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:c950") {
  if (version_is_less_equal(version: version, test_version: "LHS60.TP.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.TP.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:xs?548") {
  if (version_is_less_equal(version: version, test_version: "LHS60.VK.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.VK.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:x74[68]" || cpe =~ "^cpe:/o:lexmark:xs748") {
  if (version_is_less_equal(version: version, test_version: "LHS60.NY.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.NY.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:x792" || cpe =~ "^cpe:/o:lexmark:xs79[568]") {
  if (version_is_less_equal(version: version, test_version: "LHS60.MR.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.MR.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:xs?925") {
  if (version_is_less_equal(version: version, test_version: "LHS60.HK.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.HK.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:x95[024]" || cpe =~ "^cpe:/o:lexmark:xs95[05]") {
  if (version_is_less_equal(version: version, test_version: "LHS60.TQ.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.TQ.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

if (cpe =~ "^cpe:/o:lexmark:6500e") {
  if (version_is_less_equal(version: version, test_version: "LHS60.JR.P763")) {
    report = report_fixed_ver(installed_version: version, fixed_version: "LHS60.JR.P764");
    security_message(port: 0, data: report);
    exit(0);
  }
}

exit(99);

CVSS3

9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

AI Score

7.4

Confidence

Low

EPSS

0.001

Percentile

28.8%

Related for OPENVAS:1361412562310151659