Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
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.
AnalysisAI
Authenticated users with Subscriber-level access can modify the CalJ Shabbat Times plugin's API key and clear its cache due to missing authorization checks in the CalJSettingsPage class constructor. The vulnerability affects all versions up to and including 1.5, with no special network or interaction requirements beyond valid WordPress authentication. While CVSS 5.3 reflects moderate integrity impact, the practical risk depends on whether WordPress sites allow Subscriber-level registrations and whether the plugin's API key provides sensitive access to external services.
Technical ContextAI
CalJ Shabbat Times is a WordPress plugin that integrates with an external Shabbat times API. The vulnerability exists in the CalJSettingsPage class constructor, which processes the 'save-obtained-key' POST operation without verifying the requesting user possesses the 'manage_options' WordPress capability (required for plugin configuration) or validating a nonce token. The plugin bootstrap file instantiates this class whenever is_admin() evaluates to true-a condition satisfied by any authenticated user accessing wp-admin URLs, including the admin-ajax.php endpoint. This design flaw bypasses WordPress's standard role-based access control (RBAC) mechanism. The root cause is CWE-862 (Missing Authorization), a fundamental failure to enforce privilege checks before sensitive operations. The attack surface is the plugin's settings save handler accessible via POST requests from the admin backend.
RemediationAI
No vendor-released patch has been independently confirmed at the time of this analysis; site administrators must implement compensating controls immediately. The definitive fix requires the plugin developer to add a capability check (current_user_can('manage_options')) and nonce verification (wp_verify_nonce()) to the CalJSettingsPage class constructor before processing the 'save-obtained-key' POST operation. Until an official patch is released, administrators should disable the CalJ plugin entirely if Subscriber-level registrations are permitted, or restrict wp-admin access to Administrator and Editor roles via .htaccess, firewall rules, or a Web Application Firewall (WAF) that blocks wp-admin requests from non-elevated user accounts. If the API key is sensitive, rotate it immediately and audit recent modifications via WordPress audit logs. Monitor the official plugin repository (https://plugins.trac.wordpress.org/browser/calj/) for version updates and subscribe to Wordfence vulnerability alerts (https://www.wordfence.com/threat-intel/vulnerabilities/id/d1c7df8e-2f82-4474-88ef-8c8ddaeb4656) for patch notifications.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24658
GHSA-5mhq-hh7f-vmww