Kritische Sicherheitslücke in eBay API MCP Server - CVE-2026-27203

⚠️ CVE-Referenzen: CVE-2026-27203

Zusammenfassung

Eine Sicherheitslücke mit der Bewertung "8.3 High" wurde in der Open-Source-Komponente "eBay API MCP Server" entdeckt. Die Schwachstelle ermöglicht Umgebungsvariablen-Injektion durch die "updateEnvFile"-Funktion. Angreifer können so beliebige Konfigurationseinstellungen überschreiben, Denial-of-Service-Attacken durchführen und sogar potenzielle Fernsteuerung erlangen. Zum Zeitpunkt der Veröffentlichung gab es noch keinen Patch für dieses Problem.

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.
Quelle: app.opencve.io