nautobot に 情報漏洩 (CVE-2024-29199)
概要
nautobot に 脆弱性 (CVE-2024-29199) が存在。不正な操作・情報露出のリスクがあります。``EXEMPT_VIEW_PERMISSIONS`` 経由で攻撃可能。対策: `2.1.9` 以上に更新。
AI要約 snake-internal / snake-material-v2
対応アクション (7段階)
SOC/SREチームが順番に実行すべき具体的なステップとコマンド例
-
1影響範囲の特定 identify
grep -r 'nautobot' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `nautobot` を grep し、稼働しているサービス・バージョンを把握する。
-
5暫定回避策の適用 mitigate
Partial workaround: If your configuration includes a non-default value for `EXEMPT_VIEW_PERMISSIONS` (the Nautobot default is an empty list), reverting it to default will prevent exposure of Nautobot information to unauthenticated users via the endpoパッチが適用されるまでの応急処置として、Partial workaround: If your configuration includes a non-default value for `EXEMPT_VIEW_PERMISSIONS` (the Nautobot default is an empty list), reverting it to default will prevent exposure of Nautobot information to unauthenticated users via the endpo を実施。回避策の副作用 (機能低下) を確認した上で。
-
6パッチ適用 patch
Upgrade nautobot to 2.1.9ステージング環境で 2.1.9 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7事後検証 verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
影響パッケージ
参照URL
- advisory https://nvd.nist.gov/vuln/detail/CVE-2024-29199
- advisory https://github.com/advisories/GHSA-m732-wvh2-7cq4
- package https://github.com/nautobot/nautobot
- package https://pypi.org/project/nautobot
- web https://github.com/nautobot/nautobot/security/advisories/GHSA-m732-wvh2-7cq4
- web https://github.com/nautobot/nautobot/pull/5464
- web https://github.com/nautobot/nautobot/pull/5465
- web https://github.com/nautobot/nautobot/commit/2fd95c365f8477b26e06d60b999ddd36882d5750
- web https://github.com/nautobot/nautobot/commit/dd623e6c3307f48b6357fcc91925bcad5192abfb
- web https://github.com/nautobot/nautobot/releases/tag/v1.6.16
- web https://github.com/nautobot/nautobot/releases/tag/v2.1.9