Cyber Resilience

CVE-2026-44338

HighPublic PoC

Published: 08 May 2026

Published
08 May 2026
Modified
08 May 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0003 9.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-44338 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Praison Praisonai. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 9.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

PraisonAI is a multi-agent teams system. From version 2.5.6 to before version 4.6.34, PraisonAI ships a legacy Flask API server with authentication disabled by default. When that server is used, any caller that can reach it can access /agents and…

more

trigger the configured agents.yaml workflow through /chat without providing a token. This issue has been patched in version 4.6.34.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Missing authentication on public-facing Flask API directly enables remote exploitation of the exposed /agents and /chat endpoints to trigger workflows.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-34952Same product: Praison Praisonai
CVE-2026-39889Same product: Praison Praisonai
CVE-2026-34934Same product: Praison Praisonai
CVE-2026-39890Same product: Praison Praisonai
CVE-2026-40315Same product: Praison Praisonai
CVE-2026-39308Same product: Praison Praisonai
CVE-2026-44334Same product: Praison Praisonai
CVE-2026-39891Same product: Praison Praisonai
CVE-2026-34953Same product: Praison Praisonai
CVE-2026-39888Same product: Praison Praisonai

Affected Assets

praison
praisonai
2.5.6 — 4.6.34

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-306 CWE-1188

Disabling non-essential functions and services eliminates the need to secure them, reducing exposure from missing authentication on unnecessary components.

addresses: CWE-1188 CWE-306

Tailoring replaces or augments insecure default initializations with system-specific values and compensating controls before deployment.

addresses: CWE-306 CWE-668

Knowing every system allows confirmation that critical functions are not left without required authentication mechanisms.

addresses: CWE-306 CWE-1188

Tools routinely check for missing authentication on critical functions and exposed interfaces.

addresses: CWE-306 CWE-1188

Training emphasizes enabling and properly using authentication for critical functions, reducing missing authentication exposures.

addresses: CWE-306 CWE-1188

Secure configuration documentation explicitly addresses enabling authentication for critical functions, reducing missing authentication exposures.

addresses: CWE-306 CWE-668

Requires authentication gates on critical functions that must remain unavailable to anonymous public users.

addresses: CWE-306 CWE-668

Public components are isolated in separate subnetworks and critical internal functions are reachable only via controlled interfaces.

References