Fedora Update for openldap FEDORA-2007-2796. OpenLDAP is an open source suite of LDAP applications and development tools. Please Install the Updated Packages
Reporter | Title | Published | Views | Family All 61 |
---|---|---|---|---|
Fedora | [SECURITY] Fedora 7 Update: openldap-2.3.34-4.fc7 | 20 Nov 200717:47 | – | fedora |
Fedora | [SECURITY] Fedora 8 Update: openldap-2.3.39-1.fc8 | 9 Nov 200723:48 | – | fedora |
Ubuntu | OpenLDAP vulnerabilities | 4 Dec 200700:00 | – | ubuntu |
Tenable Nessus | SuSE 10 Security Update : openldap2 (ZYPP Patch Number 4679) | 13 Dec 200700:00 | – | nessus |
Tenable Nessus | Ubuntu 6.06 LTS / 6.10 / 7.04 / 7.10 : openldap vulnerabilities (USN-551-1) | 4 Dec 200700:00 | – | nessus |
Tenable Nessus | Fedora 8 : openldap-2.3.39-1.fc8 (2007-2796) | 12 Nov 200700:00 | – | nessus |
Tenable Nessus | openSUSE 10 Security Update : openldap2 (openldap2-4677) | 26 Nov 200700:00 | – | nessus |
Tenable Nessus | Fedora Core 6 : openldap-2.3.30-3.fc6 (2007-741) | 16 Nov 200700:00 | – | nessus |
Tenable Nessus | Fedora 7 : openldap-2.3.34-4.fc7 (2007-3124) | 26 Nov 200700:00 | – | nessus |
Tenable Nessus | FreeBSD : openldap -- multiple remote denial of service vulnerabilities (db449245-870d-11dc-a3ec-001921ab2fa4) | 1 Nov 200700:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for openldap FEDORA-2007-2796
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2009 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_affected = "openldap on Fedora 8";
tag_insight = "OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
Protocol) applications and development tools. LDAP is a set of
protocols for accessing directory services (usually phone book style
information, but other information is possible) over the Internet,
similar to the way DNS (Domain Name System) information is propagated
over the Internet. The openldap package contains configuration files,
libraries, and documentation for OpenLDAP.";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "https://www.redhat.com/archives/fedora-package-announce/2007-November/msg00230.html");
script_id(861469);
script_version("$Revision: 6623 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-10 08:10:20 +0200 (Mon, 10 Jul 2017) $");
script_tag(name:"creation_date", value:"2009-02-27 16:01:32 +0100 (Fri, 27 Feb 2009)");
script_tag(name:"cvss_base", value:"7.1");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:C");
script_xref(name: "FEDORA", value: "2007-2796");
script_cve_id("CVE-2007-5708", "CVE-2007-5707");
script_name( "Fedora Update for openldap FEDORA-2007-2796");
script_summary("Check for the Version of openldap");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
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 == "FC8")
{
if ((res = isrpmvuln(pkg:"openldap", rpm:"openldap~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-servers-sql", rpm:"openldap-servers-sql~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-clients", rpm:"openldap-clients~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"compat-openldap", rpm:"compat-openldap~2.3.39_2.2.29~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-servers", rpm:"openldap-servers~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap", rpm:"openldap~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-devel", rpm:"openldap-devel~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-debuginfo", rpm:"openldap-debuginfo~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-debuginfo", rpm:"openldap-debuginfo~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-servers", rpm:"openldap-servers~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"compat-openldap", rpm:"compat-openldap~2.3.39_2.2.29~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-clients", rpm:"openldap-clients~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-devel", rpm:"openldap-devel~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap-servers-sql", rpm:"openldap-servers-sql~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"openldap", rpm:"openldap~2.3.39~1.fc8", rls:"FC8")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
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