Description
The DominoKit plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the wp_ajax_nopriv_dominokit_option_admin_action AJAX endpoint in all versions up to, and including, 1.1.0. This makes it possible for unauthenticated attackers to update plugin settings.
Published: 2025-11-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Settings Modification
Action: Patch Plugin
AI Analysis

Impact

The DominoKit WordPress plugin contains a missing capability check on its wp_ajax_nopriv_dominokit_option_admin_action AJAX endpoint. This flaw allows attackers who are not logged in to submit requests that change the plugin’s configuration values. The vulnerability is a classic example of CWE‑862, whereby bypassing an authorization check grants unauthenticated users the ability to modify protected data. Such unauthorized changes could be leveraged to alter site behavior, disable security features, or create a foothold for more sophisticated attacks.

Affected Systems

All installations of DominoKit plugin version 1.1.0 or earlier on WordPress sites are affected. The flaw exists in the plugin’s AJAX handling code and is not mitigated by WordPress’s core security features. Sites that deploy DominoKit and have not updated past 1.1.0 are therefore exposed.

Risk and Exploitability

The CVSS score for the issue is 5.3, indicating moderate severity. The EPSS score is less than 1%, suggesting a very low exploitation probability in the current threat landscape. This vulnerability is not listed in the CISA KEV catalog. The attack vector is unauthenticated via an exposed AJAX endpoint; an attacker only needs to craft a request to the endpoint to modify settings. Because the flaw allows change of configuration values, it can be used in concert with other weaknesses to widen the attack surface or facilitate further compromise.

Generated by OpenCVE AI on April 27, 2026 at 22:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check for and install any available updates for DominoKit from the vendor’s website.
  • If no update is available, disable the wp_ajax_nopriv_dominokit_option_admin_action endpoint by removing or disabling the affected function, or by deactivating the plugin entirely if it is not required.
  • Implement a capability check such as current_user_can('manage_options') before processing the wp_ajax_nopriv_dominokit_option_admin_action request to ensure only authorized users can modify settings.

Generated by OpenCVE AI on April 27, 2026 at 22:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Nov 2025 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 04 Nov 2025 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Tue, 04 Nov 2025 04:45:00 +0000

Type Values Removed Values Added
Description The DominoKit plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the wp_ajax_nopriv_dominokit_option_admin_action AJAX endpoint in all versions up to, and including, 1.1.0. This makes it possible for unauthenticated attackers to update plugin settings.
Title DominoKit <= 1.1.0 - Missing Authorization to Unauthenticated Settings Update
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:40:26.185Z

Reserved: 2025-10-27T14:43:52.066Z

Link: CVE-2025-12350

cve-icon Vulnrichment

Updated: 2025-11-04T20:59:26.702Z

cve-icon NVD

Status : Deferred

Published: 2025-11-04T05:16:11.190

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-12350

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-27T23:00:14Z

Weaknesses