Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-40776 – Unauthenticated Broken Access Control – Eventin (WP Event Solution) Plugin ≤ 4.1.8

Be the first to know when new zero-days emerge:

Summary

CVE-2026-40776 is a high-severity Unauthenticated Broken Access Control vulnerability (CWE-862: Missing Authorization) in the Eventin WordPress plugin (wp-event-solution) by Arraytics, affecting all versions up to and including 4.1.8. The flaw allows unauthenticated remote attackers to obtain a valid session nonce without any credentials, then use it to access and exfiltrate sensitive event order records — including attendee names, contact details, and payment information — and forge new orders entirely without a WordPress account. A vendor patch was released in version 4.1.9, and a public proof-of-concept exploit has been published.

Technical details

  • Root cause (CWE-862 — Missing Authorization): The plugin registers a REST API endpoint (/wp-json/eventin/v1/nonce) in core/Admin/hooks.php with permission_callback => '__return_true', meaning any unauthenticated visitor can retrieve a valid WordPress REST nonce with a single GET request — with no login or privilege required.
  • Nonce misused as authentication: Three authorization-check methods incorrectly treat possession of a nonce as sufficient proof of identity: OrderController::get_item_permissions_check grants access via a logical OR that accepts either a valid WordPress capability or a valid nonce; OrderController::create_item_permissions_check and PaymentController::create_payment_permission_check rely solely on wp_verify_nonce(), with no role or capability check at all.
  • Insecure Direct Object Reference (IDOR): OrderController::get_item retrieves order records by sequential post ID without verifying whether the requesting party owns the order, enabling enumeration and exfiltration of all event orders on the site.
  • Fully open booking endpoint: The /wp-json/eventin/v2/orders/book-seats REST route is registered with permission_callback => function() { return true; }, applying no access control of any kind.
  • Attack vector: Fully network-based; requires no authentication, no prior account, no special configuration, and no user interaction. A four-step unauthenticated HTTP sequence (obtain nonce → enumerate orders by ID → read PII → forge orders) is sufficient for full exploitation.
  • Impact: Complete unauthenticated disclosure of customer order data — full names, email addresses, phone numbers, payment method details, and attendee rosters — and unauthorized creation or modification of event bookings via the WooCommerce-integrated ticketing system.

Affected software

  • Eventin – Event Calendar, Event Registration, Tickets & Booking (plugin slug: wp-event-solution) by Arraytics — all versions ≤ 4.1.8

Severity

CVSS v3.1 Base Score: 7.5 (High)
Vector string: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Mitigation and recommended actions

  • Immediate: Update the Eventin plugin to version 4.1.9 or later, which contains the vendor-released security fix.
  • If immediate patching is not feasible: Block access to the following REST API routes at the web server or WAF layer until the plugin can be updated:
    • /wp-json/eventin/v1/nonce
    • /wp-json/eventin/v2/orders (and all sub-paths)
    • /wp-json/eventin/v2/payments
    • /wp-json/eventin/v2/orders/book-seats

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge