CVE-2026-27203

eBay API MCP Server is an open source local MCP server providing AI assistants with comprehensive access to eBay's Sell APIs. All versions are vulnerable to Environment Variable Injection through the updateEnvFile function. 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, Denial of Service, and potential RCE. There was no fix for this issue at the time of publication.
Configurations

No configuration.

History

21 Feb 2026, 00:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-21 00:16

Updated : 2026-02-23 18:13


NVD link : CVE-2026-27203

Mitre link : CVE-2026-27203

CVE.ORG link : CVE-2026-27203


JSON object : View

Products Affected

No product.

CWE
CWE-15

External Control of System or Configuration Setting

CWE-74

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')