LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4452: Google Language Translator <= 6.0.9 - Reflected Cross-Site Scripting

The Google Language Translator plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via multiple parameters in versions up to, and including, 6.0.9 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. Specifically affects users with older browsers that lack proper URL encoding support.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress translation plugin can reflect malicious script into a user’s browser if the user is tricked into taking an action. The business risk is account misuse, content tampering, or visitor trust damage on sites still running Google Language Translator versions up to 6.0.9.

Executive priority

Treat this as a near-term remediation item for public WordPress sites. It is not currently evidenced as exploited in the provided sources, but XSS in a public plugin can create account and site-integrity risk if left unpatched.

Technical view

CVE-2021-4452 is a CWE-79 reflected XSS in Translate WordPress – Google Language Translator. The bundle attributes it to insufficient input sanitization and output escaping across multiple parameters in versions up to 6.0.9. CVSS is 7.1 high with network access and user interaction required.

Likely exposure

Exposure is most likely on WordPress sites using the Google Language Translator plugin at version 6.0.9 or older. The affected-product metadata is sparse, so confirm installed plugin identity and version directly in WordPress or asset inventory.

Exploitation context

The bundle does not support active exploitation: KEV is false and no cited source says exploitation is occurring. Successful abuse requires tricking a user into an action such as opening a crafted link, and the description notes a particular relevance to older browsers lacking proper URL encoding support.

Researcher notes

There is a source inconsistency: the narrative says authenticated attackers, while the CVSS vector states PR:N. Do not assume unauthenticated exploitability without confirming against the primary advisories or patch changesets. The bundle does not provide safe parameter-level validation details.

Mitigation direction

  • Identify all WordPress sites using the Google Language Translator plugin.
  • Upgrade the plugin beyond the affected 6.0.9 range if vendor guidance confirms availability.
  • If upgrade is unavailable, disable the plugin until vendor guidance is reviewed.
  • Restrict administrative access and harden WordPress session protections.
  • Monitor vendor, Wordfence, WPScan, and WordPress plugin guidance for confirmed fix details.

Validation and detection

  • Check WordPress plugin inventory for Google Language Translator version 6.0.9 or older.
  • Confirm whether the plugin slug and vendor match the referenced product.
  • Review web logs for suspicious requests targeting translator plugin parameters.
  • Verify upgraded or disabled plugin state across production, staging, and backups.
  • Document whether older browsers are supported for privileged users.
Prepared
Confidence
medium
Sources
6

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-2021-4452 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
5Source 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-2021-4452Attack 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
edo888Translate WordPress – Google Language Translator0unaffected
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.