CVE-2026-9234
Missing Authorization in JTL-Connector for WooCommerce
Publication date: 2026-06-02
Last updated on: 2026-06-02
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jtl_connector | woocommerce_plugin | to 2.4.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The JTL-Connector for WooCommerce plugin for WordPress has a vulnerability called Missing Authorization in versions up to and including 2.4.1.
This vulnerability exists because the plugin does not properly check user capabilities or verify nonces on certain actions, specifically the admin_post_settings_save_woo-jtl-connector action and the AJAX actions wp_ajax_downloadJTLLogs and wp_ajax_clearJTLLogs.
As a result, authenticated users with Subscriber-level access or higher can exploit this flaw to modify plugin settings, download developer log files as a ZIP archive, and delete those log files.
How can this vulnerability impact me? :
This vulnerability allows attackers with low-level authenticated access (Subscriber-level and above) to perform unauthorized actions within the plugin.
- Modify arbitrary plugin settings, potentially changing how the plugin behaves.
- Download a ZIP archive containing the plugin's developer log files, which may contain sensitive information.
- Delete the developer log files, potentially covering tracks or removing important diagnostic data.