---
title: "Django 2.2.20 release notes"
version: 3.2
locale: ja
source: https://docs.djangoproject.com/ja/3.2/releases/2.2.20/
canonical: https://djangodocs.dev/ja/3.2/releases/2.2.20/
---
# Django 2.2.20 release notes

*April 6, 2021*

Django 2.2.20 fixes a security issue with severity "low" in 2.2.19.

## CVE-2021-28658: Potential directory-traversal via uploaded files

`MultiPartParser` allowed directory-traversal via uploaded files with
suitably crafted file names.

Built-in upload handlers were not affected by this vulnerability.
