Cyber Resilience

CVE-2023-42470

CriticalPublic PoCRCE

Published: 11 September 2023

Published
11 September 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1358 94.4th percentile
Risk Priority 28 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-42470 is a critical-severity Code Injection (CWE-94) vulnerability in Imoulife Life. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 5.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Imou Life application (package com.mm.android.smartlifeiot) through version 6.8.0 for Android is affected by a remote code execution vulnerability. The flaw resides in the exported MainActivity component (com.mm.android.easy4ip.MainActivity), where JavaScript execution is enabled inside a WebView that also performs direct loading of web content, combined with improper handling of incoming intents.

An unauthenticated attacker can deliver a crafted intent to the exported activity and achieve arbitrary code execution on the device. Successful exploitation grants the attacker the ability to run code in the context of the application with no user interaction required, corresponding to the CVSS 9.8 rating and CWE-94 classification.

Public proof-of-concept material, including an APK and detailed reproduction steps, has been published on GitHub. The current EPSS score of 0.1358 (peak 0.1535) indicates moderate and relatively stable exploitation interest since disclosure. No official vendor advisory or patch information is referenced in the available sources.

EU & UK References

Vulnerability details

The Imou Life com.mm.android.smartlifeiot application through 6.8.0 for Android allows Remote Code Execution via a crafted intent to an exported component. This relates to the com.mm.android.easy4ip.MainActivity activity. JavaScript execution is enabled in the WebView, and direct web content loading occurs.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

imoulife
life
≤ 6.8.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References