Fedora 19 : mariadb-5.5.37-1.fc19 (2014-5409) update to the new upstream release 5.5.37, fixing security issues
Reporter | Title | Published | Views | Family All 147 |
---|---|---|---|---|
Tenable Nessus | Oracle Linux 7 : mariadb (ELSA-2014-0702) | 24 Jul 201400:00 | – | nessus |
Tenable Nessus | Mandriva Linux Security Advisory : mariadb (MDVSA-2014:102) | 19 May 201400:00 | – | nessus |
Tenable Nessus | CentOS 6 : Moderate: / mariadb55-mariadb (CESA-2014:0522) | 22 May 201400:00 | – | nessus |
Tenable Nessus | CentOS 5 : mysql55-mysql (CESA-2014:0536) | 23 May 201400:00 | – | nessus |
Tenable Nessus | Oracle Linux 5 : mysql55-mysql (ELSA-2014-0536) | 23 May 201400:00 | – | nessus |
Tenable Nessus | Scientific Linux Security Update : mysql55-mysql on SL5.x i386/x86_64 (20140522) | 25 May 201400:00 | – | nessus |
Tenable Nessus | Slackware 14.1 / current : mariadb (SSA:2014-152-01) | 2 Jun 201400:00 | – | nessus |
Tenable Nessus | Fedora 20 : community-mysql-5.5.37-1.fc20 (2014-5369) | 29 Apr 201400:00 | – | nessus |
Tenable Nessus | Fedora 19 : community-mysql-5.5.37-1.fc19 (2014-5396) | 29 Apr 201400:00 | – | nessus |
Tenable Nessus | Fedora 20 : mariadb-galera-5.5.37-2.fc20 (2014-6120) | 19 May 201400:00 | – | nessus |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Fedora Security Advisory 2014-5409.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(73750);
script_version("1.5");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/11");
script_cve_id("CVE-2014-0384", "CVE-2014-2419", "CVE-2014-2430", "CVE-2014-2431", "CVE-2014-2432", "CVE-2014-2436", "CVE-2014-2438", "CVE-2014-2440");
script_xref(name:"FEDORA", value:"2014-5409");
script_name(english:"Fedora 19 : mariadb-5.5.37-1.fc19 (2014-5409)");
script_summary(english:"Checks rpm output for the updated package.");
script_set_attribute(
attribute:"synopsis",
value:"The remote Fedora host is missing a security update."
);
script_set_attribute(
attribute:"description",
value:
"This is an update to the new upstream release 5.5.37, which fixes
issues described at
https://kb.askmonty.org/en/mariadb-5537-changelog/.
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues."
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088133"
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088134"
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088143"
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088146"
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088179"
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088190"
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088191"
);
script_set_attribute(
attribute:"see_also",
value:"https://bugzilla.redhat.com/show_bug.cgi?id=1088197"
);
# https://kb.askmonty.org/en/mariadb-5537-changelog/.
script_set_attribute(
attribute:"see_also",
value:"https://mariadb.com/kb/en/library/mariadb-5537-changelog/"
);
# https://lists.fedoraproject.org/pipermail/package-announce/2014-April/132249.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?a49e28a6"
);
script_set_attribute(
attribute:"solution",
value:"Update the affected mariadb package."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:S/C:P/I:P/A:P");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:mariadb");
script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:19");
script_set_attribute(attribute:"patch_publication_date", value:"2014/04/20");
script_set_attribute(attribute:"plugin_publication_date", value:"2014/04/29");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2014-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"Fedora Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("rpm.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
release = get_kb_item("Host/RedHat/release");
if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
os_ver = os_ver[1];
if (! ereg(pattern:"^19([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 19.x", "Fedora " + os_ver);
if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
cpu = get_kb_item("Host/cpu");
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
flag = 0;
if (rpm_check(release:"FC19", reference:"mariadb-5.5.37-1.fc19")) flag++;
if (flag)
{
if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
else security_warning(0);
exit(0);
}
else
{
tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, "mariadb");
}
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo