CVE-2026-71265 Details
Description
Domoticz's MochadTCP::MatchLine handler for MOCHAD_RFSEC messages (hardware/MochadTCP.cpp) copies network-received data from the up-to-1028-byte m_mochadbuffer into a fixed 50-byte stack buffer tempRFSECbuf using strcpy with no length check, across three separate code branches (DS10A/KR10A/MS10A device types).
A buffer overflow vulnerability has been identified in Domoticz within the MochadTCP handler for MOCHAD_RFSEC messages. The issue arises in the hardware/MochadTCP.cpp file, where data is copied from a network-received buffer of up to 1028 bytes into a fixed 50-byte stack buffer. This is done using strcpy() without any length validation, across three different code branches corresponding to DS10A, KR10A, and MS10A device types. An attacker on the same local network segment, with access to the Mochad TCP bridge (default port 1099, no authentication), can send a crafted packet that overflows the stack buffer by several hundred bytes, leading to corruption of the Domoticz worker thread's stack.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 5, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/domoticz/domoticz | TuranSec | Vendor |
| https://github.com/domoticz/domoticz/blob/master/hardware/MochadTCP.cpp | TuranSec | Source CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-121 | Stack-based Buffer Overflow | TuranSec |
Affected Products
| Product | Versions |
|---|---|
| Domoticz | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | TuranSec |
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 5, 2026 | New CVE Received | TuranSec |
Volerion