CVE-2018-7299: Untrusted Addon Installation / Remote Code Execution in HomeMatic CCU2

Patrick Münch
, in 21 February 2018

Background

HomeMatic is a home automation system consisting of various components for automating several parts of a building, including different sensors and actuators. The HomeMatic CCU2 is a central control unit, which is responsible for integrating these components with each other.

From the vendor’s website (eQ-3):

“The Homematic Central Control Unit CCU2 is responsible for numerous control, signalling and supervision functions across all areas of the Homematic system. The device includes a browser based user interface to the up the system. It can be controlled in the local network as well as via Internet. The Homematic software offers various configuration and application possibilities, so that there are no limits to creativity for installing your individual smart home.”

Issue Description

While analyzing the implementation of the CCU2’s web interface, in particular the addon installation process and how to build own addon-packages, a remote code execution vulnerability has been identified.

An authenticated user can upload addon packages, which contain an update_script file. This update_script file will be executed during the addon installation process. This means that an attacker can create or overwrite arbitrary files or install malicious software.

This vulnerability can be exploited in order to execute arbitrary code on the system. An attacker can for instance overwrite the /usr/local/crontabs/root crontab in order to reach this goal.

This can in particular be problematic if users install untrusted addons from remote sources. It might be advisable to introduce a signing scheme for trusted addons and to warn the user in case they install untrusted or unsigned addons, which could contain malicious code.

Procedure:

CVE

CVE-2018-7299

CVSSv3 Base Score

CVSS Base Score: 4.9

CVSS:3.0/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L

Credit

Patrick Muench of SVA System Vertrieb Alexander GmbH

Gregor Kopf of Secfault Security GmbH

Disclaimer

The information provided is released “as is” without warranty of any kind. The publisher disclaims all warranties, either express or implied, including all warranties of merchantability. No responsibility is taken for the correctness of this information. In no event shall the publisher be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if the publisher has been advised of the possibility of such damages.

The contents of this advisory are copyright (c) 2017 Secfault Security GmbH & SVA System Vertrieb Alexander GmbH and may be distributed freely provided that no fee is charged for this distribution and proper credit is given.