In the Channelmgnt plug-in for Sopel (a Python IRC bot) before version 1.0.3, malicious users are able to op/voice and take over a channel. This is an ACL bypass vulnerability. This plugin is bundled with MirahezeBot-Plugins with versions from 9.0.0 and less than 9.0.2 affected. Version 9.0.2 includes 1.0.3 of channelmgnt, and thus is safe from this vulnerability. See referenced GHSA-23pc-4339-95vg.
The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Channelmgnt | Mirahezebots | * | 1.0.3 (excluding) |
Sopel | Ubuntu | bionic | * |
Sopel | Ubuntu | groovy | * |
Sopel | Ubuntu | hirsute | * |
Sopel | Ubuntu | impish | * |
Sopel | Ubuntu | kinetic | * |
Sopel | Ubuntu | lunar | * |
Sopel | Ubuntu | mantic | * |
Sopel | Ubuntu | trusty | * |
Sopel | Ubuntu | xenial | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are not applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.