Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-56835
Published:July 20, 2026
Updated:August 27, 2026
PraisonAI's Slack bot applies its configured "allowed_users", "allowed_channels", and unknown-user pairing policy in the normal Slack "message" event handler, but not in the adjacent Slack "app_mention" event handler. A Slack workspace user who can mention the bot in a channel where the Slack app is present can trigger the configured PraisonAI agent even when: - the sender is not in "BotConfig.allowed_users"; - the channel is not in "BotConfig.allowed_channels"; - "unknown_user_policy="deny"" is configured; and - the same event content is correctly dropped by the normal "message" handler. This is a sibling-handler guard-coverage issue. Slack documents "app_mention" as a distinct event type rather than a "message.*" event, so deployments subscribed to app mentions can route unauthorized sender input around the guarded message path.
Affected Packages
https://github.com/MervinPraison/PraisonAI.git (GITHUB):
Affected version(s) >=v3.11.0 <v4.6.59
Fix Suggestion:
Update to version v4.6.59
praisonai (PYTHON):
Affected version(s) >=3.11.0 <4.6.59
Fix Suggestion:
Update to version 4.6.59
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
LOW
Weakness Type (CWE)
Missing Authorization
Incorrect Authorization