What the vulnerability does
01Description
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.
Explanation of Vulnerability in Simple Terms
02Summary
Crawlomatic Multipage Scraper Post Generator versions 2.7.2 and earlier allow authenticated users to upload files without proper validation. An attacker with low-level site access can upload malicious files to gain full control of the site, including reading sensitive data, modifying content, and disrupting service.
What an attacker can do
03Attacker Capabilities
Upload malicious files to run their own code on the site and take full control.
Potential impact on your site
04Site Impact
Compromised site with potential data theft, defacement, malware injection, and complete loss of availability.
Conditions required to exploit
05Prerequisites
Attacker needs a low-privilege user account (e.g., contributor or subscriber role).
Key dates
06Disclosure timeline
May 28, 2026
CVE published
May 28, 2026
Record updated