Description
PraisonAI is a multi-agent teams system. Prior to 4.5.128, the WSGI-based recipe registry server (server.py) reads the entire HTTP request body into memory based on the client-supplied Content-Length header with no upper bound. Combined with authentication being disabled by default (no token configured), any local process can send arbitrarily large POST requests to exhaust server memory and cause a denial of service. The Starlette-based server (serve.py) has RequestSizeLimitMiddleware with a 10MB limit, but the WSGI server lacks any equivalent protection. This vulnerability is fixed in 4.5.128.
INFO
Published Date :
2026-04-09T21:19:28.558Z
Last Modified :
2026-04-09T21:19:28.558Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-40115 vulnerability.
| Vendors | Products |
|---|---|
| Mervinpraison |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-40115.