Description
WordPress Hybrid Composer 1.4.6 contains an unauthenticated settings change vulnerability that allows unauthenticated attackers to modify WordPress options by exploiting the hc_ajax_save_option action. Attackers can send POST requests to the admin-ajax.php endpoint with the action parameter set to hc_ajax_save_option to enable user registration and set the default role to administrator, enabling account takeover.
Published: 2026-06-04
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in WordPress Hybrid Composer 1.4.6 permits an attacker without authentication to alter site options by sending a POST request to the admin-ajax.php endpoint with the action parameter hc_ajax_save_option. This flaw allows the attacker to enable user registration and set the default role to administrator, effectively creating a new admin account and enabling full site takeover. The weakness corresponds to CWE-306, which involves missing authentication checks during privileged operations.

Affected Systems

Any WordPress installation that uses the Hybrid Composer plugin version 1.4.6 from framework‑y is affected. No other versions are listed as vulnerable, and the vulnerability is tied specifically to this plugin’s action handler.

Risk and Exploitability

With a CVSS score of 9.3 the flaw is rated high severity and can be exploited without any prior compromise. The lack of an EPSS score does not diminish the likelihood of exploitation when the plugin is present, and the flaw is not listed in the CISA KEV catalog. Attackers can simply craft a malicious HTTP POST request to admin‑ajax.php; no authentication or privileged access is required. If a site permits user registration, the attacker can create an administrative user and gain full control of the WordPress instance.

Generated by OpenCVE AI on June 4, 2026 at 14:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Hybrid Composer to a version that removes the unauthenticated hc_ajax_save_option endpoint.
  • If the plugin is unnecessary, uninstall or disable it entirely from the site.
  • Apply restrictions to the admin‑ajax.php file (e.g., via .htaccess or a security plugin) to limit unauthenticated POST requests from untrusted sources.

Generated by OpenCVE AI on June 4, 2026 at 14:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 05 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Framework-y
Framework-y hybrid Composer
Wordpress
Wordpress wordpress
Vendors & Products Framework-y
Framework-y hybrid Composer
Wordpress
Wordpress wordpress

Thu, 04 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 04 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Description WordPress Hybrid Composer 1.4.6 contains an unauthenticated settings change vulnerability that allows unauthenticated attackers to modify WordPress options by exploiting the hc_ajax_save_option action. Attackers can send POST requests to the admin-ajax.php endpoint with the action parameter set to hc_ajax_save_option to enable user registration and set the default role to administrator, enabling account takeover.
Title WordPress Hybrid Composer 1.4.6 Unauthenticated Settings Change
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Framework-y Hybrid Composer
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-04T13:44:23.414Z

Reserved: 2026-06-04T11:06:42.368Z

Link: CVE-2019-25738

cve-icon Vulnrichment

Updated: 2026-06-04T13:44:20.691Z

cve-icon NVD

Status : Deferred

Published: 2026-06-04T14:16:32.180

Modified: 2026-06-04T15:00:40.757

Link: CVE-2019-25738

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-05T10:07:49Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function