Intel

AIKIDO-2026-10159

asgiref is vulnerable to Inefficient Algorithmic Complexity

Inefficient Algorithmic ComplexityCVE-2025-14550 Published Feb 11, 2026

46

Medium Risk

This Affects:

PYTHONasgiref
3.0.0 - 3.11.0
Fixed in 3.11.1
Are you affected? Scan for Free

TL;DR

Affected versions of this package allowed a potential Denial of Service (DoS) via the asgiref.wsgi.WsgiToAsgi adapter, where malicious requests containing an excessive number of duplicated HTTP headers could trigger resource exhaustion during WSGI environment construction. An attacker could exploit this by sending crafted requests with thousands of repeated header fields, causing high CPU and memory usage and degrading or crashing the service. The issue is mitigated by a more efficient algorithm and an optional duplicate_header_limit (default: 100) that rejects malformed requests exceeding the limit, unless explicitly disabled.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

asgiref is vulnerable to Inefficient Algorithmic Complexity in versions 3.0.0 - 3.11.0.

How to fix this

Upgrade the asgiref library to the patch version.