vendor:
MiniBloggie
by:
Cod3rZ
7.5
CVSS
HIGH
Arbitrary Delete Post
20
CWE
Product Name: MiniBloggie
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
MiniBloggie Arbitrary Delete Post Vulnerability
The MiniBloggie application is vulnerable to an arbitrary delete post vulnerability. An attacker can delete any post from the application by sending a crafted HTTP request to the del.php page with the post_id parameter set to the ID of the post to be deleted and the confirm parameter set to yes.
Mitigation:
The application should validate user input and ensure that only authorized users can delete posts.