Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/football-pool/tags/2.13.4/widgets/wid
- https://plugins.trac.wordpress.org/browser/football-pool/tags/2.13.4/widgets/wid
- https://plugins.trac.wordpress.org/browser/football-pool/tags/2.13.4/widgets/wid
- https://plugins.trac.wordpress.org/browser/football-pool/trunk/widgets/widget-fo
- https://plugins.trac.wordpress.org/browser/football-pool/trunk/widgets/widget-fo
- https://plugins.trac.wordpress.org/browser/football-pool/trunk/widgets/widget-fo
- https://plugins.trac.wordpress.org/changeset/3538628/football-pool/trunk/widgets
- https://www.wordfence.com/threat-intel/vulnerabilities/id/c5d17538-30ff-423c-bd6
FAQ
What is CVE-2026-8790?
CVE-2026-8790 is a vulnerability with a CVSS score of 6.1 (MEDIUM). 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 ins...
How severe is CVE-2026-8790?
CVE-2026-8790 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8790?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.