CVE-2026-16273
Received Received - Intake

Stored XSS in Narrative Publisher WordPress Plugin

Vulnerability report for CVE-2026-16273, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-02

Last updated on: 2026-08-02

Assigner: WPScan

Description

The Narrative Publisher WordPress plugin through 1.0.7 does not restrict write access to a REST-exposed post meta field or escape it when rendering, allowing users with contributor-level access and above to store JavaScript that executes in the browser of any higher-privileged user who views the affected post.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-02
Last Modified
2026-08-02
Generated
2026-08-02
AI Q&A
2026-08-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
narrative_publisher narrative_publisher 1.0.7

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Narrative Publisher WordPress plugin through version 1.0.7 has a vulnerability where it does not restrict write access to a REST-exposed post meta field. This allows users with contributor-level access or higher to store malicious JavaScript code in that field. When a higher-privileged user views the affected post, the stored JavaScript executes in their browser.

Detection Guidance

Check for unauthorized JavaScript stored in post meta fields via WordPress REST API. Inspect posts for unusual meta values using SQL queries like SELECT * FROM wp_postmeta WHERE meta_key LIKE '%javascript%' OR meta_value LIKE '%javascript%'. Review user roles with contributor access or higher for suspicious activity.

Impact Analysis

This vulnerability can allow attackers with low-level access to inject and execute arbitrary JavaScript in the browsers of higher-privileged users. This could lead to session hijacking, unauthorized actions on behalf of the higher-privileged user, or theft of sensitive data such as credentials or personal information.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by allowing unauthorized JavaScript execution in user browsers. If sensitive data is displayed on affected posts, malicious scripts could exfiltrate that data, violating confidentiality requirements under both regulations.

Mitigation Strategies

Update the Narrative Publisher plugin to the latest version if available. Restrict write access to post meta fields via plugin settings or custom code. Sanitize all user input and escape output in WordPress posts. Consider temporarily disabling the plugin until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16273. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart