Qubely <= 1.7.8 - Missing Authorization
Strategic Overview
- Status
- Patched in 1.7.9
- Affected Plugin
- Qubely – Advanced Gutenberg Blocks
- Affected Version
<= 1.7.8- CVSS
- 5.4Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE pending
At a glance
This record tracks a medium-severity Missing Authorization vulnerability in the Qubely WordPress plugin, affecting versions <= 1.7.8. It carries a CVSS score of 5.4 (reachable over the network; low attack complexity). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 1.7.9; sites on affected versions should update now. Disclosed June 2022, reported by Jan w Oleju.
Vulnerability Overview
The Qubely plugin for WordPress contains a missing authorization weakness that makes it possible for subscriber-level users to update the plugin's settings in versions up to, and including 1.7.8. This is due to missing capability checks on the ajax_update_qubely_options() function called via the wp_ajax_update_qubely_options AJAX action that makes it callable via any authenticated user.
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.
CWE-862: Missing Authorization
Qubely <= 1.7.8 carries this weakness at ajax_update_qubely_options(), and reaching it takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Qubely the fix is 1.7.9: builds <= 1.7.8 are affected, anything from 1.7.9 onward is not.
Remediation
Update to version 1.7.9, 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: Qubely 1.7.9 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Qubely – Advanced Gutenberg Blocks
- 6.5CVE-2024-9601: Qubely – Advanced Gutenberg Blocks <= 1.8.12 Stored XSS
CVE-2024-9601 - 6.4CVE-2026-39638: Qubely <= 1.8.14 Stored Cross-Site Scripting
CVE-2026-39638 - 6.4CVE-2025-26767: Qubely <= 1.8.12 Stored Cross-Site Scripting
CVE-2025-26767 - 6.4CVE-2023-0376: Quebely <= 1.8.4 Stored Cross-Site Scripting
CVE-2023-0376 - 5.4Qubely <= 1.7.9 Incorrect Authorization
- 5.3CVE-2021-24916: Qubely Insufficient Authorization
CVE-2021-24916 - 4.3CVE-2025-58249: Qubely <= 1.8.14 Sensitive Information Exposure
CVE-2025-58249 - 4.3CVE-2024-13228: Qubely – Advanced Gutenberg Blocks Info Exposure
CVE-2024-13228
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C