The remote host is missing an update for the 'nagios' package(s) announced via the MGASA-2014-0186 advisory. Updated nagios packages fix a security vulnerability: Stack-based buffer overflow in the cmd_submitf function in Nagios Core, possibly 4.0.3rc1 and earlier, and Icinga before 1.8.6, 1.9 before 1.9.5, and 1.10 before 1.10.3 allows remote attackers to cause a denial of service (segmentation fault) via a long message to cmd.cgi (CVE-2014-1878
Reporter | Title | Published | Views | Family All 41 |
---|---|---|---|---|
![]() | Stack overflow | 28 Feb 201415:13 | – | prion |
![]() | CVE-2014-1878 | 28 Feb 201415:00 | – | cvelist |
![]() | CVE-2014-1878 | 28 Feb 201415:13 | – | nvd |
![]() | Nagios cmd.cgi Denial Of Service Vulnerability | 18 Mar 201400:00 | – | openvas |
![]() | SUSE: Security Advisory (SUSE-SU-2014:0570-1) | 9 Jun 202100:00 | – | openvas |
![]() | Debian: Security Advisory (DLA-461-1) | 8 Mar 202300:00 | – | openvas |
![]() | Debian: Security Advisory (DLA-60-1) | 8 Mar 202300:00 | – | openvas |
![]() | Ubuntu: Security Advisory (USN-3253-1) | 4 Apr 201700:00 | – | openvas |
![]() | Ubuntu: Security Advisory (USN-3253-2) | 8 Jun 201700:00 | – | openvas |
![]() | Debian Security Advisory DSA 2956-1 (icinga - security update) | 11 Jun 201400:00 | – | openvas |
# SPDX-FileCopyrightText: 2022 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.10.2014.0186");
script_cve_id("CVE-2014-1878");
script_tag(name:"creation_date", value:"2022-01-28 10:58:44 +0000 (Fri, 28 Jan 2022)");
script_version("2024-02-02T05:06:08+0000");
script_tag(name:"last_modification", value:"2024-02-02 05:06:08 +0000 (Fri, 02 Feb 2024)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_name("Mageia: Security Advisory (MGASA-2014-0186)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2022 Greenbone AG");
script_family("Mageia Linux Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/mageia_linux", "ssh/login/release", re:"ssh/login/release=MAGEIA(3|4)");
script_xref(name:"Advisory-ID", value:"MGASA-2014-0186");
script_xref(name:"URL", value:"https://advisories.mageia.org/MGASA-2014-0186.html");
script_xref(name:"URL", value:"http://lists.opensuse.org/opensuse-updates/2014-04/msg00033.html");
script_xref(name:"URL", value:"https://bugs.mageia.org/show_bug.cgi?id=13197");
script_tag(name:"summary", value:"The remote host is missing an update for the 'nagios' package(s) announced via the MGASA-2014-0186 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Updated nagios packages fix security vulnerability:
Stack-based buffer overflow in the cmd_submitf function in cgi/cmd.c in
Nagios Core, possibly 4.0.3rc1 and earlier, and Icinga before 1.8.6, 1.9
before 1.9.5, and 1.10 before 1.10.3 allows remote attackers to cause a
denial of service (segmentation fault) via a long message to cmd.cgi
(CVE-2014-1878).");
script_tag(name:"affected", value:"'nagios' package(s) on Mageia 3, Mageia 4.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "MAGEIA3") {
if(!isnull(res = isrpmvuln(pkg:"nagios", rpm:"nagios~3.4.4~4.3.mga3", rls:"MAGEIA3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"nagios-devel", rpm:"nagios-devel~3.4.4~4.3.mga3", rls:"MAGEIA3"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"nagios-www", rpm:"nagios-www~3.4.4~4.3.mga3", rls:"MAGEIA3"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "MAGEIA4") {
if(!isnull(res = isrpmvuln(pkg:"nagios", rpm:"nagios~4.0.2~1.1.mga4", rls:"MAGEIA4"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"nagios-devel", rpm:"nagios-devel~4.0.2~1.1.mga4", rls:"MAGEIA4"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"nagios-www", rpm:"nagios-www~4.0.2~1.1.mga4", rls:"MAGEIA4"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
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