Vulnerability in libredwg (OSV-2026-995)
Summary
vulnerability in libredwg (OSV-2026-995). Risk of unauthorized operations or information disclosure. Mitigation: upgrade to `5c707f7c5f748b060eb0e607f045ef617ea75e16, 30f4304649433c690a62d6d0940c98a0371fda96, db9e5f65c3bb6f26152ebdd9ea83b5a85f907e04, f7e92baa1bfdf38183383b2313bf7a266749ae39, 359300104fa0c8c60e95426da2d82e170e2624e8` or later.
AI summary snake-internal / snake-material-v2
Response Actions (7 steps)
Concrete steps and command examples for SOC/SRE teams to execute in order
-
1Identify exposure identify
grep -r 'libredwg' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `libredwg` を grep し、稼働しているサービス・バージョンを把握する。
-
6Apply patch patch
Upgrade libredwg to 5c707f7c5f748b060eb0e607f045ef617ea75e16, 30f4304649433c690a62d6d0940c98a0371fda96, db9e5f65c3bb6f26152ebdd9ea83b5a85f907e04, f7e92baa1bfdf38183383b2313bf7a266749ae39, 359300104fa0c8c60e95426da2d82e170e2624e8ステージング環境で 5c707f7c5f748b060eb0e607f045ef617ea75e16, 30f4304649433c690a62d6d0940c98a0371fda96, db9e5f65c3bb6f26152ebdd9ea83b5a85f907e04, f7e92baa1bfdf38183383b2313bf7a266749ae39, 359300104fa0c8c60e95426da2d82e170e2624e8 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。