Description
The FieldX MDM adb messaging topic passes unverified payloads directly into Runtime.exec(), allowing command/instruction injection.
Published: 2026-06-04
Score: 10 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the FieldX Mobile Device Management service on Acer Connect M6E 5G routers, where inbound adb messaging payloads are forwarded directly to the operating system’s Runtime.exec() function without any form of validation or sanitization. This flaw is a classic command‑injection weakness (CWE‑78) that permits an attacker to execute arbitrary shell or native commands on the device, potentially compromising full system control. The impact includes the ability to alter router configuration, install persistent malware, or leverage the device as a pivot point for broader network attacks, thereby affecting confidentiality, integrity, and availability at the device level.

Affected Systems

Acer Connect M6E 5G Portable WiFi Router is affected. No specific firmware versions are listed in the CNA data; however, the issue has been reported for all models relying on the FieldX MDM feature.

Risk and Exploitability

The CVSS score of 10 indicates critical severity, and the lack of an EPSS score means an estimated exploitation likelihood cannot be quantified, though the flaw’s nature suggests it is exploitable by an adversary with network access to the device’s MDM interface. The vulnerability is not currently listed in the CISA KEV catalog. Based on the description, the likely attack vector is remote via network traffic to the device’s MDM messaging endpoint, and isolation or disabling of that endpoint could mitigate exposure.

Generated by OpenCVE AI on June 4, 2026 at 05:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Acquire and install any available firmware or software update from Acer that removes the unvalidated Runtime.exec() usage on the FieldX MDM service.
  • If an update is not yet released, suspend or block the FieldX MDM messaging topic to prevent unauthenticated or unaudited payloads from reaching the device.
  • Implement an input‑validation layer that strictly checks command arguments or replaces Runtime.exec() with safer alternatives, ensuring only approved commands are executed.

Generated by OpenCVE AI on June 4, 2026 at 05:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 05 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Acer connect M6e 5g Portable Wifi Router
Vendors & Products Acer connect M6e 5g Portable Wifi Router

Thu, 04 Jun 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Acer
Acer connect M6e 5g
Acer connect M6e 5g Firmware
CPEs cpe:2.3:h:acer:connect_m6e_5g:-:*:*:*:*:*:*:*
cpe:2.3:o:acer:connect_m6e_5g_firmware:*:*:*:*:*:*:*:*
Vendors & Products Acer
Acer connect M6e 5g
Acer connect M6e 5g Firmware
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Thu, 04 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 04 Jun 2026 04:00:00 +0000

Type Values Removed Values Added
Description The FieldX MDM adb messaging topic passes unverified payloads directly into Runtime.exec(), allowing command/instruction injection.
Title Instruction Injection via FieldX MDM
Weaknesses CWE-78
References
Metrics cvssV4_0

{'score': 10, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

Acer Connect M6e 5g Connect M6e 5g Firmware Connect M6e 5g Portable Wifi Router
cve-icon MITRE

Status: PUBLISHED

Assigner: Acer

Published:

Updated: 2026-06-04T12:37:54.895Z

Reserved: 2026-05-28T02:46:15.560Z

Link: CVE-2026-49185

cve-icon Vulnrichment

Updated: 2026-06-04T12:37:49.474Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-04T04:17:15.387

Modified: 2026-06-04T19:41:32.280

Link: CVE-2026-49185

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-05T10:09:19Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')