Vulnerability in django (CVE-2013-4249)
Summary
vulnerability in django (CVE-2013-4249). Risk of unauthorized operations or information disclosure. Mitigation: upgrade to `90363e388c61874add3f3557ee654a996ec75d78, cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560, 1.5.2` 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 'django' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `django` を grep し、稼働しているサービス・バージョンを把握する。
-
6Apply patch patch
Upgrade django to 90363e388c61874add3f3557ee654a996ec75d78, cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560, 1.5.2ステージング環境で 90363e388c61874add3f3557ee654a996ec75d78, cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560, 1.5.2 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Affected packages
References
- advisory http://secunia.com/advisories/54476
- advisory https://github.com/advisories/GHSA-4894-5vqc-6r2r
- patch https://github.com/django/django/commit/90363e388c61874add3f3557ee654a996ec75d78
- patch https://github.com/django/django/commit/cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560
- web http://www.securitytracker.com/id/1028915
- web http://seclists.org/oss-sec/2013/q3/369
- web https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued
- web http://seclists.org/oss-sec/2013/q3/411
- web https://exchange.xforce.ibmcloud.com/vulnerabilities/86438