Skip to main content

Event Tickets and Registration EUVDEUVD-2026-51709

| CVE-2026-14822 MEDIUM
Improper Access Control (CWE-284)
2026-08-01 WPScan GHSA-rpwc-gx32-cjcf
5.3
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
5.3 MEDIUM

Endpoint is network-exposed with no authentication (PR:N, AV:N); only order status integrity is affected with no data disclosure or service disruption.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

5
Analysis Generated
Aug 05, 2026 - 17:46 vuln.today
CVSS changed
Aug 05, 2026 - 17:22 NVD
5.3 (MEDIUM)
Patch available
Aug 01, 2026 - 07:01 EUVD
CVE Published
Aug 01, 2026 - 06:00 cve.org
MEDIUM 5.3
CVE Published
Aug 01, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

The Event Tickets and Registration WordPress plugin before 5.29.0.1 does not perform any authorization check on one of its order-management REST endpoints, allowing unauthenticated users to change the status of existing orders.

AnalysisAI

Unauthenticated order status manipulation is possible in the Event Tickets and Registration WordPress plugin across all versions before 5.29.0.1, due to a completely absent authorization check on an order-management REST endpoint. Any remote actor - with no credentials or privileges - can alter the status of existing orders, enabling fraud scenarios such as marking unpaid orders as completed. A publicly available exploit exists per WPScan; however, EPSS at 0.14% (4th percentile) indicates mass exploitation has not materialized at time of analysis, and the vulnerability is not listed in CISA KEV.

Technical ContextAI

The root cause is CWE-284 (Improper Access Control). WordPress REST API endpoints must explicitly define a permission_callback that enforces capability checks (e.g., manage_woocommerce, nonce verification, or equivalent). When this callback is absent or returns true unconditionally, WordPress grants unauthenticated access to the endpoint. The affected plugin's order-management route omits this check entirely, exposing write-capable order state transitions to the public internet. The affected CPE is cpe:2.3:a:unknown:event_tickets_and_registration:*:*:*:*:*:*:*:*, covering the full version range up to but not including 5.29.0.1. The plugin is designed to manage event registrations and ticket sales directly within WordPress, making order integrity a business-critical concern.

RemediationAI

Update the Event Tickets and Registration plugin to version 5.29.0.1 or later immediately; this release introduces the missing authorization enforcement on the affected REST endpoint. The patch is vendor-confirmed and referenced in the WPScan advisory at https://wpscan.com/vulnerability/ec32cf58-9fc0-4817-8492-92d80be74ef4/. If the plugin cannot be updated immediately, a compensating control is to add a WAF rule blocking unauthenticated HTTP requests (POST, PUT, PATCH) to the plugin's order-management REST route under /wp-json/; note this may disrupt legitimate frontend checkout flows that rely on the same route, so test carefully. Alternatively, temporarily deactivating the plugin eliminates exposure but also removes all event ticketing functionality. Enumerate all active plugin versions across your WordPress fleet using WP-CLI (wp plugin list --status=active) to identify unpatched instances at scale.

Share

EUVD-2026-51709 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy