Django's DATA_UPLOAD_MAX_MEMORY_SIZE setting is designed to limit how much request-body data is loaded into memory. While investigating request parsing behavior in Django REST Framework (DRF), I found that this protection was not consistently enforced when applications accessed request data thro...
Source: [Dev.to](https://dev.to/zain_nadeem_dev/cve-2026-73228-request-parsing-size-limit-bypass-in-django-rest-framework-1ll)