---
id: CVE-2025-32873
aliases:
  - GHSA-8j24-cjrq-gr2m
  - BIT-django-2025-32873
  - PYSEC-2025-37
title: Django has a denial-of-service possibility in strip_tags()
summary: Django has a denial-of-service possibility in strip_tags()
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'
vendor: django
product: django
ecosystem: pip
affected:
  - 'django >= 4.2, < 4.2.21'
  - 'django >= 5.1, < 5.1.9'
  - 'django >= 5.2, < 5.2.1'
patched:
  - django 4.2.21
  - django 5.1.9
  - django 5.2.1
published: '2025-05-08'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:57.424997922Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-8j24-cjrq-gr2m'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-32873'
  - url: >-
      https://github.com/django/django/commit/9f3419b519799d69f2aba70b9d25abe2e70d03e0
  - url: 'https://docs.djangoproject.com/en/dev/releases/security'
  - url: 'https://github.com/django/django'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2025-37.yaml
  - url: 'https://groups.google.com/g/django-announce'
  - url: 'https://www.djangoproject.com/weblog/2025/may/07/security-releases'
  - url: 'http://www.openwall.com/lists/oss-security/2025/05/07/1'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.13624
epssPercentile: 0.96342
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/Apollo-R3bot/django-vulnerability-CVE-2025-32873'
  checkedAt: '2026-09-26T09:05:33.292Z'
exploitAvailable: true
ingestedAt: '2026-09-12T03:13:01.677Z'
---

## Overview

An issue was discovered in Django 4.2 before 4.2.21, 5.1 before 5.1.9, and 5.2 before 5.2.1. The django.utils.html.strip_tags() function is vulnerable to a potential denial-of-service (slow performance) when processing inputs containing large sequences of incomplete HTML tags. The template filter striptags is also vulnerable, because it is built on top of strip_tags().

## Affected packages

- `django >= 4.2, < 4.2.21`
- `django >= 5.1, < 5.1.9`
- `django >= 5.2, < 5.2.1`

## Remediation

Upgrade to a patched release:

- `django 4.2.21`
- `django 5.1.9`
- `django 5.2.1`
