Bug 2521846 - CVE-2026-71265 domoticz: Domoticz: Stack Buffer Overflow via MochadTCP MOCHAD_RFSEC message processing [fedora-all]
Summary: CVE-2026-71265 domoticz: Domoticz: Stack Buffer Overflow via MochadTCP MOCHAD...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: domoticz
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Michael Cronenworth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["4ce2fbf8-7b3e-492d-be63-c...
Depends On:
Blocks: CVE-2026-71265
TreeView+ depends on / blocked
 
Reported: 2026-08-24 12:42 UTC by Vladimir Vasilev
Modified: 2026-08-24 12:42 UTC (History)
1 user (show)

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


Attachments (Terms of Use)

Description Vladimir Vasilev 2026-08-24 12:42:41 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.