SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-15021

MEDIUM · CVSS 6.4 EPSS 0.21%

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

CyberRota Analysis

AI-Generated

The wpForo Forum plugin for WordPress is susceptible to Stored Cross-Site Scripting due to inadequate input sanitization in the 'location' Profile Field, affecting all versions up to 3.1.1. This vulnerability allows authenticated attackers with subscriber-level access or higher to inject malicious scripts that execute when other users access the compromised pages. WordPress site administrators using this plugin should prioritize patching to mitigate potential exploitation risks.

CVE
CVE-2026-15021
Severity
MEDIUM
CVSS
6.4
EPSS
0.21%
WordPress

Original NVD Description

The wpForo Forum plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'location' Profile Field in all versions up to, and including, 3.1.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The sanitize_text_field() function applied at input does not encode double quotes, allowing attribute breakout via a payload that escapes the href attribute context and injects event handler attributes.