📄 1347.txt
字号:
Rule:--Sid:1341--Summary:Attempted g++ command access via web--Impact:Attempt to compile a binary on a host.--Detailed Information:This is an attempt to compiile a C or C++ source on a host. The g++command is the GNUproject's C and C++ compiler used to compile C andC++ source filesinto executable binary files. The attacker couldpossibly compile aprogram needed for other attacks on the system orinstall a binaryprogram of his choosing.--Attack Scenarios:The attacker can make a standard HTTP request that contains'/usr/bin/g++'in theURI.--Ease of Attack:Simple HTTP request.--False Positives:None Known--False Negatives:None Known--Corrective Action:Webservers should not be allowed to view or execute files and binariesoutside of it'sdesignated web root or cgi-bin. This command may alsobe requested ona command line should the attacker gain access to themachine. Wheneverpossible, sensitive files and certain areas of thefilesystem shouldhave the system immutable flag set to prevent filesfrom being addedto the host. On BSD derived systems, setting thesystems runtimesecurelevel also prevents the securelevel from beingchanged. (note: thesecurelevel can only be increased).--Contributors:Sourcefire Research Team-- Additional References:sid: 1342sid: 1343sid: 1344sid: 1345sid: 1346sid: 1347sid: 1348--
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -