Lucene search
K

MiracleLinux 4 : rh-mysql57-mysql-5.7.19-6.AXS4 (AXSA:2017-2329:01)

🗓️ 16 Jan 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 1 Views

MiracleLinux 4 MySQL 5.7.19 has multiple vulnerabilities per AXSA-2017-2329-01.

Related
Refs
Code
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
#
# The package checks in this plugin were extracted from
# Miracle Linux Security Advisory AXSA:2017-2329:01.
##

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(289860);
  script_version("1.2");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/02/09");

  script_cve_id(
    "CVE-2016-6664",
    "CVE-2016-8327",
    "CVE-2017-3238",
    "CVE-2017-3244",
    "CVE-2017-3251",
    "CVE-2017-3256",
    "CVE-2017-3257",
    "CVE-2017-3258",
    "CVE-2017-3273",
    "CVE-2017-3291",
    "CVE-2017-3308",
    "CVE-2017-3309",
    "CVE-2017-3312",
    "CVE-2017-3313",
    "CVE-2017-3317",
    "CVE-2017-3318",
    "CVE-2017-3319",
    "CVE-2017-3320",
    "CVE-2017-3331",
    "CVE-2017-3450",
    "CVE-2017-3453",
    "CVE-2017-3454",
    "CVE-2017-3455",
    "CVE-2017-3456",
    "CVE-2017-3457",
    "CVE-2017-3458",
    "CVE-2017-3459",
    "CVE-2017-3460",
    "CVE-2017-3461",
    "CVE-2017-3462",
    "CVE-2017-3463",
    "CVE-2017-3464",
    "CVE-2017-3465",
    "CVE-2017-3467",
    "CVE-2017-3468",
    "CVE-2017-3529",
    "CVE-2017-3599",
    "CVE-2017-3600",
    "CVE-2017-3633",
    "CVE-2017-3634",
    "CVE-2017-3637",
    "CVE-2017-3638",
    "CVE-2017-3639",
    "CVE-2017-3640",
    "CVE-2017-3641",
    "CVE-2017-3642",
    "CVE-2017-3643",
    "CVE-2017-3644",
    "CVE-2017-3645",
    "CVE-2017-3646",
    "CVE-2017-3647",
    "CVE-2017-3648",
    "CVE-2017-3649",
    "CVE-2017-3650",
    "CVE-2017-3651",
    "CVE-2017-3652",
    "CVE-2017-3653"
  );

  script_name(english:"MiracleLinux 4 : rh-mysql57-mysql-5.7.19-6.AXS4 (AXSA:2017-2329:01)");

  script_set_attribute(attribute:"synopsis", value:
"The remote MiracleLinux host is missing one or more security updates.");
  script_set_attribute(attribute:"description", value:
"The remote MiracleLinux 4 host has packages installed that are affected by multiple vulnerabilities as referenced in the
AXSA:2017-2329:01 advisory.

    * An integer overflow flaw leading to a buffer overflow was found in the way
    MySQL parsed connection handshake packets. An unauthenticated remote attacker
    with access to the MySQL port could use this flaw to crash the mysqld daemon.
    (CVE-2017-3599)
      * It was discovered that the mysql and mysqldump tools did not correctly
    handle database and table names containing newline characters. A database user
    with privileges to create databases or tables could cause the mysql command to
    execute arbitrary shell or SQL commands while restoring database backup created
    using the mysqldump tool. (CVE-2016-5483, CVE-2017-3600)
      * It was discovered that the mysqld_safe script honored the ledir option value
    set in a MySQL configuration file. A user able to modify one of the MySQL
    configuration files could use this flaw to escalate their privileges to root.
    (CVE-2017-3291)
      * Multiple flaws were found in the way the mysqld_safe script handled creation
    of error log file. The mysql operating system user could use these flaws to
    escalate their privileges to root. (CVE-2017-3312)
      * This update fixes several vulnerabilities in the MySQL database server.
    Information about these flaws can be found on the Oracle Critical Patch Update
    Advisory pages listed in the References section. (CVE-2016-8327, CVE-2017-3238,
    CVE-2017-3244, CVE-2017-3251, CVE-2017-3256, CVE-2017-3257, CVE-2017-3258,
    CVE-2017-3273, CVE-2017-3308, CVE-2017-3309, CVE-2017-3313, CVE-2017-3317,
    CVE-2017-3318, CVE-2017-3319, CVE-2017-3320, CVE-2017-3331, CVE-2017-3450,
    CVE-2017-3453, CVE-2017-3454, CVE-2017-3455, CVE-2017-3456, CVE-2017-3457,
    CVE-2017-3458, CVE-2017-3459, CVE-2017-3460, CVE-2017-3461, CVE-2017-3462,
    CVE-2017-3463, CVE-2017-3464, CVE-2017-3465, CVE-2017-3467, CVE-2017-3468,
    CVE-2017-3529, CVE-2017-3633, CVE-2017-3634, CVE-2017-3637, CVE-2017-3638,
    CVE-2017-3639, CVE-2017-3640, CVE-2017-3641, CVE-2017-3642, CVE-2017-3643,
    CVE-2017-3644, CVE-2017-3645, CVE-2017-3646, CVE-2017-3647, CVE-2017-3648,
    CVE-2017-3649, CVE-2017-3650, CVE-2017-3651, CVE-2017-3652, CVE-2017-3653)
    Bug Fix(es):
      * Prior to this update, the scl macros were not set for the
    [email protected] file, which consequently made the service file
    unusable. This bug has been fixed, and [email protected] now works as
    expected. (BZ#1452511)
      * Previously, the md5() function was blocked by MySQL in FIPS mode because the
    MD5 hash algorithm is considered insecure. Consequently, the mysqld daemon
    failed with error messages when FIPS mode was enabled. With this update, md5()
    is allowed in FIPS mode for non-security operations. Note that users are able to
    use md5() for security purposes but such usage is not supported by Asianux.
    (BZ#1452514)
    CVE-2016-5483
    ** REJECT **
    DO NOT USE THIS CANDIDATE NUMBER.  ConsultIDs: CVE-2017-3600.
    Reason: This candidate is a reservation duplicate of CVE-2017-3600.
    Notes: All CVE users should reference CVE-2017-3600 instead of this
    candidate. All references and descriptions in this candidate have
    been removed to prevent accidental usage.
    CVE-2016-6664
    mysqld_safe in Oracle MySQL through 5.5.51, 5.6.x through 5.6.32, and
    5.7.x through 5.7.14; MariaDB; Percona Server before 5.5.51-38.2,
    5.6.x before 5.6.32-78-1, and 5.7.x before 5.7.14-8; and Percona
    XtraDB Cluster before 5.5.41-37.0, 5.6.x before 5.6.32-25.17, and
    5.7.x before 5.7.14-26.17, when using file-based logging, allows local
    users with access to the mysql account to gain root privileges via a
    symlink attack on error logs and possibly other files.
    CVE-2016-8327
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Replication). Supported versions that are
    affected are 5.6.34 and earlier and 5.7.16 and earlier. Difficult to
    exploit vulnerability allows high privileged attacker with network
    access via multiple protocols to compromise MySQL Server. Successful
    attacks of this vulnerability can result in unauthorized ability to
    cause a hang or frequently repeatable crash (complete DOS) of MySQL
    Server. CVSS v3.0 Base Score 4.4 (Availability impacts).
    CVE-2017-3238
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Optimizer). Supported versions that are
    affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and
    earlier. Easily exploitable vulnerability allows low privileged
    attacker with network access via multiple protocols to compromise
    MySQL Server. Successful attacks of this vulnerability can result in
    unauthorized ability to cause a hang or frequently repeatable crash
    (complete DOS) of MySQL Server. CVSS v3.0 Base Score 6.5 (Availability
    impacts).
    CVE-2017-3244
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DML). Supported versions that are affected are
    5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Easily
    exploitable vulnerability allows low privileged attacker with network
    access via multiple protocols to compromise MySQL Server. Successful
    attacks of this vulnerability can result in unauthorized ability to
    cause a hang or frequently repeatable crash (complete DOS) of MySQL
    Server. CVSS v3.0 Base Score 6.5 (Availability impacts).
    CVE-2017-3251
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Optimizer). Supported versions that are
    affected are 5.7.16 and earlier. Easily exploitable vulnerability
    allows high privileged attacker with network access via multiple
    protocols to compromise MySQL Server. Successful attacks of this
    vulnerability can result in unauthorized ability to cause a hang or
    frequently repeatable crash (complete DOS) of MySQL Server. CVSS v3.0
    Base Score 4.9 (Availability impacts).
    CVE-2017-3256
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Replication). Supported versions that are
    affected are 5.7.16 and earlier. Easily exploitable vulnerability
    allows low privileged attacker with network access via multiple
    protocols to compromise MySQL Server. Successful attacks of this
    vulnerability can result in unauthorized ability to cause a hang or
    frequently repeatable crash (complete DOS) of MySQL Server. CVSS v3.0
    Base Score 6.5 (Availability impacts).
    CVE-2017-3257
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: InnoDB). Supported versions that are affected
    are 5.6.34 and earlier5.7.16 and earlier. Easily exploitable
    vulnerability allows low privileged attacker with network access via
    multiple protocols to compromise MySQL Server. Successful attacks of
    this vulnerability can result in unauthorized ability to cause a hang
    or frequently repeatable crash (complete DOS) of MySQL Server. CVSS
    v3.0 Base Score 6.5 (Availability impacts).
    CVE-2017-3258
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DDL). Supported versions that are affected are
    5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier. Easily
    exploitable vulnerability allows low privileged attacker with network
    access via multiple protocols to compromise MySQL Server. Successful
    attacks of this vulnerability can result in unauthorized ability to
    cause a hang or frequently repeatable crash (complete DOS) of MySQL
    Server. CVSS v3.0 Base Score 6.5 (Availability impacts).
    CVE-2017-3273
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DDL). Supported versions that are affected are
    5.6.34 and earlier and 5.7.16 and earlier. Easily exploitable
    vulnerability allows low privileged attacker with network access via
    multiple protocols to compromise MySQL Server. Successful attacks of
    this vulnerability can result in unauthorized ability to cause a hang
    or frequently repeatable crash (complete DOS) of MySQL Server. CVSS
    v3.0 Base Score 6.5 (Availability impacts).
    CVE-2017-3291
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Packaging). Supported versions that are
    affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and
    earlier. Difficult to exploit vulnerability allows high privileged
    attacker with logon to the infrastructure where MySQL Server executes
    to compromise MySQL Server. Successful attacks require human
    interaction from a person other than the attacker. Successful attacks
    of this vulnerability can result in takeover of MySQL Server. CVSS
    v3.0 Base Score 6.3 (Confidentiality, Integrity and Availability
    impacts).
    CVE-2017-3308
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DML). Supported versions that are affected are
    5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier. Easily
    exploitable vulnerability allows low privileged attacker with
    network access via multiple protocols to compromise MySQL Server.
    While the vulnerability is in MySQL Server, attacks may significantly
    impact additional products. Successful attacks of this vulnerability
    can result in unauthorized ability to cause a hang or frequently
    repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
    7.7 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H).
    CVE-2017-3309
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Optimizer). Supported versions that are
    affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and
    earlier. Easily exploitable vulnerability allows low privileged
    attacker with network access via multiple protocols to compromise
    MySQL Server. While the vulnerability is in MySQL Server, attacks may
    significantly impact additional products. Successful attacks of this
    vulnerability can result in unauthorized ability to cause a hang or
    frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0
    Base Score 7.7 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H).
    CVE-2017-3312
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Packaging). Supported versions that are
    affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and
    earlier. Difficult to exploit vulnerability allows low privileged
    attacker with logon to the infrastructure where MySQL Server executes
    to compromise MySQL Server. Successful attacks require human
    interaction from a person other than the attacker. Successful attacks
    of this vulnerability can result in takeover of MySQL Server. CVSS
    v3.0 Base Score 6.7 (Confidentiality, Integrity and Availability
    impacts).
    CVE-2017-3313
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: MyISAM). Supported versions that are affected
    are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier.
    Difficult to exploit vulnerability allows low privileged attacker with
    logon to the infrastructure where MySQL Server executes to compromise
    MySQL Server. Successful attacks of this vulnerability can result in
    unauthorized access to critical data or complete access to all MySQL
    Server accessible data. CVSS v3.0 Base Score 4.7 (Confidentiality
    impacts).
    CVE-2017-3317
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Logging). Supported versions that are affected are
    5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and earlier.
    Difficult to exploit vulnerability allows high privileged attacker
    with logon to the infrastructure where MySQL Server executes to
    compromise MySQL Server. Successful attacks require human interaction
    from a person other than the attacker. Successful attacks of this
    vulnerability can result in unauthorized ability to cause a hang or
    frequently repeatable crash (complete DOS) of MySQL Server. CVSS v3.0
    Base Score 4.0 (Availability impacts).
    CVE-2017-3318
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Error Handling). Supported versions that are
    affected are 5.5.53 and earlier, 5.6.34 and earlier and 5.7.16 and
    earlier. Difficult to exploit vulnerability allows high privileged
    attacker with logon to the infrastructure where MySQL Server executes
    to compromise MySQL Server. Successful attacks require human
    interaction from a person other than the attacker. Successful attacks
    of this vulnerability can result in unauthorized access to critical
    data or complete access to all MySQL Server accessible data. CVSS v3.0
    Base Score 4.0 (Confidentiality impacts).
    CVE-2017-3319
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: X Plugin). Supported versions that are affected
    are 5.7.16 and earlier. Difficult to exploit vulnerability allows low
    privileged attacker with network access via multiple protocols to
    compromise MySQL Server. Successful attacks of this vulnerability can
    result in unauthorized read access to a subset of MySQL Server
    accessible data. CVSS v3.0 Base Score 3.1 (Confidentiality impacts).
    CVE-2017-3320
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Security: Encryption). Supported versions that
    are affected are 5.7.16 and earlier. Easily exploitable vulnerability
    allows high privileged attacker with network access via multiple
    protocols to compromise MySQL Server. Successful attacks require human
    interaction from a person other than the attacker. Successful attacks
    of this vulnerability can result in unauthorized read access to a
    subset of MySQL Server accessible data. CVSS v3.0 Base Score 2.4
    (Confidentiality impacts).
    CVE-2017-3331
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DML). The supported version that is affected is
    5.7.11 to 5.7.17. Easily exploitable vulnerability allows low
    privileged attacker with network access via multiple protocols to
    compromise MySQL Server. Successful attacks of this vulnerability can
    result in unauthorized ability to cause a hang or frequently
    repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
    6.5 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3450
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Memcached). Supported versions that are
    affected are 5.6.35 and earlier and 5.7.17 and earlier. Easily
    exploitable vulnerability allows unauthenticated attacker with
    network access via multiple protocols to compromise MySQL Server.
    Successful attacks of this vulnerability can result in unauthorized
    ability to cause a hang or frequently repeatable crash (complete DOS)
    of MySQL Server. CVSS 3.0 Base Score 7.5 (Availability impacts). CVSS
    Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3453
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Optimizer). Supported versions that are
    affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and
    earlier. Easily exploitable vulnerability allows low privileged
    attacker with network access via multiple protocols to compromise
    MySQL Server. Successful attacks of this vulnerability can result in
    unauthorized ability to cause a hang or frequently repeatable crash
    (complete DOS) of MySQL Server. CVSS 3.0 Base Score 6.5 (Availability
    impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3454
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: InnoDB). Supported versions that are affected
    are 5.7.17 and earlier. Easily exploitable vulnerability allows high
    privileged attacker with network access via multiple protocols to
    compromise MySQL Server. Successful attacks of this vulnerability can
    result in unauthorized ability to cause a hang or frequently
    repeatable crash (complete DOS) of MySQL Server as well as
    unauthorized update, insert or delete access to some of MySQL Server
    accessible data. CVSS 3.0 Base Score 5.5 (Integrity and Availability
    impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).
    CVE-2017-3455
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Security: Privileges). Supported versions that
    are affected are 5.7.17 and earlier. Easily exploitable
    vulnerability allows low privileged attacker with network access via
    multiple protocols to compromise MySQL Server. Successful attacks of
    this vulnerability can result in unauthorized update, insert or delete
    access to some of MySQL Server accessible data as well as unauthorized
    read access to a subset of MySQL Server accessible data. CVSS 3.0 Base
    Score 5.4 (Confidentiality and Integrity impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N).
    CVE-2017-3456
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DML). Supported versions that are affected are
    5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier. Easily
    exploitable vulnerability allows high privileged attacker with
    network access via multiple protocols to compromise MySQL Server.
    Successful attacks of this vulnerability can result in unauthorized
    ability to cause a hang or frequently repeatable crash (complete DOS)
    of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS
    Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3457
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DML). Supported versions that are affected are
    5.7.17 and earlier. Easily exploitable vulnerability allows high
    privileged attacker with network access via multiple protocols to
    compromise MySQL Server. Successful attacks of this vulnerability can
    result in unauthorized ability to cause a hang or frequently
    repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
    4.9 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3458
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DML). Supported versions that are affected are
    5.7.17 and earlier. Easily exploitable vulnerability allows high
    privileged attacker with network access via multiple protocols to
    compromise MySQL Server. Successful attacks of this vulnerability can
    result in unauthorized ability to cause a hang or frequently
    repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
    4.9 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3459
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Optimizer). Supported versions that are
    affected are 5.7.17 and earlier. Easily exploitable vulnerability
    allows high privileged attacker with network access via multiple
    protocols to compromise MySQL Server. Successful attacks of this
    vulnerability can result in unauthorized ability to cause a hang or
    frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0
    Base Score 4.9 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3460
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Audit Plug-in). Supported versions that are
    affected are 5.7.17 and earlier. Easily exploitable vulnerability
    allows high privileged attacker with network access via multiple
    protocols to compromise MySQL Server. Successful attacks of this
    vulnerability can result in unauthorized ability to cause a hang or
    frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0
    Base Score 4.9 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3461
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Security: Privileges). Supported versions that
    are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and
    earlier. Easily exploitable vulnerability allows high privileged
    attacker with network access via multiple protocols to compromise
    MySQL Server. Successful attacks of this vulnerability can result in
    unauthorized ability to cause a hang or frequently repeatable crash
    (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability
    impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3462
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Security: Privileges). Supported versions that
    are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and
    earlier. Easily exploitable vulnerability allows high privileged
    attacker with network access via multiple protocols to compromise
    MySQL Server. Successful attacks of this vulnerability can result in
    unauthorized ability to cause a hang or frequently repeatable crash
    (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability
    impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3463
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Security: Privileges). Supported versions that
    are affected are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and
    earlier. Easily exploitable vulnerability allows high privileged
    attacker with network access via multiple protocols to compromise
    MySQL Server. Successful attacks of this vulnerability can result in
    unauthorized ability to cause a hang or frequently repeatable crash
    (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability
    impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3464
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: DDL). Supported versions that are affected are
    5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier. Easily
    exploitable vulnerability allows low privileged attacker with
    network access via multiple protocols to compromise MySQL Server.
    Successful attacks of this vulnerability can result in unauthorized
    update, insert or delete access to some of MySQL Server accessible
    data. CVSS 3.0 Base Score 4.3 (Integrity impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).
    CVE-2017-3465
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Security: Privileges). Supported versions that
    are affected are 5.7.17 and earlier. Easily exploitable
    vulnerability allows low privileged attacker with network access via
    multiple protocols to compromise MySQL Server. Successful attacks of
    this vulnerability can result in unauthorized update, insert or delete
    access to some of MySQL Server accessible data. CVSS 3.0 Base Score
    4.3 (Integrity impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).
    CVE-2017-3467
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: C API). Supported versions that are affected
    are 5.7.17 and earlier. Difficult to exploit vulnerability allows
    unauthenticated attacker with network access via multiple protocols to
    compromise MySQL Server. Successful attacks of this vulnerability can
    result in unauthorized read access to a subset of MySQL Server
    accessible data. CVSS 3.0 Base Score 3.7 (Confidentiality impacts).
    CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).
    CVE-2017-3468
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Security: Encryption). Supported versions that
    are affected are 5.7.17 and earlier. Difficult to exploit
    vulnerability allows low privileged attacker with network access via
    multiple protocols to compromise MySQL Server. Successful attacks of
    this vulnerability can result in unauthorized update, insert or delete
    access to some of MySQL Server accessible data. CVSS 3.0 Base Score
    3.1 (Integrity impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N).
    CVE-2017-3529
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: UDF). Supported versions that are affected are
    5.7.18 and earlier. Difficult to exploit vulnerability allows low
    privileged attacker with network access via multiple protocols to
    compromise MySQL Server. Successful attacks of this vulnerability can
    result in unauthorized ability to cause a hang or frequently
    repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
    5.3 (Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).
    CVE-2017-3599
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Pluggable Auth). Supported versions that are
    affected are 5.6.35 and earlier and 5.7.17 and earlier. Easily
    exploitable vulnerability allows unauthenticated attacker with
    network access via multiple protocols to compromise MySQL Server.
    Successful attacks of this vulnerability can result in unauthorized
    ability to cause a hang or frequently repeatable crash (complete DOS)
    of MySQL Server. CVSS 3.0 Base Score 7.5 (Availability impacts). CVSS
    Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H). NOTE: the
    previous information is from the April 2017 CPU. Oracle has not
    commented on third-party claims that this issue is an integer overflow
    in sql/auth/sql_authentication.cc which allows remote attackers to
    cause a denial of service via a crafted authentication packet.
    CVE-2017-3600
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Client mysqldump). Supported versions that are affected
    are 5.5.54 and earlier, 5.6.35 and earlier and 5.7.17 and earlier.
    Difficult to exploit vulnerability allows high privileged attacker
    with network access via multiple protocols to compromise MySQL Server.
    Successful attacks of this vulnerability can result in takeover of
    MySQL Server. Note: CVE-2017-3600 is equivalent to CVE-2016-5483. CVSS
    3.0 Base Score 6.6 (Confidentiality, Integrity and Availability
    impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H).
    CVE-2017-3633
    Vulnerability in the MySQL Server component of Oracle MySQL
    (subcomponent: Server: Memcached). Supported versions that are
    affected are 5.6.36 and earlier and 5.7.18 and earlier. Difficult to
    exploit vulnerability allows unauthenticated attacker with network
    access via Memcached to compromise MySQL Server. Successful attacks of
    this vulnerability can result in unauthorized ability to cause a hang
    or frequently repeatable crash (complete DOS) of MySQL Server as well
    as unauthorized update, insert or delete access to some of MySQL
    Server accessible data. CVSS 3.0 Base Score 6.5 (Integrity and
    Availability impacts). CVSS Vector:
    (CVSS:3.0/AV:N/AC:H/PR:N/ ...

  Please note that the description has been truncated due to length. Please refer to vendor advisory for the full
description.

Tenable has extracted the preceding description block directly from the MiracleLinux security advisory.

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
  script_set_attribute(attribute:"see_also", value:"https://tsn.miraclelinux.com/en/node/8769");
  script_set_attribute(attribute:"solution", value:
"Update the affected packages.");
  script_set_cvss_base_vector("CVSS2#AV:L/AC:M/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2016-6664");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"exploited_by_malware", value:"true");
  script_set_attribute(attribute:"vendor_severity", value:"High");

  script_set_attribute(attribute:"vuln_publication_date", value:"2016/10/18");
  script_set_attribute(attribute:"patch_publication_date", value:"2017/10/23");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/01/16");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:miracle:linux:rh-mysql57-mysql");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:miracle:linux:rh-mysql57-mysql-common");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:miracle:linux:rh-mysql57-mysql-config");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:miracle:linux:rh-mysql57-mysql-devel");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:miracle:linux:rh-mysql57-mysql-errmsg");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:miracle:linux:rh-mysql57-mysql-server");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:miracle:linux:rh-mysql57-mysql-test");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:miracle:linux:4");
  script_set_attribute(attribute:"generated_plugin", value:"current");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Miracle Linux Local Security Checks");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/MiracleLinux/release", "Host/MiracleLinux/rpm-list", "Host/cpu");

  exit(0);
}


