5
CVSSv2

CVE-2008-6650

Published: 07/04/2009 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

del.php in miniBloggie 1.0 allows remote malicious users to delete arbitrary posts via a direct request with a modified post_id parameter, a different vulnerability than CVE-2008-4628.

Vulnerable Product Search on Vulmon Subscribe to Product

mywebland minibloggie 1.0

Exploits

# MiniBloggie Arbitrary Delete Post Vulnerability # Author: Cod3rZ # Site: cod3rzhellowebeu # 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_qu ...