| Reporter | Title | Published | Views | Family All 75 |
|---|---|---|---|---|
| FreeRadius < 1.1.8 Remote Packet of Death Exploit (CVE-2009-3111) | 11 Sep 200900:00 | – | zdt | |
| freeradius -- remote packet of death vulnerability | 9 Sep 200900:00 | – | freebsd | |
| CentOS 5 : freeradius (CESA-2009:1451) | 6 Jan 201000:00 | – | nessus | |
| FreeBSD : freeradius -- remote packet of death vulnerability (1b3f854b-e4bd-11de-b276-000d8787e1be) | 15 Dec 200900:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2009-006) | 9 Nov 200900:00 | – | nessus | |
| Mandriva Linux Security Advisory : freeradius (MDVSA-2009:227-1) | 12 Jan 201000:00 | – | nessus | |
| MiracleLinux 3 : freeradius-1.1.3-1.5AXS3 (AXSA:2009-401:02) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 5 : freeradius (ELSA-2009-1451) | 12 Jul 201300:00 | – | nessus | |
| RHEL 3 : freeradius (RHSA-2003:386) | 6 Jul 200400:00 | – | nessus | |
| RHEL 5 : freeradius (RHSA-2009:1451) | 18 Sep 200900:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
#
# Mandriva Update for freeradius MDVSA-2009:227-1 (freeradius)
#
# 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 = "A vulnerability has been found and corrected in freeradius:
The rad_decode function in FreeRADIUS before 1.1.8 allows remote
attackers to cause a denial of service (radiusd crash) via zero-length
Tunnel-Password attributes. NOTE: this is a regression error related
to CVE-2003-0967 (CVE-2009-3111).
This update provides a solution to this vulnerability.
Update:
Packages for 2008.0 are provided for Corporate Desktop 2008.0
customers.";
tag_affected = "freeradius on Mandriva Linux 2008.0,
Mandriva Linux 2008.0/X86_64";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://lists.mandriva.com/security-announce/2010-01/msg00022.php");
script_id(830798);
script_version("$Revision: 8186 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-20 07:30:34 +0100 (Wed, 20 Dec 2017) $");
script_tag(name:"creation_date", value:"2010-01-15 10:29:41 +0100 (Fri, 15 Jan 2010)");
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_xref(name: "MDVSA", value: "2009:227-1");
script_cve_id("CVE-2003-0967", "CVE-2009-3111");
script_name("Mandriva Update for freeradius MDVSA-2009:227-1 (freeradius)");
script_tag(name: "summary" , value: "Check for the Version of freeradius");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
script_family("Mandrake Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/mandriva_mandrake_linux", "ssh/login/release");
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 == "MNDK_2008.0")
{
if ((res = isrpmvuln(pkg:"freeradius", rpm:"freeradius~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libfreeradius1", rpm:"libfreeradius1~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libfreeradius1-devel", rpm:"libfreeradius1-devel~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libfreeradius1-krb5", rpm:"libfreeradius1-krb5~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libfreeradius1-ldap", rpm:"libfreeradius1-ldap~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libfreeradius1-mysql", rpm:"libfreeradius1-mysql~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libfreeradius1-postgresql", rpm:"libfreeradius1-postgresql~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"libfreeradius1-unixODBC", rpm:"libfreeradius1-unixODBC~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64freeradius1", rpm:"lib64freeradius1~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64freeradius1-devel", rpm:"lib64freeradius1-devel~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64freeradius1-krb5", rpm:"lib64freeradius1-krb5~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64freeradius1-ldap", rpm:"lib64freeradius1-ldap~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64freeradius1-mysql", rpm:"lib64freeradius1-mysql~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64freeradius1-postgresql", rpm:"lib64freeradius1-postgresql~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"lib64freeradius1-unixODBC", rpm:"lib64freeradius1-unixODBC~1.1.7~2.1mdv2008.0", rls:"MNDK_2008.0")) != 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