---
title: "Django 5.0.13 リリースノート"
version: 5.2
locale: ja
source: https://docs.djangoproject.com/ja/5.2/releases/5.0.13/
canonical: https://djangodocs.dev/ja/5.2/releases/5.0.13/
---
# Django 5.0.13 リリースノート

*2025年3月6日*

Django 5.0.13 では 5.0.12 における深刻度 "moderate" のセキュリティの問題を修正しました。

## CVE-2025-26699: `django.utils.text.wrap()` における潜在的な DoS 攻撃の脆弱性

The `wrap()` and [`wordwrap`](/ja/5.2/ref/templates/builtins/#std-templatefilter-wordwrap) template filter were subject to a
potential denial-of-service attack when used with very long strings.
