CVE-2026-55743

Source
https://cve.org/CVERecord?id=CVE-2026-55743
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55743.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-55743
Published
2026-06-17T14:08:33.726Z
Modified
2026-07-08T08:12:25.698424601Z
Severity
  • 9.4 (Critical) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H CVSS Calculator
Summary
OpenHuman desktop agent shell tool sandbox bypass leads to arbitrary command execution
Details

The shell tool command allowlist in the SecurityPolicy of OpenHuman desktop agent through 0.54.0 (default Supervised security policy) can be bypassed to execute arbitrary OS commands with the privileges of the desktop user. Two flaws in src/openhuman/security/policy.rs combine: (1) isargssafe() blocks the find flags -exec and -ok but not the functionally identical -execdir and -okdir, which also execute an arbitrary command for each matched file; and (2) skipenvassignments() strips leading inline KEY=value environment-variable assignments before allowlist validation, so a command such as GITEXTERNALDIFF=<cmd> git diff is validated as the allowed git diff but, when executed via the shell, runs <cmd> through git's environment-driven hooks (for example GITEXTERNALDIFF or GITSSHCOMMAND). Because the sandbox is the primary trust boundary between untrusted LLM-processed content and the host operating system, an attacker can achieve remote code execution via indirect prompt injection: a malicious document, email, calendar event, or web page ingested by the agent instructs it to run a benign-looking allowlisted command, resulting in arbitrary command execution, data exfiltration, arbitrary file read/write, and lateral movement on the user's machine. The issue was fixed in commit 60050aa09a870f53ed7e4cd40ed41fd2860329e7 (first released in 0.54.22-staging; first stable release 0.56.0), which blocks -execdir/-okdir for find.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55743.json",
    "cna_assigner": "TuranSec",
    "cwe_ids": [
        "CWE-184",
        "CWE-78"
    ]
}
References

Affected packages

Git / github.com/tinyhumansai/openhuman

Affected ranges

Type
GIT
Repo
https://github.com/tinyhumansai/openhuman
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.54.0"
        }
    ],
    "source": [
        "DESCRIPTION",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.50.3
v0.51.17
v0.51.18
v0.51.19
v0.51.2
v0.51.4
v0.51.5
v0.51.6
v0.51.8
v0.52.0
v0.52.12
v0.52.15
v0.52.16
v0.52.17
v0.52.18
v0.52.19
v0.52.2
v0.52.20
v0.52.26
v0.52.27
v0.52.28
v0.52.6
v0.52.7
v0.52.9
v0.53.0
v0.53.1
v0.53.10-staging
v0.53.11-staging
v0.53.12-staging
v0.53.13-staging
v0.53.14-staging
v0.53.15
v0.53.15-staging
v0.53.16
v0.53.17
v0.53.19-staging
v0.53.20-staging
v0.53.22
v0.53.25-staging
v0.53.26-staging
v0.53.27-staging
v0.53.28-staging
v0.53.29-staging
v0.53.3
v0.53.30-staging
v0.53.31-staging
v0.53.35
v0.53.35-staging
v0.53.36-staging
v0.53.38-staging
v0.53.4
v0.53.40
v0.53.43
v0.53.44-staging
v0.53.45-staging
v0.53.46-staging
v0.53.47-staging
v0.53.48-staging
v0.53.49-staging
v0.53.5-staging
v0.53.50-staging
v0.53.51-staging
v0.53.6-staging
v0.54.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55743.json"