2561.txt

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

TXT
68
字号
Rule:--Sid:2561--Summary:This event is generated when an attempt is made to exploit a vulnerabilityassociated with rsync.--Impact:A successful attack may allow files to be existing files to be overwrittenor new files created on the rsync server.--Detailed Information:rsync is used to remote copy files.  A command line option "--backup-dir"can be used to specify a directory where backup files are to be placed.There is no validation of the argument supplied to this option to scrutinizeit for proper formatting.  A malicious user can try to overwrite existingfiles or create new ones on a vulnerable host by supplying a value to"--backup-dir" that is relative to the root directory.--Affected Systems:Many Unix and Linux distributions running rsync.See http://www.securityfocus.com/bid/10247 for affected operating systems.--Attack Scenarios:An attacker can send a rsync command supplying the -backup-dir optionwith a path relative to the root file system, overwriting or creatingnew files on the vulnerable host.--Ease of Attack:Simple.--False Positives:None known.--False Negatives:None known.--Corrective Action:Upgrade to the latest non-affected version of the software.Run the rsync server in a chroot environment.--Contributors:Sourcefire Research TeamJudy Novak <judy.novak@sourcefire.com>--Additional ReferencesCVE:http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0426Bugtraq:http://www.securityfocus.com/bid/10247--

⌨️ 快捷键说明

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