CVE-2025-26582
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCross-Site Request Forgery (CSRF) vulnerability in Blackbam TinyMCE Advanced qTranslate fix editor problems tinymce-advanced-qtranslate-fix-editor-problems allows Stored XSS.This issue affects TinyMCE Advanced qTranslate fix editor problems: from n/a through <= 1.0.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA Cross-Site Request Forgery (CSRF) vulnerability in the Blackbam TinyMCE Advanced qTranslate fix editor plugin allows attackers to inject malicious scripts through the TinyMCE editor that get stored (Stored XSS). The lack of anti-CSRF token validation on editor submission forms enables forced actions by authenticated users, leading to persistent malicious script execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if the Blackbam TinyMCE Advanced qTranslate fix plugin is installedAccess your WordPress admin panel, navigate to Plugins, and look for 'Blackbam TinyMCE Advanced qTranslate fix' in the installed plugins list. Alternatively, check your wp-content/plugins directory for a folder named similarly to 'tiny-mce-advanced-qtranslate' or containing 'blackbam'.Affected if The plugin is present in the installation
-
Determine the installed plugin versionIn the WordPress plugin admin page, click on the plugin name to view its details, or check the main plugin PHP file for a 'Version' header comment. If using a file manager or CLI, look in the plugin root directory for a readme.txt or the primary plugin PHP file.Affected if The version is unknown, unpatched, or cannot be verified against fixed versions
-
Verify the TinyMCE editor is accessible to usersCheck if the TinyMCE editor component is enabled and accessible. In WordPress, navigate to Settings > TinyMCE Advanced (or similar editor settings) and confirm the editor loads for content creation. For qTranslate-X or multilingual setups, verify the editor appears when creating or editing posts/pages.Affected if The TinyMCE editor is active and available to authenticated users
-
Inspect editor submission forms for anti-CSRF protectionUse browser developer tools (F12) to view the HTML source of any form that submits content through the TinyMCE editor (e.g., post edit forms, page creation forms). Look for a hidden input field containing a nonce value (commonly named '_wpnonce', 'nonce', or 'security') or check if the form includes a token in its action URL or as a custom header.Affected if The editor submission forms lack a CSRF token (nonce) field or the token is not validated server-side
-
Check for stored malicious scripts in editor contentQuery your database for any post content containing suspicious patterns. In phpMyAdmin or via CLI, run: SELECT * FROM wp_posts WHERE post_content LIKE '%<script%' OR post_content LIKE '%onload=%' OR post_content LIKE '%onerror=%'. Review any results to see if they originated from the TinyMCE editor submission.Affected if Stored XSS payloads are present in post/page content that was submitted through the affected editor interface
A user is affected if the Blackbam TinyMCE Advanced qTranslate fix plugin is installed, the TinyMCE editor is accessible, and editor submission forms lack proper anti-CSRF token validation, potentially allowing stored XSS attacks.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement anti-CSRF tokens (nonces) on all editor forms and actions, and apply proper output encoding/sanitization to all user-supplied content in the TinyMCE editor to prevent XSS.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-26582 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-26582 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data