Security Advisory

CVE-2026-27203

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-02-20 23:30:46
Last updated 2026-02-25 21:29:27
Assigner GitHub_M
State PUBLISHED

Description

eBay API MCP Server is an open source local MCP server providing AI assistants with comprehensive access to eBays 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.