CVE-2021-39201
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 · uneditedWordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. ### Impact The issue allows an authenticated but low-privileged user (like contributor/author) to execute XSS in the editor. This bypasses the restrictions imposed on users who do not have the permission to post `unfiltered_html`. ### Patches This has been patched in WordPress 5.8, and will be pushed to older versions via minor releases (automatic updates). It's strongly recommended that you keep auto-updates enabled to receive the fix. ### References https://wordpress.org/news/category/releases/ https://hackerone.com/reports/1142140 ### For more information If you have any questions or comments about this advisory: * Open an issue in [HackerOne](https://hackerone.com/wordpress)
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 · high confidenceAuthenticated low-privilege users (contributor/author) can execute XSS in the WordPress editor by bypassing the unfiltered_html permission restrictions that normally block script injection for these roles.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 5.0, < 5.8= 10.0= 11.0CVSS 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
- Low
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
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.
-
Check WordPress versionNavigate to Dashboard > About or check the version constant in /wp-includes/version.phpAffected if Version is 5.0 or higher but lower than 5.8
-
Verify contributor or author roles existGo to Users > All Users in the admin panel and check for users with Contributor or Author rolesAffected if At least one user has Contributor or Author role assigned
-
Confirm posting access for low-privilege rolesAttempt to create a new post as a Contributor or Author user, or check role capabilities in Users > RolesAffected if Contributor or Author users can create or edit posts through the WordPress editor
-
Check if unfiltered_html is blocked for these rolesReview role capabilities under Users > User Role Editor or inspect if these roles lack the unfiltered_html capabilityAffected if Roles lack unfiltered_html but still have post editor access (indicates the bypass vulnerability could apply)
-
Confirm Debian package version if using system packageRun 'dpkg -l | grep wordpress' or 'apt show wordpress' on the Debian hostAffected if Installed package version corresponds to WordPress < 5.8 as listed in Debian 10.0 or 11.0
Your environment is affected if WordPress version is 5.0 through 5.7.x AND Contributor or Author user roles exist with access to the post editor.
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.
dbcve · scoped5.8
Update to WordPress 5.8 or later to receive the patch; ensure automatic minor updates are enabled for future security releases.
WordPress 5.8 or later
- 1. Backup your WordPress database and files before proceeding with any updates
- 2. Ensure automatic updates are enabled in WordPress (add 'AUTOMATIC_UPDATER_DISABLED false' to wp-config.php if needed)
- 3. Update WordPress to version 5.8 or later to receive the security patch
- 4. Alternatively, manually download WordPress 5.8+ from wordpress.org and update via wp-admin/update-core.php or FTP
- 5. Verify the update was successful by checking the WordPress version in Dashboard > Updates or wp-admin/about.php
- 6. Test that low-privileged users (contributor/author roles) can no longer inject XSS in the editor
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-39201 — 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-2021-39201 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