CVE-2025-8417

Catalog Importer, Scraper & Crawler <= 5.1.4 - Unauthenticated PHP Code Injection

2025-09-10 18:49
CVE_hunter

Strategic Overview

Status
Unpatched
Affected Version
<= 5.1.4
CVSS
8.1High
Weakness type
CWE-94 · Improper Control of Generation of Code ('Code Injection')
CVE
CVE-2025-8417
View all Catalog Importer, Scraper & Crawler vulnerabilities

At a glance

CVE-2025-8417 is a high-severity Improper Control of Generation of Code ('Code Injection') vulnerability in the Catalog Importer, Scraper & Crawler WordPress plugin, affecting versions <= 5.1.4. It carries a CVSS score of 8.1 (reachable over the network; high confidentiality, integrity, availability impact). Exploitation requires no authentication. No fixed release has been reported yet; treat installations running this software as exposed. Disclosed September 2025, reported by CVE_hunter.

Vulnerability Overview

The Catalog Importer, Scraper & Crawler plugin for WordPress is vulnerable to PHP code injection in all versions up to, and including, 5.1.4. This is due to reliance on a guessable numeric token (e.g. ?key= 900001705) without proper authentication, combined with the unsafe use of eval() on user-supplied input. This makes it possible for unauthenticated attackers to execute arbitrary PHP code on the server via a forged request granted they can guess or brute-force the numeric key.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.

CWE-94: Improper Control of Generation of Code ('Code Injection')

Catalog Importer, Scraper & Crawler <= 5.1.4 carries this weakness at eval(), and reaching it takes no account at all. Code injection means input from a request reaches a language construct that evaluates code, so the attacker's text is executed rather than treated as data.

The injected code runs with the web server's privileges, giving the attacker the same access to the database and filesystem as WordPress itself. No fixed build of this plugin is recorded for Catalog Importer, Scraper & Crawler yet, so installs running <= 5.1.4 stay exposed until the vendor ships one.

Remediation

No known patch available. Please review the vulnerability's details in depth and employ mitigations based on your organization's risk tolerance. It may be best to uninstall the affected software and find a replacement.

How does WordSec protect against this?

Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. Classes like this one can leave something behind, so the staged malware scanner is the second half: it looks for dropped files and modified code rather than for the request that created them. No patched version is recorded yet, which is the case where a filtering layer matters most, because there is nothing to update to.

  • Firewall
  • Scanner
  • Login Security

External References

Related records

Other vulnerabilities in Catalog Importer, Scraper & Crawler

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C