Cyber Posture

CVE-2024-11147

HighPublic PoC

Published: 23 January 2025

Published
23 January 2025
Modified
23 September 2025
KEV Added
Patch
CVSS Score 7.6 CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0011 29.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may obtain and abuse credentials of a local account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.

Security Summary

CVE-2024-11147 is a vulnerability in ECOVACS robot lawnmowers and vacuums where a deterministic root password is generated based on the device's model and serial number. This hard-coded credential issue, classified under CWE-798 (Use of Hard-coded Credentials), allows unauthorized root access. The vulnerability received a CVSS v3.1 base score of 7.6 (AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H), indicating high confidentiality, integrity, and availability impacts with physical access required.

An attacker with physical access to the device can exploit this by obtaining shell access and logging in as root using the predictable password. No privileges, user interaction, or complex conditions are needed beyond physical proximity. Successful exploitation grants full root privileges, enabling complete control over the device, including potential data exfiltration, modification of firmware, or disruption of operations.

The vulnerability was disclosed through independent research, with details available in presentations from 37C3 2023 and HITCON 2024, as well as a password generation tool at builder.dontvacuum.me/ecopassword.php. No official advisories or patches are referenced in the available information.

Details

CWE(s)
CWE-798

Affected Products

ecovacs
deebot 900 firmware
all versions
ecovacs
deebot n8 firmware
all versions
ecovacs
deebot t8 firmware
all versions
ecovacs
deebot n9 firmware
all versions
ecovacs
deebot t9 firmware
all versions
ecovacs
deebot n10 firmware
all versions
ecovacs
deebot t10 firmware
all versions
ecovacs
deebot x1 firmware
all versions
ecovacs
deebot t20 firmware
all versions
ecovacs
deebot x2 firmware
all versions
+4 more product configuration(s) — see NVD for full list

MITRE ATT&CK Enterprise Techniques

T1078.003 Local Accounts Stealth
Adversaries may obtain and abuse credentials of a local account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

The vulnerability uses a deterministic root password based on model and serial number, allowing an attacker with shell access to authenticate as the root local account for privilege escalation.

References