Insufficient checks in the UDF subsystem in Firebird 2.5.x before 2.5.7 and 3.0.x before 3.0.2 allow remote authenticated users to execute code by using a system entrypoint from fbudf.so.
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 |
---|---|---|---|
Firebird | Firebirdsql | 2.5.1 (including) | 2.5.1 (including) |
Firebird | Firebirdsql | 2.5.2 (including) | 2.5.2 (including) |
Firebird | Firebirdsql | 2.5.3 (including) | 2.5.3 (including) |
Firebird | Firebirdsql | 2.5.4 (including) | 2.5.4 (including) |
Firebird | Firebirdsql | 2.5.5 (including) | 2.5.5 (including) |
Firebird | Firebirdsql | 2.5.6 (including) | 2.5.6 (including) |
Firebird2.5 | Ubuntu | esm-apps/xenial | * |
Firebird2.5 | Ubuntu | precise | * |
Firebird2.5 | Ubuntu | trusty | * |
Firebird2.5 | Ubuntu | xenial | * |
Firebird2.5 | Ubuntu | yakkety | * |
Firebird3.0 | Ubuntu | artful | * |
Firebird3.0 | Ubuntu | upstream | * |
Firebird3.0 | Ubuntu | zesty | * |
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.