Security readout for executives and security teams
Plain-English summary
CVE-2024-51640 affects the WordPress MDR Webmaster Tools plugin through version 1.1. A malicious site could trick a logged-in WordPress user into making an unwanted change that stores script content. This can lead to stored cross-site scripting. No cited source confirms active exploitation.
Executive priority
Treat as a priority WordPress plugin review item, not a confirmed emergency. If MDR Webmaster Tools is present on business-critical sites, reduce exposure quickly because stored XSS can affect site trust, admin sessions, and content integrity.
Technical view
The issue is a CSRF vulnerability in Matt Rude MDR Webmaster Tools, package mdr-webmaster-tools, allowing stored XSS. CVSS 3.1 is 7.1 with network attack vector, low complexity, no privileges required, and user interaction required. Scope is changed with low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to WordPress sites running MDR Webmaster Tools version 1.1 or earlier. Organizations without this plugin are not affected based on the provided sources. Version and installation status should be verified directly in WordPress plugin inventory.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not state active exploitation. The CVSS vector indicates user interaction is required. The risk is higher for sites where privileged users remain logged in while browsing untrusted content.
Researcher notes
Public detail is limited in the provided bundle. Patchstack is the named vulnerability database reference, and CVE data identifies CSRF leading to stored XSS. No public exploit, fixed version, or exploitation-in-the-wild evidence is provided here.
Mitigation direction
Inventory WordPress sites for the MDR Webmaster Tools plugin.
If installed, confirm whether the version is 1.1 or earlier.
Check Patchstack and vendor guidance for any fixed release or official mitigation.
Disable or remove the plugin if no supported patched version is available.
Prioritize remediation on externally managed or high-value WordPress sites.
Validation and detection
Review WordPress plugin inventories for mdr-webmaster-tools.
Confirm installed plugin version against the affected range, through 1.1.
Check administrative settings for unexpected stored script content.
Review recent WordPress admin activity for suspicious setting changes.
Verify remediation by confirming upgrade, removal, or disablement.
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-352: 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.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-352 · source CWE mapping
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.