---
id: CVE-2026-1285
aliases:
  - GHSA-4rrr-2h4v-f3j9
  - BIT-django-2026-1285
  - PYSEC-2026-45
title: Django has Inefficient Algorithmic Complexity
summary: Django has Inefficient Algorithmic Complexity
severity: low
vendor: django
product: django
ecosystem: pip
affected:
  - 'django >= 6.0a1, < 6.0.2'
  - 'django >= 5.2a1, < 5.2.11'
  - 'django >= 4.2a1, < 4.2.28'
patched:
  - django 6.0.2
  - django 5.2.11
  - django 4.2.28
published: '2026-02-03'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:34.146044375Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-4rrr-2h4v-f3j9'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-1285'
  - url: >-
      https://github.com/django/django/commit/a33540b3e20b5d759aa8b2e4b9ca0e8edd285344
  - 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-2026-45.yaml
  - url: 'https://groups.google.com/g/django-announce'
  - url: 'https://www.djangoproject.com/weblog/2026/feb/03/security-releases'
tags:
  - osv
  - pip
epss: 0.01055
epssPercentile: 0.62979
ingestedAt: '2026-09-12T03:13:01.655Z'
---

## Overview

An issue was discovered in 6.0 before 6.0.2, 5.2 before 5.2.11, and 4.2 before 4.2.28.

`django.utils.text.Truncator.chars()` and `Truncator.words()` methods (with `html=True`) and the `truncatechars_html` and `truncatewords_html` template filters allow a remote attacker to cause a potential denial-of-service via crafted inputs containing a large number of unmatched HTML end tags. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.

Django would like to thank Seokchan Yoon for reporting this issue.

## Affected packages

- `django >= 6.0a1, < 6.0.2`
- `django >= 5.2a1, < 5.2.11`
- `django >= 4.2a1, < 4.2.28`

## Remediation

Upgrade to a patched release:

- `django 6.0.2`
- `django 5.2.11`
- `django 4.2.28`
