← Vulnerability feed

Vulnerability record · CVE-2022-23833 · published 3 February 2022

CVE-2022-23833: Django MultiPartParser infinite loop on crafted multipart input

Djangoproject · Django

Django's MultiPartParser can enter an infinite loop when parsing certain crafted multipart form inputs, affecting Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Because the parser is reachable through normal file upload handling, an unauthenticated request can tie up a worker process and degrade or deny service.

7.5 CVSS 3.1 High EPSS 50% · top 1.1% CWE-835 · CWE-835
7.5CVSS 3.1 base score, v2 5.0
50%EPSS exploitation probability, 30 days
NoNot in CISA KEV
3Affected product versions listed by NVD
18References
17 Jun 2026Last modified by NVD

Description

An issue was discovered in MultiPartParser in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Passing certain inputs to multipart forms could result in an infinite loop when parsing files.

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 20 September 2026. Confidence: high.

high priorityUnauthenticated network-reachable denial of service with a high EPSS score, though no KEV listing or confirmed in-the-wild exploitation is documented.

What it is

Django's MultiPartParser can enter an infinite loop when parsing certain crafted multipart form inputs, affecting Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Because the parser is reachable through normal file upload handling, an unauthenticated request can tie up a worker process and degrade or deny service.

Impact

An attacker can consume server worker or thread resources indefinitely, causing request timeouts and denial of service for legitimate users. There is no confidentiality or integrity impact; the CVSS vector shows availability only.

Attack surface

Reached over the network by submitting a crafted multipart/form-data request to any endpoint that parses uploads. The CVSS vector indicates no privileges and no user interaction are required.

Exploitation

Not listed in CISA KEV and no ransomware association is documented, but EPSS is high at roughly 0.495 (98.8th percentile), suggesting meaningful likelihood of attempted exploitation. The record does not state that a public exploit exists.

What to do

  • Upgrade Django to 2.2.27, 3.2.12, 4.0.2 or later, or apply the referenced upstream commits.
  • Update distribution packages (Debian DSA-5254, Fedora advisory) or vendor builds such as NetApp products that bundle Django.
  • Enforce request body size and upload time limits at the reverse proxy or application server to bound parser work.
  • Run upload-handling workers with timeouts and process recycling so a stuck parse cannot exhaust the pool.

Detection

  • Monitor for worker processes or requests stuck in multipart parsing with abnormally long durations.
  • Alert on spikes in request timeouts, 5xx responses, or worker pool saturation correlated with multipart/form-data uploads.
  • Log and review repeated large or malformed multipart uploads from single sources.

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

Affected products

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

References

Track CVE-2022-23833 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-2024-4577PHP-CGI on Windows argument injection leads to remote code executionPHP-CGI on Windows can misinterpret characters in the command line passed to Win32 API functions when certain code pages are configured, due to Windo…KEVEPSS 100%analysed

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