Vulnerability Description
The Booking System Trafft plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `bookingWebsiteUrl` setting in all versions up to, and including, 1.0.17 due to a missing capability check on the `set_options` AJAX action when the plugin is operating in agency mode. The `trafftSetOptions()` handler verifies a nonce that is exposed to any authenticated user (it is printed inline on every admin page, including profile.php) but performs no capability check before calling `update_option('trafft_option', ['bookingWebsiteUrl' => ...])`. This setting is then used by `trafftAdminAssets()` to enqueue `<bookingWebsiteUrl>/embed.js` as a script on every front-end page that renders the booking shortcode. This makes it possible for authenticated attackers, with Subscriber-level access and above, to point the embed-script URL at an attacker-controlled origin and execute arbitrary JavaScript in the browser of every site visitor (including admins).
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/tags/1.0.17/tra
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/tags/1.0.17/tra
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/tags/1.0.17/tra
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/tags/1.0.17/tra
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/tags/1.0.17/tra
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/trunk/trafft.ph
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/trunk/trafft.ph
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/trunk/trafft.ph
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/trunk/trafft.ph
- https://plugins.trac.wordpress.org/browser/booking-system-trafft/trunk/trafft.ph
- https://www.wordfence.com/threat-intel/vulnerabilities/id/e93060cf-2df3-4d45-a1f
FAQ
What is CVE-2026-8791?
CVE-2026-8791 is a vulnerability with a CVSS score of 6.4 (MEDIUM). The Booking System Trafft plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `bookingWebsiteUrl` setting in all versions up to, and including, 1.0.17 due to a missing capability...
How severe is CVE-2026-8791?
CVE-2026-8791 has been rated MEDIUM with a CVSS base score of 6.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8791?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.