Security readout for executives and security teams
Plain-English summary
A WordPress plugin called Terms Dictionary (versions up to 1.5.1) has a flaw that lets attackers craft a malicious link. If a logged-in user clicks the link, the attacker can run code in that user's browser session on the site. Risk is moderate because it requires user interaction, but it can lead to account takeover or content tampering.
Executive priority
Treat as a near-term patching item. While not actively exploited per available sources, a CVSS 7.1 reflected XSS in a public WordPress plugin can be weaponized quickly against admins. Schedule remediation within the next standard patch cycle and isolate the plugin sooner if administrators are high-value targets.
Technical view
CVE-2025-39534 is a reflected cross-site scripting (CWE-79) vulnerability in the Somonator Terms Dictionary WordPress plugin through version 1.5.1. CVSS 3.1 base 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) reflects network reach, no privileges, and required user interaction with a scope change. Unsanitized input is reflected into the rendered page, enabling script execution in the victim's browser context.
Likely exposure
Any WordPress site running Terms Dictionary <= 1.5.1 with publicly reachable pages. Exposure increases on sites where administrators or editors are likely to click links from email, social, or referrer sources. Internal or low-traffic sites still risk privileged-session compromise via targeted phishing.
Exploitation context
Not listed in CISA KEV and no public exploitation has been cited in the provided sources. Exploitation requires a victim to load an attacker-supplied URL, after which injected script runs in the site's origin. Reflected XSS commonly enables session theft, forced actions, and admin-targeted phishing chains.
Researcher notes
Patchstack's advisory is the only substantive technical reference cited; the CVE record lists Somonator Terms Dictionary with affected range "n/a through <= 1.5.1" but does not enumerate the vulnerable parameter or sink in the bundle. Scope:Changed in the CVSS vector indicates the injected script can affect resources beyond the vulnerable component, consistent with browser-context XSS escaping the plugin boundary. No fixed version is named in the supplied sources—verify directly with the vendor or Patchstack before declaring resolved.
Mitigation direction
- Inventory WordPress sites and identify any using the Terms Dictionary plugin at version 1.5.1 or earlier.
- Check vendor and Patchstack advisories for an official patched release and apply it once available.
- Temporarily deactivate the Terms Dictionary plugin if no fixed version is published yet.
- Add a WAF rule or virtual patch to filter reflected XSS payloads against the plugin's endpoints.
- Enforce a strict Content Security Policy that blocks inline script execution where feasible.
- Train administrators to avoid clicking unsolicited links to their own WordPress site.
Validation and detection
- Query plugin inventory (wp-cli plugin list) for terms-dictionary and confirm installed version.
- Review the Patchstack advisory page for the disclosed proof-of-concept vector and affected parameter.
- Test in a non-production environment whether the parameter reflects unsanitized input into HTML.
- Audit web server and WAF logs for suspicious query strings targeting plugin URLs.
- Confirm post-fix that the previously vulnerable parameter is properly encoded on output.
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-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 lookupCVE-2025-39534 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
- 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
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:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.1HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
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.
