AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-49466

MEDIUM · CVSS 6.5 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The Draft List plugin for WordPress, specifically versions 2.6.3 and below, is vulnerable to stored Cross-Site Scripting (XSS) due to improper handling of the `{{draft}}` placeholder within HTML attributes. This flaw allows attackers to inject malicious JavaScript that executes in the browsers of users viewing the affected public pages, potentially compromising user data and site integrity. WordPress site administrators using this plugin should prioritize updating to version 2.6.4 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-49466
Severity
MEDIUM
CVSS
6.5
EPSS
0.16%
WordPress Java

Original NVD Description

Draft List is a WordPress plugin to manage and promote unpublished content. Versions 2.6.3 and below are vulnerable to stored Cross-Site Scripting (XSS) in the `[drafts]` shortcode and Draft List widget when the documented custom `template` option places the `{{draft}}` placeholder inside an HTML attribute. The vulnerable code inserts the raw draft `post_title` into `{{draft}}` when the current viewer cannot edit posts. Because the template is sanitized before `{{draft}}` replacement, a Contributor can store a quote-only title payload that breaks out of an attribute in a site-configured Draft List template and executes JavaScript for visitors who load the public page. Version 2.6.4 fixes the issue.