LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24911: Transposh WordPress Translation < 1.0.8 - Stored Cross-Site Scripting

The Transposh WordPress Translation WordPress plugin before 1.0.8 does not sanitise and escape the tk0 parameter from the tp_translation AJAX action, leading to Stored Cross-Site Scripting, which will trigger in the admin dashboard of the plugin. The minimum role needed to perform such attack depends on the plugin "Who can translate ?" setting.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A vulnerable Transposh WordPress Translation plugin can store malicious script through a translation AJAX parameter. The script runs later in the plugin admin dashboard, creating risk to administrators who view affected content. Exposure depends on whether the site uses this plugin below version 1.0.8 and who is allowed to translate.

Executive priority

Prioritize this for WordPress sites where the plugin is installed and translation is open to many users. Treat it as a practical administrative compromise risk, not as confirmed mass exploitation based on the supplied evidence.

Technical view

CVE-2021-24911 is a stored XSS in Transposh WordPress Translation before 1.0.8. The plugin does not sanitize and escape the tk0 parameter in the tp_translation AJAX action. Execution occurs in the plugin admin dashboard. The required attacker role depends on the plugin's "Who can translate ?" setting.

Likely exposure

Likely limited to WordPress installations running Transposh WordPress Translation before 1.0.8. Sites with permissive translation settings may expose lower-privileged users to the vulnerable path. The provided sources do not confirm affected CPEs, CVSS, or broad deployment levels.

Exploitation context

The source bundle does not report active exploitation, and the CVE is not listed as KEV. The issue is stored XSS, so successful abuse requires submitting affected translation data and an administrator later viewing the plugin dashboard.

Researcher notes

Evidence is narrow but consistent: unsanitized tk0 input in tp_translation causes stored XSS rendered in the plugin admin dashboard. Role requirement is configuration-dependent. No CVSS vector, exploit maturity data, or detailed patch notes were provided in the bundle.

Mitigation direction

  • Upgrade Transposh WordPress Translation to version 1.0.8 or newer.
  • Review the plugin's "Who can translate ?" setting for least privilege.
  • Restrict WordPress admin and translator access to trusted users.
  • Check vendor or plugin repository guidance for any newer security updates.

Validation and detection

  • Inventory WordPress sites for Transposh WordPress Translation installations.
  • Confirm installed plugin versions are 1.0.8 or newer.
  • Review plugin translation permissions on exposed sites.
  • Inspect administrative dashboards for unexpected stored translation content.
Prepared
Confidence
medium
Sources
3

Public sources used

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-24911 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownTransposh WordPress Translation1.0.8Listed
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.