漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
N/A
Vulnerability Description
Buffer overflow in the SockPrintf function in wu-ftpd 2.6.2 and earlier, when compiled with MAIL_ADMIN option enabled on a system that supports very long pathnames, might allow remote anonymous users to execute arbitrary code by uploading a file with a long pathname, which triggers the overflow when wu-ftpd constructs a notification message to the administrator.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
Wu-Ftpd SockPrintf()远程栈缓冲区溢出漏洞
Vulnerability Description
Wu-ftpd是一个基于BSD ftpd的FTP服务器程序,由华盛顿大学维护。 Wu-ftpd包含的SockPrintf()函数在处理输入时缺少正确的边界缓冲区检查,远程攻击者可以通过这个漏洞对服务器进行缓冲区溢出攻击,可能以root用户权限在系统上执行任意指令。 问题存在于SockPrintf()函数使用vsprintf()时: "in file src/ftpd.c" int SockPrintf(FILE *sockfp, char *format,...) { va_list ap; char b
CVSS Information
N/A
Vulnerability Type
N/A