CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-27203

High
Published: Translated: NVD NIST

Summary

Serwer API MCP eBay to otwartoźródłowy lokalny serwer MCP, który zapewnia asystentom AI pełny dostęp do API sprzedaży eBay. Wszystkie wersje są podatne na wstrzykiwanie zmiennych środowiskowych poprzez funkcję updateEnvFile, co pozwala atakującemu na wstrzyknięcie dowolnych zmiennych do pliku konfiguracyjnego.

Risk Assessment

Atakujący może wstrzyknąć dowolne zmienne środowiskowe do pliku .env, co może prowadzić do nadpisania konfiguracji, odmowy usługi oraz potencjalnego zdalnego wykonania kodu. Brak poprawek w momencie publikacji zwiększa ryzyko dla organizacji.

Recommendation

Zaleca się ograniczenie dostępu do narzędzia ebay_set_user_tokens oraz wprowadzenie walidacji wartości w funkcji updateEnvFile, aby zapobiec wstrzykiwaniu zmiennych środowiskowych.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS