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.
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-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- 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
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:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.1HighVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Source materials
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.
