Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Subscriber-level account required justifies PR:L; network-accessible WordPress endpoint with no interaction; no confidentiality impact confirmed by description and CVSS.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Subscriber Broken Access Control in Travelfic Toolkit <= 1.5.1 versions.
AnalysisAI
Broken access control in the Travelfic Toolkit WordPress plugin (versions <= 1.5.1) permits subscriber-level authenticated users to execute privileged operations without proper authorization enforcement, yielding high integrity and availability impact on the affected installation. The flaw is classified as CWE-862 (Missing Authorization), meaning the plugin fails entirely to verify whether a requesting user holds the necessary capabilities before processing sensitive actions. No public exploit code and no active exploitation have been identified at time of analysis.
Technical ContextAI
Travelfic Toolkit is a WordPress plugin by Themefic (CPE: cpe:2.3:a:themefic:travelfic_toolkit:*:*:*:*:*:*:*:*) providing travel-themed site functionality. The root cause is CWE-862 (Missing Authorization): the plugin exposes one or more AJAX handlers or REST API endpoints that execute privileged operations without attaching WordPress capability checks (e.g., current_user_can()) or nonce verification gated to higher roles. WordPress assigns 'subscriber' as its lowest default authenticated role, typically permitting only profile reads and comment posting. When plugin code omits authorization gates on sensitive actions, any subscriber-level session token becomes sufficient to trigger high-impact operations. This pattern is endemic to WordPress plugin ecosystems where developers add functionality incrementally without consistently applying the principle of least privilege to every registered hook.
RemediationAI
The primary remediation is to update Travelfic Toolkit to a version beyond 1.5.1; consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/travelfic-toolkit/vulnerability/wordpress-travelfic-toolkit-plugin-1-5-1-broken-access-control-vulnerability for the confirmed patched release number, as the specific fix version was not independently confirmed in the available intelligence data. If an immediate update is not possible, disabling public user registration (Settings > General > uncheck 'Anyone can register') eliminates the easiest path to a subscriber account, though this blocks legitimate new registrations as a trade-off. A web application firewall rule targeting the vulnerable plugin's AJAX action names or REST endpoints can serve as an additional compensating control; however, the specific endpoint identifiers are not disclosed in the current intelligence and would require dynamic analysis to enumerate. Plugin deactivation until patching is feasible provides the strongest interim protection at the cost of losing plugin functionality entirely.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57964
GHSA-qrc3-6h55-j468