CVE-2026-15099
Received Received - Intake

Stored XSS in Delicious Recipes WordPress Plugin

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

Publication date: 2026-07-16

Last updated on: 2026-07-16

Assigner: Wordfence

Description

The Delicious Recipes plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'steps' block attribute in versions up to, and including, 1.10.2. This is due to insufficient input sanitization and output escaping in the wrap_direction_text() function, which interpolates the user-supplied href value from nested link nodes ($node['props']['href']) directly into an anchor tag via sprintf() at line 1627 without esc_url() or any URL scheme validation. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts (including javascript: URIs) in pages that will execute whenever a user (such as an editor or administrator previewing the pending post) accesses an injected page and clicks the malicious link.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
delicious_recipes plugin to 1.10.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Delicious Recipes WordPress plugin has a stored cross-site scripting (XSS) vulnerability in versions up to 1.10.2. It allows authenticated attackers with Contributor-level access or higher to inject malicious scripts via the 'steps' block attribute. The vulnerability occurs because user-supplied data is not properly sanitized or escaped before being inserted into a webpage, enabling script execution when users interact with the page.

Detection Guidance

Check WordPress plugins for the Delicious Recipes plugin version 1.10.2 or lower. Inspect posts or pages for malicious scripts in the 'steps' block attribute. Use WordPress admin panel to review pending posts for suspicious links.

Impact Analysis

An attacker could steal cookies, session tokens, or other sensitive data from users who view the infected page. They might also redirect users to malicious sites or perform actions on behalf of the user. Since the attack requires Contributor-level access, it primarily affects websites using the plugin with multiple contributors.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. If exploited, it may result in non-compliance, potential fines, or legal consequences depending on the data involved.

Mitigation Strategies

Update the Delicious Recipes plugin to the latest version. Remove or sanitize any existing malicious scripts in posts. Restrict Contributor-level access to trusted users only. Monitor for unusual activity in WordPress admin logs.

Chat Assistant

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

EPSS Chart