Skip to main content

PraisonAI AgentMail CVE-2026-61428

| EUVDEUVD-2026-43177 MEDIUM
Authentication Bypass by Spoofing (CWE-290)
2026-07-11 VulnCheck GHSA-4mp6-8448-9vgv
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:L/SC:N/SI:N/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.3 HIGH

Network-reachable, unauthenticated POST with no complexity; limited C/I/A impact as no code execution or full data access is achieved.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/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 11, 2026 - 15:01 EUVD
Analysis Generated
Jul 11, 2026 - 14:12 vuln.today

DescriptionCVE.org

PraisonAI AgentMail versions before 4.6.78 lack signature verification in webhook mode, allowing unauthenticated attackers to inject messages with spoofed sender addresses. Attackers can POST crafted message.received events to the webhook endpoint to inject arbitrary content into the agent and trigger replies to attacker-controlled addresses, bypassing sender allow/block lists.

AnalysisAI

Webhook signature verification is absent in PraisonAI AgentMail before version 4.6.78, permitting any unauthenticated network attacker to POST crafted message.received events directly to the webhook endpoint with spoofed sender identities. This bypasses configured sender allow/block lists, injecting arbitrary content into the AI agent's processing pipeline and causing the agent to dispatch replies to attacker-controlled addresses. No public exploit code has been identified at time of analysis, and this vulnerability is not listed in the CISA KEV catalog, though the low-complexity, unauthenticated attack vector makes exploitation straightforward for any attacker with network access to the webhook endpoint.

Technical ContextAI

PraisonAI is an open-source multi-agent AI framework (CPE: cpe:2.3:a:mervinpraison:praisonai:*:*:*:*:*:*:*:*); AgentMail is its email-processing component that operates in webhook mode, receiving inbound email events from a mail provider via HTTP POST callbacks. Standard webhook security practice requires the receiving service to validate an HMAC cryptographic signature included in the request header - a secret shared between the mail provider and the receiving application - to confirm the event originated from a legitimate source. CWE-290 (Authentication Bypass by Spoofing) precisely describes the root cause: the absence of this signature check means any party who can reach the webhook URL can impersonate the mail provider, constructing a message.received payload with a fabricated sender address. Because the agent trusts injected sender metadata, configured allow/block list controls are rendered ineffective, and the agent's response logic - including outbound reply generation - operates on adversary-supplied content.

RemediationAI

Upgrade PraisonAI AgentMail to version 4.6.78 or later, which is confirmed as the fixed release per the vendor's GitHub Security Advisory GHSA-qj9c-59p6-8cgx at https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-qj9c-59p6-8cgx. For deployments that cannot upgrade immediately, restrict network-level access to the webhook endpoint using firewall rules or API gateway IP allowlisting to permit connections only from the legitimate mail provider's published IP ranges - this directly removes unauthenticated public access and significantly reduces exposure, though it adds operational overhead when provider IP ranges change. As a secondary compensating control, disable webhook mode and switch to authenticated polling mode if the mail provider supports it; this eliminates the vulnerable code path entirely at the cost of near-real-time event delivery. Generic 'defense-in-depth' controls such as WAFs are insufficient substitutes because the malicious payload is a structurally valid HTTP POST.

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-61428 vulnerability details – vuln.today

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