include('rpm2.inc');

if (!get_kb_item('Host/local_checks_enabled')) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
var os_product = get_kb_item('installed_os/local/SSH/0/product');
if (isnull(os_product) || 'MIRACLE LINUX' >!< os_product) audit(AUDIT_OS_NOT, 'MIRACLE LINUX');
var os_version = get_kb_item('installed_os/local/SSH/0/version');
if (isnull(os_version)) audit(AUDIT_UNKNOWN_APP_VER, 'MIRACLE LINUX');
if (! preg(pattern:"^4([^0-9]|$)", string:os_version)) audit(AUDIT_OS_NOT, 'MiracleLinux 4.x', 'MIRACLE LINUX ' + os_version);

if (!get_kb_item('Host/MiracleLinux/rpm-list')) audit(AUDIT_PACKAGE_LIST_MISSING);

var cpu = get_kb_item('Host/cpu');
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ('aarch64' >!< cpu && 'ppc' >!< cpu && 's390' >!< cpu && 'x86_64' >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, 'MIRACLE LINUX', cpu);

var constraints = [
  {
    'release': '4',
    'pkgs': [
      {'reference':'rh-mysql57-mysql-5.7.19-6.AXS4', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE, 'epoch':'0'},
      {'reference':'rh-mysql57-mysql-common-5.7.19-6.AXS4', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE, 'epoch':'0'},
      {'reference':'rh-mysql57-mysql-config-5.7.19-6.AXS4', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE, 'epoch':'0'},
      {'reference':'rh-mysql57-mysql-devel-5.7.19-6.AXS4', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE, 'epoch':'0'},
      {'reference':'rh-mysql57-mysql-errmsg-5.7.19-6.AXS4', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE, 'epoch':'0'},
      {'reference':'rh-mysql57-mysql-server-5.7.19-6.AXS4', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE, 'epoch':'0'},
      {'reference':'rh-mysql57-mysql-test-5.7.19-6.AXS4', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE, 'epoch':'0'}
    ]
  }
];

