AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-8790

MEDIUM · CVSS 6.1 EPSS 0.22%

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

CyberRota Analysis

AI-Generated

The Football Pool plugin for WordPress is vulnerable to Reflected Cross-Site Scripting due to inadequate input sanitization and output escaping of the `shouttext` POST parameter in the Shoutbox widget. This flaw allows unauthenticated attackers to execute arbitrary scripts in the browsers of authenticated users, such as Subscribers, who are manipulated into submitting a malicious POST request. WordPress site administrators using this plugin should prioritize patching to mitigate potential exploitation risks.

CVE
CVE-2026-8790
Severity
MEDIUM
CVSS
6.1
EPSS
0.22%
WordPress

Original NVD Description

The Football Pool plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `shouttext` POST parameter of the Shoutbox widget in all versions up to, and including, 2.13.4 due to insufficient input sanitization and output escaping. When a shoutbox form submission fails the nonce check (or `shouttext` is empty, or the user is unable to save), the raw POST value is echoed back into a `<textarea>` element using `printf('%s', ...)` with no HTML escaping. This makes it possible for unauthenticated attackers to execute arbitrary web scripts in the browser of an authenticated victim (Subscriber-level or higher) who is tricked into submitting a crafted POST request to a page that contains the Shoutbox widget.