Bug 2511559 (CVE-2026-71265) - CVE-2026-71265 Domoticz: Domoticz: Stack Buffer Overflow via MochadTCP MOCHAD_RFSEC message processing
Summary: CVE-2026-71265 Domoticz: Domoticz: Stack Buffer Overflow via MochadTCP MOCHAD...
Keywords:
Status: NEW
Alias: CVE-2026-71265
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2521846
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-05 14:03 UTC by OSIDB Bzimport
Modified: 2026-08-24 12:51 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-05 14:03:16 UTC
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). An attacker on the local network segment able to reach the Mochad TCP bridge (default port 1099, no authentication) can send a crafted packet that overflows tempRFSECbuf by up to several hundred bytes, corrupting the Domoticz worker thread's stack.


Note You need to log in before you can comment on or make changes to this bug.