Skip to main content

PraisonAI CVE-2026-60091

| EUVDEUVD-2026-42896 MEDIUM
Server-Side Request Forgery (SSRF) (CWE-918)
2026-07-10 VulnCheck GHSA-3wrm-pm5v-8vq8
6.9
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
7.2 HIGH

Network vector, no auth required per CVSS 4.0 confirmation; scope changed as internal services beyond the app boundary are reachable; blind SSRF caps C/I at Low; no availability impact applies.

3.1 AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

2
Patch available
Jul 10, 2026 - 16:16 EUVD
Analysis Generated
Jul 10, 2026 - 16:01 vuln.today

DescriptionCVE.org

PraisonAI before 4.6.78 contains an unauthenticated server-side request forgery vulnerability in the Jobs API /api/v1/runs endpoint. The webhook_url parameter is validated at request time but re-resolved at connection time, allowing attackers to use DNS rebinding to reach internal services with a blind SSRF attack.

AnalysisAI

Unauthenticated blind SSRF via DNS rebinding in PraisonAI before 4.6.78 allows remote attackers to reach internal services through the Jobs API /api/v1/runs endpoint without credentials. The webhook_url parameter is validated at request intake but re-resolved at connection time, creating a TOCTOU window exploitable by an attacker who controls a malicious DNS server - flipping the resolved IP from a legitimate external address to an internal target after validation passes. No public exploit code or CISA KEV listing exists at time of analysis; the unauthenticated network vector (AV:N/PR:N) makes this a meaningful risk for any internet-exposed PraisonAI deployment, particularly in cloud environments where internal metadata APIs may be reachable.

Technical ContextAI

PraisonAI is an AI agent orchestration framework (CPE: cpe:2.3:a:mervinpraison:praisonai). Its Jobs API exposes a /api/v1/runs endpoint that accepts a webhook_url parameter for callback notifications. The root cause is CWE-918 (Server-Side Request Forgery), specifically a Time-of-Check/Time-of-Use (TOCTOU) variant: the application validates the supplied URL at request intake but independently re-resolves the hostname at the moment of connection, without re-validating the resolved IP. DNS rebinding exploits this gap - an attacker who controls a DNS server initially serves a legitimate external IP (satisfying the allow-list check), then switches the DNS record - typically via a very low TTL - to an internal RFC1918 or loopback address before PraisonAI makes its outbound HTTP call. The server then connects to the internal target on the attacker's behalf. Because the response is not surfaced back to the attacker, the SSRF is classified as blind, limiting direct data exfiltration while still permitting internal service enumeration via timing side-channels and triggering state-changing operations on internal APIs.

RemediationAI

Upgrade PraisonAI to version 4.6.78 or later, which resolves the TOCTOU re-resolution flaw per the vendor security advisory GHSA-4w49-gwv8-fpjg (https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-4w49-gwv8-fpjg). If immediate upgrade is not feasible, apply network-level egress filtering on the PraisonAI server host to block outbound connections to RFC1918 ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), loopback (127.0.0.0/8), and link-local addresses (169.254.0.0/16); note this limits blast radius but does not eliminate the TOCTOU flaw and may break legitimate internal webhook use cases. Additionally, restricting access to the /api/v1/runs endpoint via a reverse proxy or WAF to authenticated or internal-only callers eliminates the unauthenticated attack surface at the cost of breaking external webhook consumers. Both workarounds should be treated as temporary mitigations pending patch deployment.

CVE-2026-55536 CRITICAL POC
9.1 Aug 25

WebSocket origin-validation bypass in PraisonAI's Browser Server (praisonai/browser/server.py) before 4.6.58 lets an att

CVE-2026-55541 HIGH POC
8.8 Aug 25

PraisonAI's `praisonai serve` subsystem (agents and unified modes) accepts an `--api-key` CLI flag that is parsed but ne

CVE-2026-55534 HIGH POC
8.6 Aug 25

Unauthenticated remote agent invocation in PraisonAI versions 4.6.34 through 4.6.57 allows any network-reachable caller

CVE-2026-55526 HIGH POC
8.5 Aug 25

SSRF protection bypass in PraisonAI's praisonaiagents library (all versions before 1.6.58) lets low-privileged users rou

CVE-2026-55533 HIGH POC
8.2 Aug 25

Authentication fail-open in PraisonAI's Recipe HTTP server allows unauthenticated remote attackers to invoke recipe exec

CVE-2026-55528 HIGH POC
8.2 Aug 25

Authentication bypass in PraisonAI's AgentServer component exposes all routes - /publish, /events, /info, /health - to u

CVE-2026-55522 HIGH POC
7.8 Aug 05

Arbitrary Python code execution in PraisonAI's workflow include feature allows an attacker who controls a local recipe d

CVE-2026-55523 HIGH POC
7.7 Aug 05

Server-side request forgery in PraisonAI's web_crawl() function (versions 1.5.128-1.6.57) allows an attacker who can inf

CVE-2026-55532 HIGH POC
7.6 Aug 25

Cross-site request forgery against the PraisonAI MCP HTTP-stream transport allows unauthenticated remote attackers to ex

CVE-2026-44338 HIGH POC
7.3 May 08

Remote unauthenticated access to PraisonAI's legacy Flask API server allows attackers to execute configured agent workfl

CVE-2026-55527 HIGH POC
7.1 Aug 25

Path traversal in praisonaiagents prior to 1.6.58 allows a low-privileged caller to write arbitrary JSON files to any pr

CVE-2026-55535 MEDIUM POC
6.8 Aug 25

Server-Side Request Forgery in PraisonAI before version 4.6.58 allows unauthenticated remote attackers to force the appl

Share

CVE-2026-60091 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy