CVE-2021-39200 MEDIUM

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

Vendor Wordpress
Product wordpress-develop
Weakness CWE-200 · Info exposure
Published September 9, 2021
Last update August 4, 2024

CVSS base score

5.3/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

WordPress versions 5.2.0 through 5.8.0 expose sensitive information to authenticated users with low privileges. An attacker with a basic user account can read data they should not have access to. The vulnerability requires network access and some technical effort to exploit, but does not require user interaction. Update to WordPress 5.8.1 or later.

What an attacker can do

03Attacker Capabilities

Read sensitive information accessible only to higher-privileged users.

Potential impact on your site

04Site Impact

User data, settings, or other sensitive information may be exposed to any registered user.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege WordPress user account; network access required.

Key dates

06Disclosure timeline

September 9, 2021 CVE published
August 4, 2024 Record updated

Related vulnerabilities

08Related CVE