CVE-2025-53943
BaseFortify
Publication date: 2025-07-16
Last updated on: 2025-07-17
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| voidbot | voidbot_open-source | 0.8.1 |
| voidbot | voidbot_open-source | 0.0.1 |
| voidbot | voidbot_open-source | 1.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
VoidBot Open-Source versions 0.0.1 through 0.8.1 have a vulnerability in the command handler where permission checks are not properly enforced for certain administrative commands. This means that users without the required roles or privileges can execute sensitive commands like ban, kick, or shutdown, which should normally be restricted.
How can this vulnerability impact me? :
This vulnerability can allow unauthorized users to perform administrative actions such as banning or kicking members or shutting down the server, potentially disrupting server operations and causing loss of control over the Discord server.
What immediate steps should I take to mitigate this vulnerability?
Upgrade VoidBot Open-Source to version 1.0.0 or later, as this version fixes the permission check vulnerability in the command handler. Until the upgrade can be applied, restrict access to administrative commands by limiting user roles and privileges to trusted users only.