CVE-2021-20809
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 scripting vulnerability in Create screens of Entry, Page, and Content Type of Movable Type (Movable Type 7 r.4903 and earlier (Movable Type 7 Series), Movable Type 6.8.0 and earlier (Movable Type 6 Series), Movable Type Advanced 7 r.4903 and earlier (Movable Type Advanced 7 Series), Movable Type Premium 1.44 and earlier, and Movable Type Premium Advanced 1.44 and earlier) allows remote attackers to inject arbitrary script or HTML via unspecified vectors.
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 stored cross-site scripting (XSS) vulnerability exists in Movable Type's admin interface within the Create screens for Entry, Page, and Content Type modules. Attackers can inject malicious JavaScript or HTML through unspecified input fields when creating or editing content, which then executes when other users view the affected content in the admin panel or public-facing pages.
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<= 1.44>= 6.0, <= 6.8.0>= 7.0, < 7.8.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
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/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.
-
Identify Movable Type installationCheck for Movable Type by looking for its characteristic directory structure (mt-static, cgi-bin/mt), or by accessing the admin login page (typically at /mt/ or /cgi-bin/mt/)Affected if Movable Type is not present on the system
-
Determine installed versionCheck the version number by looking at the mt-static/js/mt.js file, the MT::VERSION constant in the codebase, or the version displayed on the admin login pageAffected if The installed version falls within <= 1.44, OR >= 6.0 and <= 6.8.0, OR >= 7.0 and < 7.8.0
-
Confirm admin access is enabledVerify the Movable Type admin interface is accessible and functional by attempting to access the admin login pageAffected if The admin panel is accessible and functional
-
Check for content creation capabilityVerify whether users have the ability to create or edit Entry, Page, or Content Type content through the admin interface by logging in and checking permissionsAffected if Users have author, editor, or admin privileges allowing content creation or editing in the admin panel
-
Inspect for existing malicious contentReview the database tables for Entries (mt_entry), Pages (mt_page), and Content Type records (mt_cd_*) for any suspicious script tags, event handlers, or unusual HTML in title, body, or custom field columnsAffected if Any Entry, Page, or Content Type records contain unsanitized JavaScript or HTML tags
A user is affected if Movable Type is installed with a version matching <= 1.44, >= 6.0 through <= 6.8.0, or >= 7.0 through < 7.8.0, AND the admin interface is accessible allowing content creation or editing of Entries, Pages, or Content Types.
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 · scoped7.8.0
Apply proper output encoding and input sanitization to all user-supplied fields in the Entry, Page, and Content Type creation forms. Validate and sanitize all content before storage and before rendering.
Movable Type 7.8.0+ (for 7.x series), 6.8.1+ (for 6.x series), 1.45+ (for Premium variants)
- 1. Identify your current Movable Type installation version and series (6.x, 7.x, Premium, or Premium Advanced)
- 2. For Movable Type 7 series: Upgrade to version 7.8.0 or later
- 3. For Movable Type 6 series: Upgrade to version 6.8.1 or later (the next security update after 6.8.0)
- 4. For Movable Type Premium: Upgrade to version 1.45 or later
- 5. For Movable Type Premium Advanced: Upgrade to version 1.45 or later
- 6. After upgrading, verify the fix by testing the Create screens for Entry, Page, and Content Type
- 7. Ensure custom plugins or templates are compatible with the new version before deploying to production
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.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 $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-20809 — 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-20809 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