WordPress security changelog
HIGH CVE-2026-9009 Deferred

Crawlomatic Multipage Scraper Post Generator: Code execution

Crawlomatic Multipage Scraper Post Generator is affected by code execution. Exploitation requires at least author-level access. Successful exploitation can run attacker-controlled code in the WordPress hosting account. The published affected range is <= 2.7.2.

CVE / CNA score 8.8 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
Crawlomatic Multipage Scraper Post Generator
Plugin slug
crawlomatic-multipage-scraper-post-generator
Affected
<= 2.7.2
Safe version
> 2.7.2
Published
May 28, 2026
Weakness
CWE-434 — Unrestricted Upload of File with Dangerous Type

This CVE was published May 28, 2026 and is one of 4 known issues for this plugin.

Update, patch or deactivate.

Update Crawlomatic Multipage Scraper Post Generator to a release after 2.7.2, or disable and remove it until a fixed version is available.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The Crawlomatic Multipage Scraper Post Generator plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 2.7.2 via the filter_content function. This is due to passing the attacker-supplied 'callback_raw' shortcode attribute directly into call_user_func() with no sanitization or allowlist validation, relying solely on an is_callable() check that permits dangerous PHP built-ins such as system, shell_exec, exec, passthru, and assert. This makes it possible for authenticated attackers, with author-level access and above, to execute code on the server. An identical sink exists for the 'callback' attribute, providing a second independent vector through the same shortcode.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Primary and upstream sources