exploit-db-mirror/exploits/hardware/webapps/44043.md
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

40 lines
No EOL
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Vulnerabilities summary
The following advisory describes two (2) vulnerabilities found in iB-WRA150N devices, firmware 1.2.6 build 110401 Rel.47776n.
iB-WRA150N is “a powerful solution to Internet connectivity at home, small offices and work stations. The key is if you are using an ADSL2+ connection now and later decide to change to Broadband or vice-versa you dont need to change your router. This iBall router is 2-in-1 and compatible to both Broadband connection as well as ADSL2 connection (Telephone connection or cable operator connection). ”
The vulnerabilities found are:
Hard coded accounts
Remote command execution
## Credit
An independent security researcher, maxki4x, has reported this vulnerabilities to Beyond Securitys SecuriTeam Secure Disclosure program.
## Vendor response
We tried to contact iBall since December 20 2017, repeated attempts to establish contact were answered, but no details have been provided on a solution or a workaround.
CVE: CVE-2018-6388
## Vulnerabilities details
Hard coded accounts
Username: admin
Password: admin
Username: support
Password: support
Username: user
Password: user
## Remote command execution
After we logged in to the victims router using the hard coded accounts, we can trigger the second vulnerability and achieve remote command execution.
User controlled input is not sufficiently filtered, allowing user to inject arbitrary commands into ping test arguments in Diagnostics page.
By entering the following input in the ping test arguments in Diagnostics page, the attacker can get the /etc/passwd file:
```
127.0.0.1;cat/etc/passwd
```