← Vulnerability feed

Vulnerability record · CVE-2024-4439 · published 3 May 2024

CVE-2024-4439: WordPress Core Avatar Block Stored XSS via Display Name

Wordpress · Wordpress

WordPress Core fails to escape user display names in the Avatar block, allowing stored cross-site scripting in versions up to 6.5.2. Authenticated contributors and above can inject scripts, and unauthenticated attackers can inject via the comment block when it displays the comment author's avatar. The flaw matters because injected scripts execute for any visitor viewing the affected page.

6.1 CVSS 3.1 Medium EPSS 71% · top 0.6% CWE-80 · CWE-80
6.1CVSS 3.1 base score
71%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
10References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

WordPress Core is vulnerable to Stored Cross-Site Scripting via user display names in the Avatar block in various versions up to 6.5.2 due to insufficient output escaping on the display name. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. In addition, it also makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that have the comment block present and display the comment author's avatar.

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

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityThe flaw is remotely reachable, has a public exploit reference, and a very high EPSS score despite a medium CVSS rating.

What it is

WordPress Core fails to escape user display names in the Avatar block, allowing stored cross-site scripting in versions up to 6.5.2. Authenticated contributors and above can inject scripts, and unauthenticated attackers can inject via the comment block when it displays the comment author's avatar. The flaw matters because injected scripts execute for any visitor viewing the affected page.

Impact

An attacker can execute arbitrary JavaScript in the context of a victim's browser session, enabling session theft, credential harvesting, or actions performed as the victim.

Attack surface

Reachable over the network through the Avatar block and comment block; contributor-level authentication is needed for the display-name path, while the comment-block path requires no authentication but depends on the block being present. The CVSS vector shows no privileges required and user interaction required, consistent with a victim needing to view the injected page.

Exploitation

Not listed in CISA KEV, but EPSS is 0.71024 (99.372 percentile), indicating high predicted exploitation activity, and a third-party advisory is tagged Exploit.

What to do

  • Update WordPress Core to 6.5.2 or later, which contains the patch referenced in the changesets.
  • If immediate patching is not possible, restrict contributor-level accounts and review display names for suspicious content.
  • Disable or remove the Avatar block and comment block avatar display where not needed.
  • Apply a web application firewall rule to block script payloads in display names and comment author fields.
  • Audit existing user display names and comments for injected script content and clean any found.

Detection

  • Search user display names and comment author fields for script tags or event handler attributes.
  • Monitor web server and application logs for requests containing script payloads in profile or comment submission parameters.
  • Inspect rendered pages containing the Avatar block for unexpected inline scripts or DOM changes.
  • Review WordPress audit logs for contributor-level profile updates followed by anomalous page content changes.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2024-4439 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-63030WordPress REST API route confusion leads to SQL injection and RCEWordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 contain a REST API batch endpoint route confusion flaw (CWE-436). Chained with the author__not_in…KEVEPSS 10%analysed9.8CVE-2016-10033PHPMailer isMail mailSend argument injection enables remote code executionPHPMailer before 5.2.18 fails to properly sanitize the Sender property in the mailSend function of the isMail transport, allowing a crafted backslash…KEVEPSS 100%analysed5.9CVE-2026-60137WordPress WP_Query author__not_in SQL injectionWordPress core fails to properly sanitise the author__not_in parameter of WP_Query in versions before 6.8.6, 6.9.5 and 7.0.2, allowing SQL injection …KEVEPSS 5.9%analysed10.0CVE-2012-2399Wordpress vulnerabilityCross-site scripting (XSS) vulnerability in swfupload.swf in SWFupload 2.2.0.1 and earlier, as used in WordPress before 3.5.2, TinyMCE Image Manager …EPSS 8.6%10.0CVE-2012-2400Wordpress vulnerabilityUnspecified vulnerability in wp-includes/js/swfobject.js in WordPress before 3.3.2 has unknown impact and attack vectors.EPSS 3.0%10.0CVE-2011-3125Wordpress vulnerabilityUnspecified vulnerability in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 has unknown impact and attack vectors related to "Various security hard…EPSS 2.4%10.0CVE-2011-3122Wordpress vulnerabilityUnspecified vulnerability in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 has unknown impact and attack vectors related to "Media security."EPSS 2.6%10.0CVE-2009-2853Wordpress permissions and access controls vulnerabilityWordpress before 2.8.3 allows remote attackers to gain privileges via a direct request to (1) admin-footer.php, (2) edit-category-form.php, (3) edit-…EPSS 4.7%

Source: NIST National Vulnerability Database (record CVE-2024-4439), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.