---
id: CVE-2026-68928
title: Acode is a powerful text and code editor for Android
summary: >-
  Acode is a powerful text and code editor for Android. From 1.11.6 until
  1.12.7, com.foxdebug.acode.rk.exec.terminal.TerminalService is declared as an
  exported service in src/plugins/terminal/plugin.xml without a binding
  permission, and s…
severity: high
cvss: 8.6
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H'
cwe:
  - CWE-749
  - CWE-862
  - CWE-926
vendor: Acode-Foundation
product: Acode
affected:
  - 'Acode >= 1.11.6, < 1.12.7'
published: '2026-09-18'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T19:17:09.157'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-68928'
references:
  - url: >-
      https://github.com/Acode-Foundation/Acode/commit/0a5237a3b140562dac877868137a784d6531894d
    label: security-advisories@github.com
  - url: 'https://github.com/Acode-Foundation/Acode/pull/2442'
    label: security-advisories@github.com
  - url: 'https://github.com/Acode-Foundation/Acode/releases/tag/v1.12.7'
    label: security-advisories@github.com
  - url: >-
      https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx
    label: security-advisories@github.com
  - url: >-
      https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-21T18:26:56.036039Z'
epss: 0.00129
epssPercentile: 0.02958
ingestedAt: '2026-09-18T20:51:25.765Z'
---

## Overview

Acode is a powerful text and code editor for Android. From 1.11.6 until 1.12.7, com.foxdebug.acode.rk.exec.terminal.TerminalService is declared as an exported service in src/plugins/terminal/plugin.xml without a binding permission, and src/plugins/terminal/src/android/TerminalService.java does not verify the caller. Any installed Android application can bind the service and send MSG_EXEC with an attacker-controlled cmd value, which the terminal implementation passes to ProcessBuilder with sh -c inside Acode's UID. This allows a zero-permission local application to execute commands with access to Acode private data, remote credentials, Storage Access Framework grants, and runtime permissions without additional interaction at attack time. This issue is fixed in version 1.12.7.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
