Security readout for executives and security teams
Plain-English summary
CVE-2022-2434 affects the WordPress String Locator plugin up to version 2.5.0. An attacker could abuse an administrator’s browser action to trigger unsafe PHP object deserialization. Successful exploitation has serious confidentiality, integrity, and availability impact, but requires user interaction and other conditions.
Executive priority
Treat as a high-priority WordPress plugin exposure, especially for internet-facing sites with active administrators. Prioritize inventory and update confirmation before broader incident response, because the supplied sources do not show active exploitation.
Technical view
The issue is CWE-502 deserialization of untrusted input through the string-locator-path parameter. Sources describe CSRF-driven use of a PHAR wrapper, requiring an administrator action, an attacker-uploaded serialized payload file, and a usable POP chain. CVSS 3.1 is 8.8 high.
Likely exposure
Exposure is most likely on WordPress sites running String Locator version 2.5.0 or earlier. Confirm plugin inventory directly because the source bundle includes inconsistent affected-product metadata while the description clearly names versions through 2.5.0.
Exploitation context
The bundle does not support a claim of active exploitation, and KEV status is false. Exploitation is not purely drive-by: it requires administrator interaction plus prior placement of a serialized payload file and compatible PHP object gadget conditions.
Researcher notes
Focus validation on the string-locator-path handling, PHAR-wrapper reachability, CSRF protection, and whether a site has a relevant POP chain. Do not assume exploitability without upload placement and gadget-chain conditions. Fixed-version evidence is incomplete in the supplied bundle.
Mitigation direction
- Identify all WordPress sites using the String Locator plugin.
- Upgrade String Locator beyond version 2.5.0 if vendor guidance confirms remediation.
- If upgrade status is unclear, check WordPress plugin and vendor advisory guidance.
- Restrict administrator sessions and reduce unnecessary plugin access.
- Review file upload controls and remove untrusted uploaded files where appropriate.
Validation and detection
- Check installed String Locator versions across managed WordPress sites.
- Confirm whether any site runs version 2.5.0 or earlier.
- Review plugin changelog or WordPress Trac changeset for remediation details.
- Verify administrator-only workflows include CSRF protections after updating.
- Look for suspicious uploaded files tied to affected sites.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-2434 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.8HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/10a36e37-4188-403f-9b17-d7e79b8b8a6d?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/string-locator/trunk/editor.php#L59CVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2759486%40string-locator&new=2759486%40string-locator&sfp_email=&sfph_mail=CVE reference
- https://www.wordfence.com/vulnerability-advisories/#CVE-2022-2434CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
