{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "cpe": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
            "extracted_events": [
              {
                "introduced": "5.2"
              },
              {
                "fixed": "5.2.14"
              },
              {
                "introduced": "6.0"
              },
              {
                "fixed": "6.0.5"
              }
            ],
            "source": "CPE_RANGE"
          },
          "events": [
            {
              "introduced": "9e7cc2b628fe8fd3895986af9b7fc9525034c1b0"
            },
            {
              "fixed": "024c26b1e77ea5b1b158265167ade47927a64c06"
            },
            {
              "introduced": "36b5f39d9372147f0e758f590e35ee2b2bc317dd"
            },
            {
              "fixed": "8f8ad09659d728423a00e0a3b5f16da5c3a38e24"
            }
          ],
          "repo": "https://github.com/django/django",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "DSF",
    "cwe_ids": [
      "CWE-130"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/5xxx/CVE-2026-5766.json"
  },
  "details": "An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14.\nASGI requests with a missing or understated `Content-Length` header can bypass the `FILE_UPLOAD_MAX_MEMORY_SIZE` limit, potentially loading large files into memory and causing service degradation.\r\n \r\nAs a reminder, Django expects a limit to be configured at the web server level rather than solely relying on `FILE_UPLOAD_MAX_MEMORY_SIZE`.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Kyle Agronick for reporting this issue.",
  "id": "CVE-2026-5766",
  "modified": "2026-07-15T01:48:58.504412068Z",
  "published": "2026-05-05T14:49:19.715Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/django/django/"
    },
    {
      "type": "ADVISORY",
      "url": "https://docs.djangoproject.com/en/dev/releases/security/"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/5xxx/CVE-2026-5766.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5766"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.djangoproject.com/weblog/2026/may/05/security-releases/"
    },
    {
      "type": "PACKAGE",
      "url": "https://pypi.org/project/Django/"
    },
    {
      "type": "ARTICLE",
      "url": "https://groups.google.com/g/django-announce"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Potential denial-of-service vulnerability in ASGI requests via file upload limit bypass"
}