7.5
CVSSv2

CVE-2014-2223

Published: 11/09/2014 Updated: 08/01/2015
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Unrestricted file upload vulnerability in plog-admin/plog-upload.php in Plogger 1.0 RC1 and previous versions allows remote authenticated users to execute arbitrary code by uploading a ZIP file that contains a PHP file and a non-zero length PNG file, then accessing the PHP file via a direct request to it in plog-content/uploads/archive/.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

plogger plogger

Exploits

#!/usr/bin/env python # Exploit Title: Plogger Authenticated Arbitrary File Upload # Date: Feb 2014 # Exploit Author: b0z # Vendor Homepage: wwwploggerorg # Software Link: wwwploggerorg/download # Version: Plogger prior to 10-RC1 # CVE : 2014-2223 import hashlib import os import zipfile import requests import time import argparse def lo ...