LiveActive security incident?Get immediate response
CVE Record

CVE-2025-52753: WordPress Contact Form by Supsystic plugin <= 1.7.36 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in supsystic Contact Form by Supsystic contact-form-by-supsystic allows Reflected XSS.This issue affects Contact Form by Supsystic: from n/a through <= 1.7.36.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the WordPress plugin Contact Form by Supsystic (version 1.7.36 and earlier) lets an attacker craft a malicious link that, when clicked by a logged-in user, runs attacker-supplied code in that user's browser. This can hijack admin sessions, alter site content, or steal data. Updating the plugin is the fix.

Executive priority

Schedule a plugin update within the next maintenance window. Risk is meaningful for sites using this plugin, but exploitation requires tricking a logged-in user to click a crafted link.

Technical view

CVE-2025-52753 is a reflected cross-site scripting flaw (CWE-79) in the Contact Form by Supsystic WordPress plugin through version 1.7.36. User-supplied input is rendered back into a response without proper neutralization, enabling script execution in a victim's browser. CVSS 3.1 score is 7.1 with scope change, requires user interaction, and needs no privileges.

Likely exposure

Any WordPress site running Contact Form by Supsystic version 1.7.36 or earlier is in scope. Exposure depends on whether the plugin is installed and how often privileged users browse links from untrusted sources, including email and social media.

Exploitation context

Reflected XSS requires an attacker to lure a victim into clicking a malicious link that reflects attacker-controlled script back into the page. No public proof-of-concept or active exploitation is cited, and the CVE is not in CISA KEV. Administrator targets are the most valuable to attackers.

Researcher notes

CVSS 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) with CWE-79 indicates reflected XSS with scope change, consistent with script execution outside the vulnerable component's trust boundary. Patchstack lists the plugin affected through 1.7.35; the CVE record cites <= 1.7.36. Confirm the fixed version directly with the vendor or Patchstack before deployment. No KEV entry, no public exploit cited as of source publication.

Mitigation direction

  • Update the Contact Form by Supsystic plugin to the latest patched version per vendor guidance.
  • If no patched version is available, deactivate and remove the plugin until a fix ships.
  • Apply a WAF rule that blocks reflected XSS payloads against the plugin's endpoints.
  • Restrict administrator access and require unique browsers or sessions for admin work.
  • Train privileged users to avoid clicking unsolicited links to the WordPress admin.

Validation and detection

  • Inventory WordPress sites and identify any running Contact Form by Supsystic at version 1.7.36 or earlier.
  • Confirm the installed plugin version under WordPress Admin > Plugins after applying updates.
  • Review web server and WAF logs for suspicious query parameters targeting plugin endpoints.
  • Audit administrator accounts for unexpected sessions, content changes, or new users.
  • Re-scan affected sites with a vulnerability scanner that has signatures for CVE-2025-52753.
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-52753 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
7.1 (3.1)
Known Exploited
No
Published

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

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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
supsysticContact Form by Supsysticcontact-form-by-supsystic, 0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.