2343.txt

来自「snort入侵检测规则文件2.4 Snort是众所周知的网络入侵检测工具」· 文本 代码 · 共 74 行

TXT
74
字号
Rule:--Sid:2343--Summary:This event is generated when an attempt is made to exploit a buffer overflow vulnerability associated with WuFtpd STOR command. --Impact:Remote access.  A successful attack may permit the remote execution of arbitrary commands with system privileges.--Detailed Information:WuFtpd is an FTP server based on BSD ftpd. A vulnerability exists with the STOR command that can cause a buffer overflow and permit the execution of arbitrary commands with system privileges. The buffer overflow can be caused by supplying an overly long argument to the STOR command.The issue exists in the SockPrintf() function. A server using theMAIL_ADMIN option to send email notifications to the administrator whenfiles are uploaded to the server, is vulnerable to the attack. It ispossible for an attacker to send malformed data to the store() functionvia sockprintf() that will cause the overflow condition to occur, theerror can be generated by the attacker creating a filename greater than32768 bytes in length.--Affected Systems:	--Attack Scenarios:An attacker can supply an overly long file argument with the STOR command, causing a buffer overflow.--Ease of Attack:Simple.  --False Positives:None Known.--False Negatives:None Known.--Corrective Action:Upgrade to the latest non-affected version of the software.Use scp as an alternative to ftpDisallow ftp access to internal resources from external sourcesDisable the MAIL_ADMIN option--Contributors:Sourcefire Research TeamBrian Caswell <bmc@sourcefire.com> Nigel Houghton <nigel.houghton@sourcefire.com>--Additional References:--

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?