The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade Red-DiscordBot
to version 3.5.10 or higher.
Red-DiscordBot is an A highly customisable Discord bot
Affected versions of this package are vulnerable to Incorrect Authorization through the commands API. An attacker can bypass authorization checks by exploiting the lack of additional permission controls in third-party cogs that use the @commands.can_manage_channel()
permission check.
Note
The following command permission checks are unaffected:
@commands.mod_or_can_manage_channel()
@commands.admin_or_can_manage_channel()
@commands.guildowner_or_can_manage_channel()
This vulnerability can be mitigated by unloading any cog using the @commands.can_manage_channel()
command permission check until an upgrade to a patched version can be performed.