CVSS2
Attack Vector
NETWORK
Attack Complexity
LOW
Authentication
SINGLE
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
COMPLETE
AV:N/AC:L/Au:S/C:N/I:N/A:C
CVSS3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
LOW
Availability Impact
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
AI Score
Confidence
Low
An update of the mysql package has been released.
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from VMware Security Advisory PHSA-2022-3.0-0358. The text
# itself is copyright (C) VMware, Inc.
##
include('compat.inc');
if (description)
{
script_id(203920);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2024/07/24");
script_cve_id(
"CVE-2022-21245",
"CVE-2022-21253",
"CVE-2022-21254",
"CVE-2022-21256",
"CVE-2022-21264",
"CVE-2022-21270",
"CVE-2022-21279",
"CVE-2022-21280",
"CVE-2022-21284",
"CVE-2022-21285",
"CVE-2022-21286",
"CVE-2022-21287",
"CVE-2022-21288",
"CVE-2022-21289",
"CVE-2022-21290",
"CVE-2022-21301",
"CVE-2022-21302",
"CVE-2022-21303",
"CVE-2022-21304",
"CVE-2022-21307",
"CVE-2022-21308",
"CVE-2022-21309",
"CVE-2022-21310",
"CVE-2022-21314",
"CVE-2022-21315",
"CVE-2022-21316",
"CVE-2022-21318",
"CVE-2022-21320",
"CVE-2022-21322",
"CVE-2022-21326",
"CVE-2022-21327",
"CVE-2022-21328",
"CVE-2022-21329",
"CVE-2022-21330",
"CVE-2022-21332",
"CVE-2022-21334",
"CVE-2022-21335",
"CVE-2022-21336",
"CVE-2022-21337",
"CVE-2022-21339",
"CVE-2022-21342",
"CVE-2022-21344",
"CVE-2022-21348",
"CVE-2022-21351",
"CVE-2022-21356",
"CVE-2022-21358",
"CVE-2022-21362",
"CVE-2022-21363",
"CVE-2022-21367",
"CVE-2022-21368",
"CVE-2022-21370",
"CVE-2022-21374",
"CVE-2022-21378"
);
script_xref(name:"IAVA", value:"2022-A-0030-S");
script_name(english:"Photon OS 3.0: Mysql PHSA-2022-3.0-0358");
script_set_attribute(attribute:"synopsis", value:
"The remote PhotonOS host is missing multiple security updates.");
script_set_attribute(attribute:"description", value:
"An update of the mysql package has been released.");
script_set_attribute(attribute:"see_also", value:"https://github.com/vmware/photon/wiki/Security-Update-3.0-358.md");
script_set_attribute(attribute:"solution", value:
"Update the affected Linux packages.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2022-21368");
script_set_attribute(attribute:"cvss3_score_source", value:"CVE-2022-21351");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2022/01/18");
script_set_attribute(attribute:"patch_publication_date", value:"2022/02/06");
script_set_attribute(attribute:"plugin_publication_date", value:"2024/07/24");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:vmware:photonos:mysql");
script_set_attribute(attribute:"cpe", value:"cpe:/o:vmware:photonos:3.0");
script_set_attribute(attribute:"generated_plugin", value:"current");
script_set_attribute(attribute:"stig_severity", value:"I");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"PhotonOS Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2024 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/PhotonOS/release", "Host/PhotonOS/rpm-list");
exit(0);
}
include('rpm.inc');
if (!get_kb_item('Host/local_checks_enabled')) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
var _release = get_kb_item('Host/PhotonOS/release');
if (isnull(_release) || _release !~ "^VMware Photon") audit(AUDIT_OS_NOT, 'PhotonOS');
if (_release !~ "^VMware Photon (?:Linux|OS) 3\.0(\D|$)") audit(AUDIT_OS_NOT, 'PhotonOS 3.0');
if (!get_kb_item('Host/PhotonOS/rpm-list')) audit(AUDIT_PACKAGE_LIST_MISSING);
var cpu = get_kb_item('Host/cpu');
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ('x86_64' >!< cpu && cpu !~ "^i[3-6]86$" && 'aarch64' >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, 'PhotonOS', cpu);
var flag = 0;
if (rpm_check(release:'PhotonOS-3.0', cpu:'x86_64', reference:'mysql-8.0.28-1.ph3')) flag++;
if (rpm_check(release:'PhotonOS-3.0', cpu:'x86_64', reference:'mysql-devel-8.0.28-1.ph3')) flag++;
if (rpm_check(release:'PhotonOS-3.0', cpu:'x86_64', reference:'mysql-icu-data-files-8.0.28-1.ph3')) flag++;
if (flag)
{
security_report_v4(
port : 0,
severity : SECURITY_WARNING,
extra : rpm_report_get()
);
exit(0);
}
else
{
var tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, 'mysql');
}
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21245
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21253
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21254
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21256
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21264
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21270
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21279
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21280
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21284
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21285
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21286
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21287
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21288
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21289
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21290
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21301
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21302
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21303
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21304
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21307
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21308
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21309
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21310
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21314
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21315
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21316
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21318
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21320
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21322
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21326
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21327
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21328
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21329
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21330
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21332
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21334
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21335
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21336
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21337
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21339
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21342
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21344
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21348
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21351
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21356
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21358
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21362
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21363
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21367
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21368
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21370
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21374
cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21378
github.com/vmware/photon/wiki/Security-Update-3.0-358.md
CVSS2
Attack Vector
NETWORK
Attack Complexity
LOW
Authentication
SINGLE
Confidentiality Impact
NONE
Integrity Impact
NONE
Availability Impact
COMPLETE
AV:N/AC:L/Au:S/C:N/I:N/A:C
CVSS3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
LOW
Availability Impact
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
AI Score
Confidence
Low