CVE-2022-25768
18.09.2024, 21:15
The logic in place to facilitate the update process via the user interface lacks access control to verify if permission exists to perform the tasks. Prior to this patch being applied it might be possible for an attacker to access the Mautic version number or to execute parts of the upgrade process without permission. As upgrading in the user interface is deprecated, this functionality is no longer required.Enginsight
Vendor | Product | Version |
---|---|---|
acquia | mautic | 1.1.3 ≤ 𝑥 < 4.4.13 |
acquia | mautic | 5.0.0 ≤ 𝑥 < 5.1.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-287 - Improper AuthenticationWhen an actor claims to have a given identity, the software does not prove or insufficiently proves that the claim is correct.
- CWE-862 - Missing AuthorizationThe software does not perform an authorization check when an actor attempts to access a resource or perform an action.