CVE-2022-45830
Published: 02 January 2025
Summary
CVE-2022-45830 is a medium-severity Missing Authorization (CWE-862) vulnerability in Analytify Analytify - Google Analytics Dashboard. Its CVSS base score is 6.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 39.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-14 (Permitted Actions Without Identification or Authentication).
Deeper analysis
CVE-2022-45830 is a Missing Authorization vulnerability (CWE-862) in the Analytify WordPress plugin. This issue affects Analytify versions from n/a through 4.2.3 and carries a CVSS v3.1 base score of 6.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L), indicating medium severity with network accessibility, low attack complexity, and no privileges or user interaction required.
Unauthenticated attackers can exploit this vulnerability remotely. Successful exploitation results in low impacts to integrity and availability, with no confidentiality impact, as reflected in the CVSS vector.
The Patchstack advisory at https://patchstack.com/database/wordpress/plugin/wp-analytify/vulnerability/wordpress-analytify-google-analytics-dashboard-plugin-4-2-3-privilege-escalation?_s_id=cve provides details on this privilege escalation vulnerability in the WordPress Analytify Google Analytics Dashboard plugin version 4.2.3.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-48684
Vulnerability details
Missing Authorization vulnerability in Analytify.This issue affects Analytify: from n/a through 4.2.3.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authorization in public-facing WordPress plugin directly enables remote exploitation of the application (T1190) and leads to unauthorized privilege escalation (T1068).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces approved authorizations for logical access to system resources, directly addressing the missing authorization vulnerability in the Analytify plugin.
Employs least privilege to restrict unauthorized users to only necessary access, mitigating the privilege escalation impact of the vulnerability.
Identifies and documents permitted actions without identification or authentication, limiting exposure to unauthenticated exploitation in the plugin.