Cyber Resilience

CVE-2024-10936

HighRCE

Published: 21 January 2025

Published
21 January 2025
Modified
05 February 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.1646 95.0th percentile
Risk Priority 27 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-10936 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Instawp String Locator. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 5.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The String Locator plugin for WordPress is vulnerable to PHP Object Injection in all versions up to and including 2.6.6. The flaw stems from unsafe deserialization of untrusted input inside the recursive_unserialize_replace function, which is reachable through the plugin’s search-and-replace feature and is tracked as CWE-502. No POP chain exists in the plugin itself, but the presence of an additional vulnerable plugin or theme on the same site can turn the injected object into a usable gadget.

An unauthenticated attacker can supply a serialized payload that is processed only when an administrator triggers a search-and-replace operation. Successful exploitation can result in arbitrary file deletion, disclosure of sensitive data, or remote code execution depending on the gadgets supplied by other installed components. The vulnerability carries a CVSS 3.1 score of 8.8.

Public references include the plugin’s source repository and a changeset that addresses the issue, indicating that an updated version has been published through the WordPress plugin directory. Site administrators should apply the available patch and restrict search-and-replace privileges to trusted users.

The associated EPSS score rose from lower values after disclosure to a peak of 0.2915 on 2026-01-13 before receding to the current 0.1646, indicating a period of increased exploitation interest that later subsided.

EU & UK References

Vulnerability details

The String locator plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.6.6 via deserialization of untrusted input in the 'recursive_unserialize_replace' function. This makes it possible for unauthenticated attackers to inject a PHP…

more

Object. No known POP chain is present in the vulnerable software. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code. An administrator must perform a search and replace action to trigger the exploit.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

PHP object injection in public-facing WordPress plugin directly enables remote exploitation of the web application for code execution or data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-13770Shared CWE-502
CVE-2026-27303Shared CWE-502
CVE-2025-53586Shared CWE-502
CVE-2025-64353Shared CWE-502
CVE-2025-31047Shared CWE-502
CVE-2026-27096Shared CWE-502
CVE-2023-49886Shared CWE-502
CVE-2026-23542Shared CWE-502
CVE-2025-66631Shared CWE-502
CVE-2026-40044Shared CWE-502

Affected Assets

instawp
string locator
≤ 2.6.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely patching of the deserialization flaw in the String Locator plugin's recursive_unserialize_replace function.

prevent

Prevents PHP object injection by enforcing validation of untrusted inputs prior to deserialization, blocking malicious serialized objects.

detect

Detects the PHP object injection vulnerability in the WordPress plugin through periodic vulnerability scanning.

References