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!
AlstraSoft EPay Enterprise v4.0 Blind SQL Injection
############################################################################ # Exploit Title: *AlstraSoft EPay Enterprise v4.0 Blind SQL Injection* # Google Dork: *Copyright @ 2010 iPayGold.com* # Date: *Decembar/6/2011* # Author: *Don (BalcanCrew & BalcanHack)* # Software Link: *http://www.alstrasoft.com/epay_enterprise.htm* # Version: *4.0* # Tested on: *Apache/1.3.37* ############################################################################ # An attacker may execute arbitrary SQL statements on the vulnerable system. # This may compromise the integrity of your database and/or expose sensitive information. # Depending on the back-end database in use, # SQL injection vulnerabilities lead to varying levels of data/system access for the attacker. # It may be possible to not only manipulate existing queries, but to UNION in arbitrary data, # use subselects, or append additional queries. In some cases, # it may be possible to read in or write out to files, or to execute shell commands on the underlying operating system. # Certain SQL Servers such as Microsoft SQL Server contain stored and extended procedures (database server functions). # If an attacker can obtain access to these procedures it may be possible to compromise the entire machine. ############################################################################ Attack details: URL encoded GET input product was set to 11-2+2*3-6 *Vulnerability:* http://server/process.htm?action=product&member=justme&product=11-2%2b2*3-6&send=yes *How to fix this vulnerability:* Script should filter metacharacters from *user input*. *Don* # 0day.today [2024-12-24] #