CVE-2026-13039 MEDIUM

CVE-2026-13039: Eventin 4.0.26 - 4.1.15 - Missing Authorization to Unauthenticated Payment Bypass via REST API

Vendor Arraytics
Product Eventin – Event Calendar, Event Registration, Tickets & Booking (AI Powered)
Weakness CWE-862 · Missing authorization
Published July 10, 2026
Last update July 13, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

The Eventin – Event Calendar, Event Registration, Tickets & Booking (AI Powered) plugin for WordPress is vulnerable to authorization bypass due to a regression in versions from 4.0.26 up to and including 4.1.15. This is due to the plugin not properly verifying that a user is authorized to perform an action in the payment_complete() function of PaymentController.php. This makes it possible for unauthenticated attackers to mark unpaid ticket orders as completed by submitting a fabricated SureCart checkout ID or FluentCart cart hash, granting themselves paid event access, QR-code attendee tickets, and order confirmation emails without making any real payment. The wp_rest nonce required to reach the vulnerable endpoint is embedded in every public event page, meaning no WordPress session or credentials are needed to obtain it. This vulnerability represents a regression — the same function and endpoint were previously patched but the fix did not persist through subsequent releases.

Explanation of Vulnerability in Simple Terms

02Summary

Eventin versions 4.0.26 through 4.1.15 lack proper authorization checks, allowing unauthenticated attackers to modify data on the site. The vulnerability requires no user interaction and can be exploited over the network. Site administrators should update to a version newer than 4.1.15 to remediate this issue.

What an attacker can do

03Attacker Capabilities

Modify site data without authentication or permission.

Potential impact on your site

04Site Impact

Unauthorized users can alter event data, registrations, or booking information on your site.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 10, 2026 CVE published
July 13, 2026 Record updated

Related vulnerabilities

08Related CVE