var os_release = get_one_kb_item('installed_os/local/SSH/0/release');
var os_sp = get_one_kb_item('Host/*/minor_release');

var flag = 0;
var reference;
var sp;
var _cpu;
var el_string;
var rpm_spec_vers_cmp;
var epoch;
var allowmaj;
var exists_check;
var cves;
foreach var constraint ( constraints ) {
  # Check that the target release is equal to the affected release
  if (!empty_or_null(constraint['release'])){
    if (constraint['release'] != os_release) continue;
  }
  if (!empty_or_null(constraint['sp'])){
    if (constraint['sp'] != os_sp) continue;
  }
  foreach var pkg ( constraint['pkgs'] ) {
    reference = NULL;
    sp = NULL;
    _cpu = NULL;
    el_string = NULL;
    rpm_spec_vers_cmp = NULL;
    epoch = NULL;
    allowmaj = NULL;
    exists_check = NULL;
    cves = NULL;
    if (!empty_or_null(pkg['reference'])) reference = pkg['reference'];
    if (!empty_or_null(pkg['sp'])) sp = pkg['sp'];
    if (!empty_or_null(pkg['cpu'])) _cpu = pkg['cpu'];
    if (!empty_or_null(pkg['el_string'])) el_string = pkg['el_string'];
    if (!empty_or_null(pkg['rpm_spec_vers_cmp'])) rpm_spec_vers_cmp = pkg['rpm_spec_vers_cmp'];
    if (!empty_or_null(pkg['epoch'])) epoch = pkg['epoch'];
    if (!empty_or_null(pkg['allowmaj'])) allowmaj = pkg['allowmaj'];
    if (!empty_or_null(pkg['exists_check'])) exists_check = pkg['exists_check'];
    if (!empty_or_null(pkg['cves'])) cves = pkg['cves'];
    if (reference &&
        ## (no known rpm to check OR known rpm_exists)
        (!exists_check || rpm_exists(rpm:exists_check)) &&
        rpm_check(sp:sp, cpu:_cpu, reference:reference, epoch:epoch, el_string:el_string, rpm_spec_vers_cmp:rpm_spec_vers_cmp, allowmaj:allowmaj, cves:cves)) 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, 'rh-mysql57-mysql / rh-mysql57-mysql-common / etc');
}

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

09 Feb 2026 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 27.8
CVSS 3.17.7
CVSS 37.5
EPSS0.87337
SSVC
1