FreeRADIUS Tunnel-Password Denial Of Service Vulnerability
🗓️ 23 Sep 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 18 Views
| Reporter | Title | Published | Views | Family All 61 |
|---|---|---|---|---|
| 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 5 : freeradius (RHSA-2009:1451) | 18 Sep 200900:00 | – | nessus | |
| Scientific Linux Security Update : freeradius on SL5.x i386/x86_64 | 1 Aug 201200:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2009 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.0.900856");
script_version("2025-03-05T05:38:52+0000");
script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2009-09-23 08:37:26 +0200 (Wed, 23 Sep 2009)");
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_cve_id("CVE-2009-3111");
script_name("FreeRADIUS Tunnel-Password Denial Of Service Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/advisories/36509");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36263");
script_xref(name:"URL", value:"http://www.intevydis.com/blog/?p=66");
script_xref(name:"URL", value:"http://www.openwall.com/lists/oss-security/2009/09/09/1");
script_xref(name:"URL", value:"http://www.braindeadprojects.com/blog/what/freeradius-packet-of-death/");
script_xref(name:"URL", value:"https://lists.freeradius.org/pipermail/freeradius-users/2009-September/msg00242.html");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"executable_version");
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Denial of Service");
script_dependencies("secpod_freeradius_detect.nasl");
script_mandatory_keys("FreeRADIUS/Ver");
script_tag(name:"impact", value:"Successful exploitation will allow an attacker to crash the service.");
script_tag(name:"affected", value:"FreeRADIUS version prior to 1.1.8.");
script_tag(name:"insight", value:"The flaws are due to:
- An error in the 'rad_decode()' function in 'src/lib/radius.c' which can
be exploited via zero-length Tunnel-Password attributes.
- An unspecified error that can be exploited to crash the 'radiusd' daemon.");
script_tag(name:"summary", value:"FreeRADIUS is prone to a Denial of Service vulnerability.");
script_tag(name:"solution", value:"Upgrade to version 1.1.8.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://github.com/alandekok/freeradius-server/commit/860cad9e02ba344edb0038419e415fe05a9a01f4");
exit(0);
}
include("version_func.inc");
foreach radius_port (make_list(1812, 1813, 1814))
{
if(get_udp_port_state(radius_port))
{
freeradiusVer = get_kb_item("FreeRADIUS/Ver");
if(freeradiusVer)
{
if(version_is_less(version:freeradiusVer, test_version:"1.1.8")){
report = report_fixed_ver(installed_version:freeradiusVer, fixed_version:"1.1.8");
security_message(port: radius_port, data: report);
exit(0);
}
}
}
}
exit(99);
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
05 Mar 2025 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 25
EPSS0.11176