Strategic Overview
- Status
- Patched in 6.10.2
- Affected Theme
- Jupiter
- Affected Version
<= 6.10.1- CVSS
- 6.5Medium
- Weakness type
- CWE-284 · Improper Access Control
- CVE
CVE-2022-1658
At a glance
CVE-2022-1658 is a medium-severity Improper Access Control vulnerability in the Jupiter WordPress theme, affecting versions <= 6.10.1. It carries a CVSS score of 6.5 (reachable over the network; low attack complexity; high integrity impact). Exploitation requires an authenticated account. The issue is fixed in version 6.10.2; sites on affected versions should update now. Disclosed May 2022, reported by Ram.
Vulnerability Overview
Vulnerable versions of the Jupiter Theme allow arbitrary plugin deletion by any authenticated user, including users with the subscriber role, via the abb_remove_plugin AJAX action registered in the framework/admin/control-panel/logic/plugin-management.php file. Using this functionality, any logged-in user can delete any installed plugin on the site.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on integrity.
CWE-284: Improper Access Control
Reaching this weakness in Jupiter <= 6.10.1 takes any authenticated account. Improper access control means the code decides what a caller may do using something other than their actual permissions, so the decision can be wrong without any check appearing to be missing.
Whoever can shape the request decides the answer, so the protected action runs for callers the code never meant to allow. For Jupiter the fix is 6.10.2: builds <= 6.10.1 are affected, anything from 6.10.2 onward is not.
Remediation
Update to version 6.10.2, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Jupiter 6.10.2 closes this, and updating the theme is the step that ends it.
- Login Security
- Alerts
External References
Related records
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C