PatchSiren cyber security CVE debrief
CVE-2026-89036 appwrite CVE debrief
CVE-2026-89036 is an argument injection vulnerability in Appwrite before version 2.0.0. Authenticated users with functions.write or sites.write permissions can inject TAB characters into the providerRootDirectory parameter, allowing for arbitrary command execution as the builds worker process user. This vulnerability enables attackers to execute arbitrary commands, potentially leading to remote code execution. Defenders should assess exposure and apply patches or mitigations to prevent exploitation.
- Vendor
- appwrite
- Product
- Unknown
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-22
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-22
Who should care
Defenders responsible for Appwrite deployments should assess exposure and apply patches or mitigations to prevent remote code execution. This includes verifying Appwrite version, restricting access to functions.write and sites.write permissions, and monitoring for suspicious activity. Security teams and vulnerability management teams should prioritize verifying exposure and applying patches or mitigations to prevent exploitation. Additionally, operators of
Why it matters
CVE-2026-89036 is an argument injection vulnerability in Appwrite that allows authenticated users to execute arbitrary commands, requiring defenders to verify exposure and apply patches or mitigations.
- Remote code execution as the builds worker process user
- Potential for arbitrary command injection
- Need for verification of Appwrite version and exposure
- Priority for applying patches or mitigations
Technical summary
The vulnerability is caused by the application's use of escapeshellcmd instead of escapeshellarg and failure to quote the providerRootDirectory parameter, allowing TAB characters to be interpreted as argument separators, enabling injection of arbitrary GNU tar arguments. This oversight in sanitization and quoting enables attackers to inject arbitrary commands, potentially leading to remote code execution. The vulnerability affects Appwrite deployments prior to version 2.0.0 and requires defenders to verify exposure and apply patches or mitigations.
Defensive priority
Defenders should prioritize verifying exposure and applying patches or mitigations, as the vulnerability allows for remote code execution.
Recommended defensive actions
- Verify Appwrite version and apply patches or mitigations if necessary
- Restrict access to functions.write and sites.write permissions
- Monitor for suspicious activity and implement compensating controls
- Review and update access controls for functions.write and sites.write permissions
- Implement additional logging and monitoring for potential exploitation attempts
- Conduct a thorough review of Appwrite deployments to identify potential exposure
- Develop and deploy a patch management process for Appwrite
Evidence notes
The vulnerability is caused by the application's use of escapeshellcmd instead of escapeshellarg and failure to quote the providerRootDirectory parameter, allowing TAB characters to be interpreted as argument separators.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89036 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89036
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89036 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89036
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/appwrite/appwrite/commit/a82dc6e386a6ac7b88e853a1e6fdb59e0b79ddca
-
Source reference
Unverified legacy reference
URL: https://github.com/appwrite/appwrite/pull/13028
-
Source reference
Unverified legacy reference
URL: https://github.com/appwrite/appwrite/releases
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/appwrite-argument-injection-via-providerrootdirectory-parameter
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.