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!
GIU Gallery File 1.0.2 SQL Injection Vulnerability
GIU Gallery File 1.0.2 Upload SQL Injection Vulnerability ========================================================== Discovered by N_A , N_A[at]tutanota.com ======================================== Description ============ Output and stored data will be path to image, title of link, link to image, alternative text to image and storyline text. Controls and options such as image width and height plus some template features to control are available in the Controls Panel. GIU is Open Source and I welcome the community to add to this project. The ideology of GIU is to provide a simple use application for end users as well as a robust control panel with adequate administrative operations. Folder structures are designed to display images for viewing of those images as a gallery from a sub folder of your website. There are lots of controls for the image itself in GIU. The size and position of you image is very important so the Control Panel will give you options to put the image on your page just how you want it. As a theme builder you can add options of you own that will manipulate parts of your theme. https://sourceforge.net/projects/giugalleryimageupload Vulnerability ============== Direct and unsanitized input via the POST method is fed directly into the MYSQL DB in the register.php file: mysql_query("INSERT INTO user A A A A A A A A A A A A A A A A (`user_email`,`user_pwd`,`country`,`joined`,`activation_code`,`full_name`) A A A A A A A A A A A A A VALUES A A A A A A A A A A A A A ('$_POST[email]','$md5pass','$_POST[country]',now(),'$activ_code','$_POST[full_name]')") or die(mysql_error()); An attacker could craft SQL commands and execute malicious code resulting in deleting DB entries. # 0day.today [2024-11-15] #