| Reporter | Title | Published | Views | Family All 105 |
|---|---|---|---|---|
| CentOS 4 / 5 : quagga (CESA-2010:0785) | 24 Nov 201000:00 | – | nessus | |
| Debian DSA-1382-1 : quagga - NULL pointer dereference | 12 Oct 200700:00 | – | nessus | |
| Debian DSA-2104-1 : quagga - several vulnerabilities | 8 Sep 201000:00 | – | nessus | |
| Fedora 7 : quagga-0.99.9-1.fc7 (2007-2196) | 6 Nov 200700:00 | – | nessus | |
| Fedora 14 : quagga-0.99.17-1.fc14 (2010-13928) | 12 Sep 201000:00 | – | nessus | |
| Fedora 12 : quagga-0.99.17-1.fc12 (2010-14002) | 12 Sep 201000:00 | – | nessus | |
| Fedora 13 : quagga-0.99.17-1.fc13 (2010-14009) | 12 Sep 201000:00 | – | nessus | |
| Fedora 13 : quagga-0.99.18-1.fc13 (2011-3916) | 12 Apr 201100:00 | – | nessus | |
| GLSA-201202-02 : Quagga: Multiple vulnerabilities | 22 Feb 201200:00 | – | nessus | |
| MiracleLinux 3 : quagga-0.98.6-5.2.0.1.AXS3 (AXSA:2010-471:02) | 14 Jan 202600:00 | – | nessus |
| Source | Link |
|---|---|
| redhat | www.redhat.com/archives/rhsa-announce/2010-October/msg00024.html |
###############################################################################
# OpenVAS Vulnerability Test
#
# RedHat Update for quagga RHSA-2010:0785-01
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
tag_insight = "Quagga is a TCP/IP based routing software suite. The Quagga bgpd daemon
implements the BGP (Border Gateway Protocol) routing protocol.
A stack-based buffer overflow flaw was found in the way the Quagga bgpd
daemon processed certain BGP Route Refresh (RR) messages. A configured BGP
peer could send a specially-crafted BGP message, causing bgpd on a target
system to crash or, possibly, execute arbitrary code with the privileges of
the user running bgpd. (CVE-2010-2948)
Note: On Red Hat Enterprise Linux 5 it is not possible to exploit
CVE-2010-2948 to run arbitrary code as the overflow is blocked by
FORTIFY_SOURCE.
Multiple NULL pointer dereference flaws were found in the way the Quagga
bgpd daemon processed certain specially-crafted BGP messages. A configured
BGP peer could crash bgpd on a target system via specially-crafted BGP
messages. (CVE-2007-4826)
Users of quagga should upgrade to these updated packages, which contain
backported patches to correct these issues. After installing the updated
packages, the bgpd daemon must be restarted for the update to take effect.";
tag_affected = "quagga on Red Hat Enterprise Linux (v. 5 server),
Red Hat Enterprise Linux AS version 4,
Red Hat Enterprise Linux ES version 4,
Red Hat Enterprise Linux WS version 4";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "https://www.redhat.com/archives/rhsa-announce/2010-October/msg00024.html");
script_id(870341);
script_version("$Revision: 8243 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-25 07:30:04 +0100 (Mon, 25 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-10-22 16:42:09 +0200 (Fri, 22 Oct 2010)");
script_tag(name:"cvss_base", value:"6.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:P");
script_xref(name: "RHSA", value: "2010:0785-01");
script_cve_id("CVE-2007-4826", "CVE-2010-2948");
script_name("RedHat Update for quagga RHSA-2010:0785-01");
script_tag(name: "summary" , value: "Check for the Version of quagga");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("Red Hat Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/rhel", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "insight" , value : tag_insight);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "RHENT_5")
{
if ((res = isrpmvuln(pkg:"quagga", rpm:"quagga~0.98.6~5.el5_5.2", rls:"RHENT_5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"quagga-contrib", rpm:"quagga-contrib~0.98.6~5.el5_5.2", rls:"RHENT_5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"quagga-debuginfo", rpm:"quagga-debuginfo~0.98.6~5.el5_5.2", rls:"RHENT_5")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"quagga-devel", rpm:"quagga-devel~0.98.6~5.el5_5.2", rls:"RHENT_5")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "RHENT_4")
{
if ((res = isrpmvuln(pkg:"quagga", rpm:"quagga~0.98.3~4.el4_8.1", rls:"RHENT_4")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"quagga-contrib", rpm:"quagga-contrib~0.98.3~4.el4_8.1", rls:"RHENT_4")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"quagga-debuginfo", rpm:"quagga-debuginfo~0.98.3~4.el4_8.1", rls:"RHENT_4")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"quagga-devel", rpm:"quagga-devel~0.98.3~4.el4_8.1", rls:"RHENT_4")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
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