Search

Find a vulnerability

Search criteria ⓘ Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    2 vulnerabilities found for Acode by Acode-Foundation

    CVE-2026-68928 (GCVE-0-2026-68928)

    Vulnerability from nvd – Published: 2026-09-18 20:40 – Updated: 2026-09-21 18:27
    VLAI
    Title
    Acode: Exported TerminalService (bundled terminal plugin) lets any installed app execute arbitrary shell commands as Acode
    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 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.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-09-21 18:26 UTC
    CWE
    • CWE-749 - Exposed Dangerous Method or Function
    • CWE-862 - Missing Authorization
    • CWE-926 - Improper Export of Android Application Components
    Impacted products
    Vendor Product Version
    Acode-Foundation Acode Affected: >= 1.11.6, < 1.12.7
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-68928",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-21T18:26:56.036039Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-21T18:27:19.972Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Acode",
              "vendor": "Acode-Foundation",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003e= 1.11.6, \u003c 1.12.7"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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\u0027s 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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 8.6,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-749",
                  "description": "CWE-749: Exposed Dangerous Method or Function",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862: Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-926",
                  "description": "CWE-926: Improper Export of Android Application Components",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-18T20:40:12.495Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx"
            },
            {
              "name": "https://github.com/Acode-Foundation/Acode/pull/2442",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/pull/2442"
            },
            {
              "name": "https://github.com/Acode-Foundation/Acode/commit/0a5237a3b140562dac877868137a784d6531894d",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/commit/0a5237a3b140562dac877868137a784d6531894d"
            },
            {
              "name": "https://github.com/Acode-Foundation/Acode/releases/tag/v1.12.7",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/releases/tag/v1.12.7"
            }
          ],
          "source": {
            "advisory": "GHSA-wm94-wp33-43gx",
            "discovery": "UNKNOWN"
          },
          "title": "Acode: Exported TerminalService (bundled terminal plugin) lets any installed app execute arbitrary shell commands as Acode"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-68928",
        "datePublished": "2026-09-18T20:40:12.495Z",
        "dateReserved": "2026-07-31T21:49:24.927Z",
        "dateUpdated": "2026-09-21T18:27:19.972Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-68928 (GCVE-0-2026-68928)

    Vulnerability from cvelistv5 – Published: 2026-09-18 20:40 – Updated: 2026-09-21 18:27
    VLAI
    Title
    Acode: Exported TerminalService (bundled terminal plugin) lets any installed app execute arbitrary shell commands as Acode
    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 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.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-09-21 18:26 UTC
    CWE
    • CWE-749 - Exposed Dangerous Method or Function
    • CWE-862 - Missing Authorization
    • CWE-926 - Improper Export of Android Application Components
    Impacted products
    Vendor Product Version
    Acode-Foundation Acode Affected: >= 1.11.6, < 1.12.7
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-68928",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-21T18:26:56.036039Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-21T18:27:19.972Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Acode",
              "vendor": "Acode-Foundation",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003e= 1.11.6, \u003c 1.12.7"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "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\u0027s 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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 8.6,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-749",
                  "description": "CWE-749: Exposed Dangerous Method or Function",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-862",
                  "description": "CWE-862: Missing Authorization",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            },
            {
              "descriptions": [
                {
                  "cweId": "CWE-926",
                  "description": "CWE-926: Improper Export of Android Application Components",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-18T20:40:12.495Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/security/advisories/GHSA-wm94-wp33-43gx"
            },
            {
              "name": "https://github.com/Acode-Foundation/Acode/pull/2442",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/pull/2442"
            },
            {
              "name": "https://github.com/Acode-Foundation/Acode/commit/0a5237a3b140562dac877868137a784d6531894d",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/commit/0a5237a3b140562dac877868137a784d6531894d"
            },
            {
              "name": "https://github.com/Acode-Foundation/Acode/releases/tag/v1.12.7",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/Acode-Foundation/Acode/releases/tag/v1.12.7"
            }
          ],
          "source": {
            "advisory": "GHSA-wm94-wp33-43gx",
            "discovery": "UNKNOWN"
          },
          "title": "Acode: Exported TerminalService (bundled terminal plugin) lets any installed app execute arbitrary shell commands as Acode"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-68928",
        "datePublished": "2026-09-18T20:40:12.495Z",
        "dateReserved": "2026-07-31T21:49:24.927Z",
        "dateUpdated": "2026-09-21T18:27:19.972Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }