CVE-2026-4297
Deferred Deferred - Pending Action

Arbitrary Options Update in Welcome Software Publishing WordPress Plugin

Vulnerability report for CVE-2026-4297, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: Wordfence

Description

The Welcome Software Publishing plugin for WordPress is vulnerable to Arbitrary Options Update in all versions up to and including 0.0.31. This is due to a missing capability check in the nc_setOption() function, which is exposed via the nc.setOption XML-RPC method. The function authenticates the user via $wp_xmlrpc_server->login() (verifying credentials are valid) but does not perform any authorization check such as current_user_can('manage_options'). This makes it possible for authenticated attackers, with Subscriber-level access and above, to update arbitrary WordPress options via XML-RPC requests. This can be leveraged to change the default_role option to 'administrator' and then register a new administrator account, achieving full privilege escalation and site takeover.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-07-14
AI Q&A
2026-06-25
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
welcome_software_publishing plugin to 0.0.31 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Detection Guidance

This vulnerability can be detected by monitoring XML-RPC requests to the WordPress site, specifically looking for calls to the nc.setOption method.

You can use network traffic inspection tools or web server logs to identify XML-RPC requests that invoke nc.setOption.

For example, using command-line tools like grep on server logs to search for nc.setOption calls:

  • grep -i 'nc.setOption' /path/to/wordpress/wp-content/debug.log
  • grep -i 'nc.setOption' /var/log/apache2/access.log

Additionally, monitoring for unusual changes to WordPress options such as default_role being set to 'administrator' can indicate exploitation.

Executive Summary

The Welcome Software Publishing plugin for WordPress has a vulnerability in all versions up to and including 0.0.31. This vulnerability arises because the nc_setOption() function, accessible via the nc.setOption XML-RPC method, lacks a proper authorization check. Although it verifies user credentials, it does not check if the user has the necessary permissions to manage options.

As a result, authenticated users with Subscriber-level access or higher can update arbitrary WordPress options through XML-RPC requests. This can be exploited to change the default user role to 'administrator' and create a new administrator account, leading to full privilege escalation and potential site takeover.

Impact Analysis

This vulnerability can have severe impacts including unauthorized privilege escalation and complete site takeover. An attacker with only Subscriber-level access can exploit this flaw to gain administrator privileges by modifying WordPress options and creating new administrator accounts.

Once an attacker has administrator access, they can control the entire WordPress site, potentially leading to data breaches, defacement, malware injection, or disruption of services.

Mitigation Strategies

Immediate mitigation steps include disabling the XML-RPC interface or restricting access to it to trusted users only.

Updating the Welcome Software Publishing plugin to a version later than 0.0.31, where this vulnerability is fixed, is critical.

If an update is not immediately available, consider applying custom patches to add proper authorization checks in the nc_setOption() function.

Also, review and reset any suspicious WordPress options, especially the default_role option, and audit user accounts for unauthorized administrator creation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-4297. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart