Inngestにおける複数の脆弱性
タイトル Inngestにおける複数の脆弱性
概要

Inngestは、キューイング、リトライ、ステップオーケストレーションを備えたイベント駆動およびスケジュールされたバックグラウンド関数を実行するためのプラットフォームです。バージョン3.22.0から3.53.1にかけて、認証されていないリモート攻撃者がserve() HTTPハンドラーを介してホストプロセスの環境変数を流出させる脆弱性が含まれていました。serve()ハンドラーはGET、POST、PUTメソッドを実装しています。PATCH、OPTIONS、DELETEを使用したリクエストは、診断情報を返す一般的なハンドラーにフォールスルーします。バージョン3.22.0で導入された変更により、この診断応答にprocess.envの内容が含まれるようになり、環境内の秘密情報、APIキー、資格情報が露出しました。serve()エンドポイントがPATCH、OPTIONS、DELETEリクエストで到達可能なアプリケーションは脆弱であり、これはNext.js Pages RouterやExpressのapp.use(...)のようなセットアップで一般的です。GET、POST、PUTのみをエクスポートするNext.js App Routerハンドラーや、connect workerメソッドを使用するアプリケーションには影響がありません。この問題はバージョン3.54.0で修正されています。すぐにアップグレードできない場合の回避策としては、フレームワークまたはリバースプロキシ層でserve()エンドポイントをGET、POST、PUTのみ受け付けるように制限してください。Inngestのserve()エンドポイントは他のHTTPメソッドを必要としません。

想定される影響 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアは停止しません。 そして、この脆弱性を悪用した攻撃により、他のソフトウェアにも影響が及ぶ可能性があります。 
対策

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2026年5月7日0:00
登録日 2026年5月15日10:54
最終更新日 2026年5月15日10:54
CVSS3.0 : 重要
スコア 8.6
ベクター CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
影響を受けるシステム
Inngest
Inngest 3.22.0 以上 3.54.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2026年05月15日]
  掲載
2026年5月15日10:54

NVD脆弱性情報
CVE-2026-42047
概要

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 been fixed in version 3.54.0. To work around this issue if upgrading is not immediately possible, restrict the serve() endpoint at the framework or reverse-proxy layer to accept only GET, POST, and PUT. The Inngest serve() endpoint does not require any other HTTP methods.

公表日 2026年5月8日6:16
登録日 2026年5月9日4:11
最終更新日 2026年5月13日23:06
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:inngest:inngest:*:*:*:*:*:node.js:*:* 3.22.0 3.54.0
関連情報、対策とツール
共通脆弱性一覧