LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6933: Better Search Replace <= 1.4.4 - Unauthenticated PHP Object Injection

The Better Search Replace plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.4.4 via deserialization of untrusted input. This makes it possible for unauthenticated attackers to inject a PHP Object. No POP chain is present in the vulnerable plugin. 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.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Better Search Replace for WordPress exposed sites to unsafe handling of untrusted data through PHP deserialization in versions up to 1.4.4. By itself, the plugin reportedly lacks the extra gadget chain needed for full impact, but another installed plugin or theme could supply that path.

Executive priority

Treat as a high-priority WordPress hygiene issue, especially on externally reachable sites with many plugins. Prioritize update or removal, then validate broader plugin and theme exposure before considering the risk closed.

Technical view

CVE-2023-6933 is a CWE-502 PHP object injection issue in Better Search Replace <=1.4.4. The CVSS 3.1 score is 8.8. Sources state unauthenticated attackers can inject PHP objects, with higher impact possible only if another installed component provides a usable POP chain.

Likely exposure

Public WordPress sites using Better Search Replace version 1.4.4 or older are the relevant exposure group. Risk depends on the surrounding plugin and theme ecosystem because the vulnerable plugin itself reportedly has no POP chain.

Exploitation context

The bundle does not cite CISA KEV listing or active exploitation. The issue is remotely reachable and unauthenticated, but the stated CVSS vector includes user interaction and practical impact depends on an additional POP chain.

Researcher notes

The key nuance is conditional exploitability. Sources identify unauthenticated PHP object injection, but also state no POP chain exists in Better Search Replace itself. Do not assume file deletion, data theft, or code execution unless another installed component provides the chain.

Mitigation direction

  • Upgrade Better Search Replace to a version newer than 1.4.4 from official vendor channels.
  • If immediate upgrade is unavailable, disable or remove the plugin until vendor guidance is applied.
  • Review other installed plugins and themes for known unsafe deserialization gadget chains.
  • Keep WordPress, themes, and plugins current to reduce reachable POP-chain risk.

Validation and detection

  • Inventory WordPress sites for Better Search Replace installations and recorded plugin versions.
  • Confirm no production site is running Better Search Replace 1.4.4 or older.
  • Review vendor and Wordfence advisories for fixed-version details and any updated guidance.
  • Check recent web and application logs for unexpected requests targeting the plugin.
  • Assess installed plugins and themes for known PHP object injection or POP-chain exposure.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-2023-6933 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2023-6933Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wpengineBetter Search Replace0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

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.