HOMEVULNERABILITIESCVE-2026-40115
MEDIUMPOC

CVE-2026-40115

CWE-770Published: April 9, 2026· Updated: Apr 13, 2026

6.2
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:5.4th

Official 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.

NVD Source

Technical Analysis

CVE-2026-40115 requires local access, meaning attackers must already have a foothold on the target system.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

A successful exploit results in availability disruption (denial of service), with a CVSS base score of 6.2.

A proof-of-concept (PoC) exploit exists for CVE-2026-40115. While not yet confirmed in active campaigns, the availability of PoC code increases exploitation risk substantially.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Exploit & PoC Resources

POC AVAILABLEProof-of-concept code exists
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2026-40115
CVSS Score6.2 / 10
SeverityMEDIUM
WeaknessCWE-770
CISA KEVNo
ExploitPOC
EPSS (30d)0.02%
PublishedApr 9, 2026

Related CVEs (CWE-770)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-40115 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.