CVE-2026-57400
Deferred Deferred - Pending Action

Missing Authorization in Event Tickets Manager for WooCommerce

Vulnerability report for CVE-2026-57400, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Missing Authorization vulnerability in WP Swings Event Tickets Manager for WooCommerce event-tickets-manager-for-woocommerce allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Event Tickets Manager for WooCommerce: from n/a through <= 1.5.5.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wp_swings event_tickets_manager_for_woocommerce to 1.5.5 (inc)
wp_swings event_tickets_manager_for_woocommerce From 1.0.0 (inc) to 1.5.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-57400 is a Broken Access Control vulnerability in the WordPress Event Tickets Manager for WooCommerce plugin, specifically versions 1.5.5 and earlier.

This vulnerability arises from missing authorization, authentication, or nonce token checks, which allows unauthenticated users to perform actions that should require higher privileges.

Essentially, attackers can exploit incorrectly configured access control security levels to carry out unauthorized actions within affected websites.

Detection Guidance

To detect the presence of the vulnerable Event Tickets Manager for WooCommerce plugin on your WordPress site, you can check the installed version of the plugin.

  • Log in to your WordPress admin dashboard and navigate to 'Plugins'. Look for 'Event Tickets Manager for WooCommerce' and check its version. If the version is 1.5.5 or earlier, your site is vulnerable.

For network-level detection, you can scan for WordPress sites running the vulnerable plugin using tools like WPScan or custom scripts. Below are some commands to help identify vulnerable installations:

  • Using WPScan (replace 'your-site.com' with the target domain): wpscan --url your-site.com --enumerate vp --plugins-detection aggressive
  • Check the plugin version via HTTP request (replace 'your-site.com' with the target domain): curl -sI 'https://your-site.com/wp-content/plugins/event-tickets-manager-for-woocommerce/readme.txt' | grep 'Stable tag'

If the 'Stable tag' in the readme.txt file shows a version <= 1.5.5, the plugin is vulnerable.

Additionally, monitor network traffic for unusual or unauthorized requests to WordPress admin-ajax.php or REST API endpoints associated with the plugin, as these may indicate exploitation attempts.

Impact Analysis

This vulnerability poses a moderate risk with a CVSS score of 6.5, allowing attackers to perform higher-privileged actions without authentication.

Exploitation could lead to unauthorized changes or actions on your website, potentially affecting the integrity and availability of your event ticket management.

Attackers could exploit this vulnerability in mass campaigns targeting thousands of websites, increasing the likelihood of widespread impact.

Users are advised to update to version 1.5.6 immediately or apply mitigation rules to block attacks until updating.

Compliance Impact

This vulnerability, which involves missing authorization and broken access control, can impact compliance with standards and regulations like GDPR and HIPAA in several ways.

  • GDPR: The vulnerability allows unauthenticated users to perform higher-privileged actions, which could lead to unauthorized access to personal data. Under GDPR, organizations must implement appropriate technical measures to ensure data protection. Failure to do so may result in non-compliance, leading to potential fines or legal consequences if personal data is exposed or misused.
  • HIPAA: If the affected plugin is used in a healthcare-related context where protected health information (PHI) is processed, this vulnerability could lead to unauthorized access to sensitive patient data. HIPAA requires strict access controls to safeguard PHI, and a broken access control vulnerability may violate these requirements, resulting in compliance violations and penalties.

Additionally, both GDPR and HIPAA emphasize the need for timely patching and vulnerability management. Failure to update the plugin to the patched version (1.5.6) could be seen as negligence, further increasing compliance risks.

Mitigation Strategies

To mitigate the vulnerability in Event Tickets Manager for WooCommerce (versions 1.5.5 and earlier), users should immediately update the plugin to version 1.5.6 or later.

Until the update can be applied, users are advised to implement mitigation rules provided by Patchstack to block attacks exploiting this broken access control vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57400. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart