CVE-2026-57122 PUBLISHED

PraisonAI: Webhook signature verification skipped (fail-open) when secret unset, allowing forged inbound webhooks (WhatsApp & Linear bots)

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 14.09.2026 Updated: 14.09.2026

PraisonAI is a multi-agent teams system. Prior to 4.6.59, the WhatsApp and Linear bot webhook handlers verify HMAC signatures only when WHATSAPP_APP_SECRET or LINEAR_WEBHOOK_SECRET is configured and otherwise parse and dispatch unsigned request bodies. A remote unauthenticated client that reaches the webhook route can forge messages, comments, or agent-session events, impersonate platform users, influence agent prompts and actions, and disrupt bot processing. This issue is fixed in 4.6.59.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
CVSS Score: 8.6

Product Status

Vendor MervinPraison
Product PraisonAI
Versions
  • Version < 4.6.59 is affected

References

Problem Types

  • CWE-345: Insufficient Verification of Data Authenticity CWE
  • CWE-347: Improper Verification of Cryptographic Signature CWE