The ebay_set_user_tokens tool allows updating the .env file with new tokens. The updateEnvFile function in src/auth/oauth.ts blindly appends or replaces values without validating them for newlines or quotes. This allows an attacker to inject arbitrary environment variables into the configuration file.
An attacker can inject arbitrary environment variables into the .env file. This could lead to:
- Configuration Overwrites: Attackers can overwrite critical settings like EBAY_REDIRECT_URI to hijack OAuth flows.
- Denial of Service: Injecting invalid configuration can prevent the server from starting.
- Potential RCE: In some environments, controlling environment variables (like NODE_OPTIONS) can lead to Remote Code Execution.
Found with MCPwner 🕶
{
"nvd_published_at": "2026-02-21T00:16:17Z",
"github_reviewed_at": "2026-02-19T20:27:11Z",
"github_reviewed": true,
"cwe_ids": [
"CWE-15",
"CWE-74"
],
"severity": "HIGH"
}