7.5
CVSSv2

CVE-2015-7767

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

Vulnerability Summary

Buffer overflow in Konica Minolta FTP Utility 1.0 allows remote malicious users to execute arbitrary code or cause a denial of service (application crash) via a long USER command.

Vulnerable Product Search on Vulmon Subscribe to Product

konicaminolta ftp utility 1.0

Exploits

#!/usr/bin/python # Exploit Title: Konica Minolta FTP Utility 10 Remote DoS PoC # Date: 21-08-2015 # Exploit Author: Shankar Damodaran # Vendor Homepage: wwwkonicaminoltacom/ # Software Link: downloadkonicaminoltahk/bt/driver/mfpu/ftpu/ftpu_10zip # Version: 10 # Tested on: Microsoft Windows XP Professional SP3 English import ...
# Title: Konica Minolta FTP Utility - Remote Command Execution # Date : 20/09/2015 # Author: R-73eN # Software: Konica Minolta FTP Utility v10 # Tested: Windows XP SP3 # Software link: downloadkonicaminoltahk/bt/driver/mfpu/ftpu/ftpu_10zip # Every command is vulnerable to buffer overflow import socket import struct shellcode = ""#ms ...