cbcvebase.
CVE-2025-7441
published 2025-08-16

CVE-2025-7441: The StoryChief plugin for WordPress is vulnerable to arbitrary file uploads in all versions up to, and including, 1.0.42. This vulnerability occurs through the…

PriorityP192critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEVInitial access
Exploited in the wild
EPSS
37.35%
98.3th percentile
The StoryChief plugin for WordPress is vulnerable to arbitrary file uploads in all versions up to, and including, 1.0.42. This vulnerability occurs through the /wp-json/storychief/webhook REST-API endpoint that does not have sufficient filetype validation. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.

Affected

1 ranges
VendorProductVersion rangeFixed in
storychiefstorychief<= 1.0.42

Detection & IOCsextracted from sources · hover to see the quote

url/wp-json/storychief/webhook
path/wp-content/uploads/{year}/{month}/{file_backdoor}
  • Monitor for unauthenticated POST requests to the /wp-json/storychief/webhook endpoint, especially those containing a 'featured_image' payload with an external URL in the 'sizes.full' field.
  • The exploit computes an HMAC-SHA256 signature using an empty string as the secret key. Detect webhook requests where the 'mac' field is an HMAC-SHA256 computed with an empty secret.
  • Alert on new PHP files appearing under the WordPress uploads directory (wp-content/uploads/), which may indicate a successfully uploaded webshell via this vulnerability.
  • The plugin uses an empty secret for HMAC validation — any webhook request with a valid HMAC over an empty key should be treated as suspicious and potentially forged.
  • The exploit payload structure includes a JSON body with keys meta.event='publish', meta.mac=<hmac>, and data.featured_image.data.sizes.full=<attacker_url>. Use this structure for WAF/IDS signature creation.
  • ·The vulnerability affects all versions of the StoryChief WordPress plugin up to and including 1.0.42. Ensure the version scope is confirmed before applying detections.
  • ·The HMAC secret used by the plugin is an empty string, meaning any attacker can forge a valid signature without any prior knowledge or credentials.
  • ·The attack is unauthenticated — no WordPress credentials or session tokens are required to exploit this endpoint.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.