CVE Catalog

CVE-2026-71265

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

9th percentile - higher than 9% of all known CVEs

Summary

Domoticz's MochadTCP::MatchLine handler for MOCHAD_RFSEC messages 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).

Risk Assessment

This could lead to a stack-based buffer overflow, potentially allowing remote code execution or crashing the Domoticz system.

Recommendation

Update Domoticz to a patched version or use safe string copy functions with length checks.

Other vulnerabilities in Domoticz

See all
Original NVD description (English source)

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).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS