LiveActive security incident?Get immediate response
CVE Record

CVE-2021-39200: Information Disclosure in wp_die() via JSONP in wordpress

WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. In affected versions output data of the function wp_die() can be leaked under certain conditions, which can include data like nonces. It can then be used to perform actions on your behalf. This has been patched in WordPress 5.8.1, along with any older affected versions via minor releases. It's strongly recommended that you keep auto-updates enabled to receive the fix.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Some WordPress versions could leak error output from wp_die() through JSONP handling. The leaked data could include nonces, which may let an attacker perform actions as another user. The issue is medium severity because exploitation conditions are constrained, but exposed public WordPress sites should be updated promptly.

Executive priority

Treat this as a prompt maintenance security update, not an emergency based on current evidence. Prioritize public WordPress sites, customer-facing properties, and sites with many low-privilege users. The main business risk is unauthorized user actions enabled by leaked nonce data.

Technical view

CVE-2021-39200 is a CWE-200 information disclosure flaw in WordPress versions 5.2.0 through before 5.8.1. Under certain conditions, wp_die() output could be exposed via JSONP. CVSS 3.1 scores it 5.3, with network access, high attack complexity, low privileges required, and high confidentiality impact.

Likely exposure

Exposure is most likely on WordPress installations running versions >=5.2.0 and <5.8.1, including older maintained branches that missed the minor security release. Public internet-facing sites matter most, especially where untrusted low-privilege accounts exist.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Public disclosure exists through GitHub, HackerOne, CVE, and Debian advisories. The advisory says leaked nonces could be used to perform actions on a user's behalf, but exploitation conditions are described only generally.

Researcher notes

Evidence supports information disclosure through wp_die() JSONP behavior, with potential nonce exposure. The bundle does not provide complete exploit prerequisites or affected plugin interactions. Avoid assuming active exploitation or broader product impact beyond WordPress core versions listed in the advisory data.

Mitigation direction

  • Update WordPress to 5.8.1 or the applicable patched minor release.
  • Keep WordPress automatic security updates enabled.
  • Apply Debian wordpress package updates if using Debian-maintained packages.
  • Review vendor guidance for branch-specific upgrade paths.
  • Temporarily reduce untrusted low-privilege access until patched.

Validation and detection

  • Inventory WordPress installations and record exact core versions.
  • Flag versions >=5.2.0 and <5.8.1 as affected.
  • Confirm patched minor releases are installed across all branches.
  • Check whether automatic security updates are enabled.
  • Review exposed sites with untrusted user registration or contributor access.
Prepared
Confidence
high
Sources
5

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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-39200 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

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
4Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N1.63.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2021-39200Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WordPresswordpress-develop>= 5.2.0, < 5.8.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.