LiveActive security incident?Get immediate response
CVE Record

CVE-2025-53572: WordPress WP Easy Contact Plugin <= 4.0.1 - PHP Object Injection Vulnerability

Deserialization of Untrusted Data vulnerability in emarket-design WP Easy Contact wp-easy-contact allows Object Injection.This issue affects WP Easy Contact: from n/a through <= 4.0.1.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability affects the WordPress WP Easy Contact plugin through version 4.0.1. The sources describe unsafe deserialization that can allow PHP object injection. If a vulnerable site has a usable gadget chain, impact can include confidentiality, integrity, and availability compromise. The CVSS score is 8.1, but exploitation complexity is high.

Executive priority

Treat as high priority for WordPress estates, especially public websites. The risk is serious because compromise could affect data and service availability, but current sources do not prove active exploitation or identify a published fix.

Technical view

CVE-2025-53572 is CWE-502 deserialization of untrusted data in emarket-design WP Easy Contact. The CVSS vector is network-accessible, unauthenticated, no user interaction, high impact, and high attack complexity. The provided sources do not name a fixed version, exploit chain, or required PHP gadget chain.

Likely exposure

Exposure is likely limited to WordPress sites with WP Easy Contact installed at version 4.0.1 or earlier. The source bundle has some affected-version metadata inconsistency, but the title and description identify versions through 4.0.1.

Exploitation context

The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation is plausible remotely without authentication, but high complexity suggests attackers may need a compatible object chain or application-specific conditions.

Researcher notes

The public details are sparse. Validate affected status directly on deployed plugin versions and monitor Patchstack or CVE updates. Do not assume exploitability without confirming local code paths and available gadget chains. Note the bundle’s affected array is less clear than the vulnerability title and description.

Mitigation direction

  • Inventory WordPress sites for WP Easy Contact and record exact plugin versions.
  • Check Patchstack, CVE, and vendor guidance for fixed versions or official mitigation.
  • Disable or remove WP Easy Contact where not business-critical until guidance is confirmed.
  • Prioritize internet-facing and high-value WordPress sites first.

Validation and detection

  • Confirm whether WP Easy Contact is installed on each WordPress instance.
  • Verify plugin version is greater than 4.0.1 or otherwise vendor-cleared.
  • Review vulnerability scanner results against CVE-2025-53572 and Patchstack entry.
  • Check WordPress and web logs for unusual unauthenticated plugin-related activity.
Prepared
Confidence
medium
Sources
3

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-2025-53572 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/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
2Source 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.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2025-53572Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/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
emarket-designWP Easy Contactwp-easy-contact, 0unaffected
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.