← Vulnerability feed

Vulnerability record · CVE-2023-24580 · published 15 February 2023

CVE-2023-24580: Django multipart parser resource exhaustion denial of service

Djangoproject · Django

Django's Multipart Request Parser mishandles certain inputs, such as an excessive number of parts, allowing uncontrolled resource consumption. Affected versions are Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. The flaw matters because a remote unauthenticated request can exhaust file descriptors or memory and degrade or take down the service.

7.5 CVSS 3.1 High EPSS 63% · top 0.8% CWE-400 · Uncontrolled resource consumption
7.5CVSS 3.1 base score
63%EPSS exploitation probability, 30 days
NoNot in CISA KEV
2Affected product versions listed by NVD
22References
17 Jun 2026Last modified by NVD

Description

An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityRemote unauthenticated availability impact with a CVSS of 7.5 and very high EPSS probability, though no KEV listing or known exploitation is recorded.

What it is

Django's Multipart Request Parser mishandles certain inputs, such as an excessive number of parts, allowing uncontrolled resource consumption. Affected versions are Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. The flaw matters because a remote unauthenticated request can exhaust file descriptors or memory and degrade or take down the service.

Impact

An attacker can cause too many open files or memory exhaustion, resulting in a denial of service against the Django application. No data confidentiality or integrity impact is described; the effect is availability loss.

Attack surface

Reached over the network by sending crafted multipart form requests to an endpoint that parses multipart data. The CVSS vector shows no privileges and no user interaction required.

Exploitation

Not listed in CISA KEV and no ransomware use documented, but EPSS is high at roughly 0.63 probability (99th percentile), and references include vendor patch and advisory material rather than public exploit tags.

What to do

  • Upgrade Django to 3.2.18, 4.0.10, 4.1.7 or later as applicable.
  • Apply the distribution vendor updates for Django packages on Debian, Fedora and other affected platforms.
  • Enforce request body size and multipart part count limits at the reverse proxy or web server.
  • Raise file descriptor and memory limits only as a stopgap, and monitor for exhaustion under load.

Detection

  • Alert on spikes in open file descriptors or memory usage in Django worker processes.
  • Monitor for requests with unusually high multipart part counts or oversized multipart bodies.
  • Watch for repeated 500 errors or worker restarts on endpoints that accept file uploads.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

2 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://www.openwall.com/lists/oss-security/2023/02/14/1 Mailing ListRelease NotesThird Party Advisory
https://docs.djangoproject.com/en/4.1/releases/security/ PatchVendor Advisory
https://groups.google.com/forum/#%21forum/django-announce
https://lists.debian.org/debian-lts-announce/2023/02/msg00023.html Mailing ListThird Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKYVMMR7RPM6AHJ2SBVM2LO
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HWY6DQWRVBALV73BPUVBXC3
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LTZVAKU5ALQWOKFTPISE257
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VZS4G6NSZWPTVXMMZHJOJVQ
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YJB6FUBBLVKKG655UMTLQNN
https://security.netapp.com/advisory/ntap-20230316-0006/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/ PatchRelease NotesVendor Advisory
http://www.openwall.com/lists/oss-security/2023/02/14/1 Mailing ListRelease NotesThird Party Advisory
https://docs.djangoproject.com/en/4.1/releases/security/ PatchVendor Advisory
https://groups.google.com/forum/#%21forum/django-announce
https://lists.debian.org/debian-lts-announce/2023/02/msg00023.html Mailing ListThird Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKYVMMR7RPM6AHJ2SBVM2LO
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HWY6DQWRVBALV73BPUVBXC3
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LTZVAKU5ALQWOKFTPISE257
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VZS4G6NSZWPTVXMMZHJOJVQ
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YJB6FUBBLVKKG655UMTLQNN
https://security.netapp.com/advisory/ntap-20230316-0006/
https://www.djangoproject.com/weblog/2023/feb/14/security-releases/ PatchRelease NotesVendor Advisory

Track CVE-2023-24580 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2023-46604Apache ActiveMQ OpenWire deserialization remote code executionThe Java OpenWire protocol marshaller in Apache ActiveMQ deserializes untrusted data, letting an attacker manipulate serialized class types so the br…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2023-24580), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.