← 戻る
CVE-2026-41690
high
CVSS 8.6
i18next-http-middleware の脆弱性 (CVE-2026-41690)
概要
i18next-http-middleware に 脆弱性 (CVE-2026-41690) が存在。データの不正な改ざんを許す可能性があります。`GET /locales/resources.json` 経由で攻撃可能。対策: `3.9.3` 以上に更新。
AI要約 snake-internal / snake-material-v2
i18next-http-middleware という製品で、CVE-2026-41690 という番号がついた弱点 (脆弱性) が見つかりました。
悪い人がインターネット越しに `GET /locales/resources.json` のような特定の入り口を狙うことで、製品の中を不正に操作できてしまいます。
データの不正な改ざんを許す可能性があります。重要度は CVSS スコア 8.6/10 です。
対策: i18next-http-middleware を **3.9.3** 以上に更新してください。
心配なら、システム担当者や製品の公式サイトで「i18next-http-middleware CVE-2026-41690」を検索してください。
CVE-2026-41690 (i18next-http-middleware) — CWE-1321 / CVSS v3 8.6
攻撃ベクター: ネットワーク経由 (リモート攻撃可) / 認証不要 / 被害者操作不要
脆弱箇所: GET /locales/resources.json / `lng` / `getResourcesHandler` / `setPath`
修正バージョン: `3.9.3` (即時適用推奨)
暫定回避: No workaround short of upgrading.
対応方針: 1) SBOMで影響バージョン横断確認, 2) ステージング検証→本番更新, 3) WAF/プロキシで該当エンドポイントを監視, 4) ログでIOC調査。
参考: 当ページの『参照URL』の GHSA / vendor advisory / patched release を参照。
❓ 何が問題か
i18next-http-middleware に **脆弱性** (CWE-1321) があります。攻撃者は `GET /locales/resources.json` を経由して脆弱な処理に到達し、認証なしで悪用できます。
📍 影響範囲
i18next-http-middleware のうち 。攻撃箇所: GET /locales/resources.json / `lng` / `getResourcesHandler` / `setPath`。
🔥 重要度
重要度: 重要 (CVSS 8.6/10)。データの不正な改ざんを許す可能性があります
🔧 修正方法
**3.9.3** に更新してください。
🛡️ 暫定回避
暫定回避: No workaround short of upgrading.
🔍 検知方法
Webサーバ・プロキシ・WAFのアクセスログで `GET /locales/resources.json` への異常リクエスト (不正な認証ヘッダ、SQL構文)を検索。 依存ファイル (package-lock.json/requirements.txt/go.sum) で `i18next-http-middleware` のバージョンを横断確認。
対応アクション (7段階)
SOC/SREチームが順番に実行すべき具体的なステップとコマンド例
-
1影響範囲の特定 identify
grep -r 'i18next-http-middleware' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `i18next-http-middleware` を grep し、稼働しているサービス・バージョンを把握する。
-
3ログでの侵入兆候検索 detect
grep 'GET /locales/resources.json' /var/log/nginx/access.log | grep -E '(unusual_payload|sqli_pattern)'アクセスログで `GET /locales/resources.json` への異常なリクエスト (不正な認証ヘッダ・SQLメタ文字)を過去 30〜90日分捜索。WAF/SIEM があれば該当パスのアラート発火履歴を確認。
-
5暫定回避策の適用 mitigate
No workaround short of upgrading.パッチが適用されるまでの応急処置として、No workaround short of upgrading. を実施。回避策の副作用 (機能低下) を確認した上で。
-
6パッチ適用 patch
Upgrade i18next-http-middleware to 3.9.3ステージング環境で 3.9.3 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7事後検証 verify
Replay attack against GET /locales/resources.json on staging to confirm patch closes the vectorパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
影響パッケージ
npm
i18next-http-middleware
[{"type":"SEMVER","events":[{"introduced":"0"},{"fixed":"3.9.3"}]}]
参照URL
- advisory https://nvd.nist.gov/vuln/detail/CVE-2026-41690
- package https://github.com/i18next/i18next-http-middleware
- web https://github.com/i18next/i18next-http-middleware/security/advisories/GHSA-5fgg-jcpf-8jjw
- web https://www.i18next.com/how-to/faq#how-should-the-language-codes-be-formatted
- web https://github.com/advisories/GHSA-5fgg-jcpf-8jjw