🔐 CVE Alert

CVE-2026-6286

HIGH 7.2

Booking for Appointments and Events Calendar <= 2.2 - Unauthenticated Stored Cross-Site Scripting via Customer Name Fields in Booking Submission

CVSS Score
7.2
EPSS Score
0.0%
EPSS Percentile
0th

The Booking for Appointments and Events Calendar – Amelia plugin for WordPress is vulnerable to Stored Cross-Site Scripting via customer name fields in versions up to and including 2.2. This is due to an authentication bypass where the AddBookingCommand explicitly skips nonce verification (Command.php line 186), allowing unauthenticated users to submit booking data. While the plugin applies sanitize_text_field() to customer firstName and lastName fields (BookingApplicationService.php lines 302-308), this function only removes HTML tags and preserves special characters including double quotes. The vulnerability manifests in the administrative Calendar view where a FullCalendar eventContent callback interpolates customer names directly into JavaScript template literals (redesign/dist/index.js line 199) and renders them via innerHTML without proper HTML entity encoding. Because double quotes are preserved, an attacker can inject payloads like '" onmouseover="alert(document.cookie)"' to break out of the title attribute and inject malicious event handlers. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that will execute when an administrator accesses the Calendar page and hovers over the malicious appointment.

CWE CWE-79
Vendor melograno
Product booking for appointments and events calendar – amelia
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for melograno booking for appointments and events calendar – amelia

Be the first to know when new high vulnerabilities affecting melograno booking for appointments and events calendar – amelia are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

melograno / Booking for Appointments and Events Calendar – Amelia
0 ≤ 2.2

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/a330336e-82ad-41f4-b1b1-d93d9905aabd?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/trunk/redesign/dist/index.js#L199 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/tags/2.1.3/redesign/dist/index.js#L199 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/trunk/src/Application/Services/Booking/BookingApplicationService.php#L302 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/tags/2.1.3/src/Application/Services/Booking/BookingApplicationService.php#L302 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/trunk/src/Application/Commands/Command.php#L186 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/tags/2.1.3/src/Application/Commands/Command.php#L186 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/trunk/src/Application/Commands/Booking/Appointment/AddBookingCommandHandler.php#L46 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/ameliabooking/tags/2.1.3/src/Application/Commands/Booking/Appointment/AddBookingCommandHandler.php#L46 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3499608/ plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3505826/

Credits

Lucas Montes (NiRoX)