Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ConceptronicIPCam_MultipleVulnerabilities — [CVE-2018-6407 & CVE-2018-6408] Conceptronic IPCam Administration panel CSRF and Denial of Service | Kitploit
Tools/GitHubGitHub/dreadlocked/conceptronicipcam_multiplevulnerabilities
IoT SecurityVulnerability AnalysisExploitationWeb Application Exploitation
GitHubdreadlocked/conceptronicipcam_multiplevulnerabilities

ConceptronicIPCam_MultipleVulnerabilities

[CVE-2018-6407 & CVE-2018-6408] Conceptronic IPCam Administration panel CSRF and Denial of Service

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
968 years agoNot yet reviewed

Multiple vulnerabilities at Conceptronic IP Cameras with 0.61.X. web firmware.

A CSRF and Denial of Service vulnerabilities have been found at Conceptronic IP Cameras.

CVEDescription
CVE-2018-6407Unauthenticated remote Denial of Service vulnerability
CVE-2018-6408CSRF allows to change admin user credentials or create a new user

0. Introduction

Conceptronic cameras are able to record sound and vídeo and stream it trhoug the network. Currently this kind of IP Cameras are used on domestic and proffesional environments, mostly for control and security reasons. Two vulnerabilities where found on two different software firmwares, and possibly they are present on every firmware currently on the market (not confirmed yet by the vendor). The first vulnerability affects the privacy and integrity of the sound and video and audio recorded by the camera, the second, affects de disponibility of the video and audio recorded by the camera, leading to physical security issues. An attacker could remotely take down this cameras just by knowing their IP.

Tested models:

Camera ModelSystem firmwareWeb firmware
CIPCAMPTIWL V300.30.01.0047P30.61.30.21
CIPCAM1080PTIWL00.10.01.0039P2-

1. Cross-Site Request Forgery on users.cgi

Every request is vulnerable to Cross-Site Request Forgery due to lack of CSRF token or any other CSRF protection. Specially sensitive GET request are:

root@kitploit:~
/hy-cgi/user.cgi?cmd=edituser&at_username=admin&at_newpassword=new_password&at_newrolename=admin&at_userid=10001

Which allows to change administrator IP without providing the old password. An attacker can exploit this vulnerability by tricking the victim to visit a page which forces its browser to make a request to this URL.

root@kitploit:~
/hy-cgi/user.cgi?cmd=adduser&at_username=admin2&at_password=admin2&at_rolename=admin

Allows to create a new administrator user.

Also, in special circustances, an attacker could exploit the vulnerability on

root@kitploit:~
/hy-cgi/user.cgi?cmd=checkuserinfo

to view victims current user password in plaintext.

Obtain credentials means that an attacker could access camera's video and audio streaming.

CVSSScoreCVSS Details
37.2AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N/E:F/RL:U/RC:C

2. Unauthenticated Denial of Service.

A POST request with huge body to

root@kitploit:~
/hy-cgi/device.cgi?cmd=searchlandevice

causes a crash on the IP Camera which completley freeze the system, making it unnaccesible.

In fact, any POST request is handled by an unknown middleware which is the crash responsible.

By crashing the camera, this immediatly stops sending/recording video and audio streaming

CVSSScoreCVSS Details
38.6AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N

3. Exploits.

Two exploits are provided in this repo for those vulnerabilities, just for testing purposes.

4. Researcher.

Gonzalo Garcia Leon

Download Tool