CVE-2026-6286
Last modified
CVE-2026-6286 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. 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. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| melograno | Booking for Appointments and Events Calendar – Amelia | <= 2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-6286?
How severe is CVE-2026-6286?
How do I fix CVE-2026-6286?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6284An attacker with network access to the PLC is able to brute …9.3
- CVE-2026-62842Out-of-bounds read in Microsoft Office allows an unauthorize…5.5
- CVE-2026-62843File Browser is a file managing interface for uploading, del…6.8
- CVE-2026-62845Kamaji is the Hosted Control Plane Manager for Kubernetes. P…4.7
- CVE-2026-6285Weak Password Recovery Mechanism for Forgotten Password vuln…7.5
- CVE-2026-62857Fedify is a TypeScript library for building federated server…8.8
- CVE-2026-62861TypeBot is a chatbot builder tool. Prior to 3.18.0, any auth…6.4
- CVE-2026-62862Typebot is an open-source chatbot builder. In self-hosted ve…9.1
- CVE-2026-62865Typebot is an open-source chatbot builder. In self-hosted ve…8.7
- CVE-2026-62866Dasel is a command-line tool and library for querying, modif…6.2
- CVE-2026-62867Incus is a system container and virtual machine manager. Pri…9.9
- CVE-2026-62869Insufficient verification of data authenticity in Azure Entr…8.8
Are you affected by CVE-2026-6286?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
