Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-42047

Опубликовано: 07 мая 2026
Источник: nvd
CVSS3: 8.6
EPSS Низкий

Описание

Inngest is a platform for running event-driven and scheduled background functions with queueing, retries, and step orchestration. Versions 3.22.0 through 3.53.1 contain a vulnerability that allows unauthenticated remote attackers to exfiltrate environment variables from the host process via the serve() HTTP handler. The serve() handler implements GET, POST, and PUT methods. Requests using PATCH, OPTIONS, or DELETE fall through to a generic handler that returns diagnostic information. A change introduced in v3.22.0 caused this diagnostic response to include the contents of process.env, exposing any secrets, API keys, or credentials present in the environment. An application is vulnerable if its serve() endpoint is reachable via PATCH, OPTIONS, or DELETE requests, which is common in setups like Next.js Pages Router or Express's app.use(...). Not affected are Next.js App Router handlers that export only GET, POST, and PUT, and applications using the connect worker method. This issue has b

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:inngest:inngest:*:*:*:*:*:node.js:*:*
Версия от 3.22.0 (включая) до 3.54.0 (исключая)

EPSS

Процентиль: 31%
0.00383
Низкий

8.6 High

CVSS3

Дефекты

CWE-200

Связанные уязвимости

CVSS3: 8.6
github
3 месяца назад

Inngest TypeScript SDK exposes environment variables via serve() handler on unhandled HTTP methods

EPSS

Процентиль: 31%
0.00383
Низкий

8.6 High

CVSS3

Дефекты

CWE-200