VYPR
Medium severity4.3NVD Advisory· Published Aug 20, 2025· Updated Apr 15, 2026

CVE-2025-9202

CVE-2025-9202

Description

The ColorMag theme for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the welcome_notice_import_handler() function in all versions up to, and including, 4.0.19. This makes it possible for authenticated attackers, with Subscriber-level access and above, to install the ThemeGrill Demo Importer plugin.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The ColorMag theme lacks a capability check, allowing authenticated subscribers to install the ThemeGrill Demo Importer plugin via AJAX.

The ColorMag theme for WordPress (versions up to and including 4.0.19) contains a missing capability check in the welcome_notice_import_handler() function, which handles the AJAX action for importing demo content. The theme exposes the required nonce to all authenticated users via wp_localize_script, but fails to enforce any permission checks before executing the import routine [1].

This vulnerability can be exploited by any authenticated attacker with Subscriber-level access or higher. The AJAX action import_button is registered without a current_user_can() check, only verifying the nonce via check_ajax_referer(). Since the nonce is accessible to low-privileged users, an attacker can craft a malicious AJAX request to trigger the import handler [1].

Successful exploitation allows the attacker to install the ThemeGrill Demo Importer plugin without authorization. While this may not directly lead to privilege escalation, it enables the installation of a plugin that could be used for further malicious activities, depending on the plugin's capabilities [1].

As of the publication date, no patched version of the ColorMag theme has been released. Users are advised to restrict access to trusted users or apply a custom security fix until an official update is available [1].

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.