CVE-2026-4117 Details
Description
The CalJ plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.5. This is due to a missing capability check in the CalJSettingsPage class constructor, which processes the 'save-obtained-key' operation directly from POST data without verifying that the requesting user has the 'manage_options' capability, and without any nonce verification. The plugin bootstrap file (calj.php) instantiates CalJSettingsPage whenever is_admin() returns true, which is the case for any authenticated user making requests to wp-admin URLs (including admin-ajax.php). This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify the plugin's API key setting and clear the Shabbat cache, effectively taking control of the plugin's API integration.
A missing authorization vulnerability has been identified in the CalJ plugin for WordPress, affecting all versions through 1.5. The issue arises from a lack of capability checks in the CalJSettingsPage class constructor, which handles the 'save-obtained-key' operation from POST data without verifying if the user has the 'manage_options' capability or including nonce verification. This vulnerability allows authenticated users with Subscriber-level access and above to alter the plugin's API key settings and clear the Shabbat cache, thereby gaining control over the plugin's API integration.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 22, 2026CISA-ADP
Assessed Apr 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://plugins.trac.wordpress.org/browser/calj/tags/1.5/calj.php#L17 | [email protected] | Broken LinkSource CodeVendor |
| https://plugins.trac.wordpress.org/browser/calj/tags/1.5/CalJSettingsPage.php#L25 | [email protected] | Broken LinkSource CodeVendor |
| https://plugins.trac.wordpress.org/browser/calj/tags/1.5/CalJSettingsPage.php#L30 | [email protected] | Broken LinkSource CodeVendor |
| https://plugins.trac.wordpress.org/browser/calj/trunk/calj.php#L17 | [email protected] | Source CodeVendor |
| https://plugins.trac.wordpress.org/browser/calj/trunk/CalJSettingsPage.php#L25 | [email protected] | Source CodeVendor |
| https://plugins.trac.wordpress.org/browser/calj/trunk/CalJSettingsPage.php#L30 | [email protected] | Source CodeVendor |
| https://www.wordfence.com/threat-intel/vulnerabilities/id/d1c7df8e-2f82-4474-88ef-8c8ddaeb4656?source=cve | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| CalJ | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 22, 2026 | New CVE Received | [email protected] |
Volerion