WordPress
CVE-2025-14065
MEDIUM
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Simple Bike Rental plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'simpbire_carica_prenotazioni' AJAX action in all versions up to, and including, 1.0.6. This makes it possible for authenticated attackers, with Subscriber-level access and above, to retrieve all booking records containing customers' personally identifiable information (PII), including names, email addresses, and phone numbers.
AnalysisAI
Simple Bike Rental WordPress plugin versions up to 1.0.6 allow authenticated subscribers to retrieve sensitive customer booking data due to missing capability checks on the 'simpbire_carica_prenotazioni' AJAX action. Attackers with subscriber-level access can exfiltrate personally identifiable information including names, email addresses, and phone numbers from all booking records. CVSS 4.3 reflects the moderate severity of unauthorized information disclosure without requiring administrative access.
Technical ContextAI
The vulnerability stems from an AJAX handler ('simpbire_carica_prenotazioni') that lacks proper WordPress capability verification (CWE-862: Missing Authorization). WordPress capabilities control user access to admin functions; the flaw permits any authenticated user at subscriber level or above to invoke this AJAX action directly without capability checks, bypassing intended access controls. The vulnerability is located in the plugin's ajax.php file, where the action handler processes and returns booking records. This is a classic WordPress privilege escalation pattern where subscriber roles-typically limited to managing their own content-gain unauthorized access to administrative data.
Affected ProductsAI
Simple Bike Rental WordPress plugin in all versions up to and including 1.0.6. The plugin is hosted on WordPress.org plugin repository. Organizations using this plugin for bike rental booking management with subscriber-level registrations are at risk. Reference the plugin's changeset history at https://plugins.trac.wordpress.org/changeset/3414692/simple-bike-rental/ and advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/06f4e758-3328-4ac1-956a-cfadddd12e53.
RemediationAI
Update Simple Bike Rental to version 1.0.7 or later, which implements proper WordPress capability checks on the vulnerable AJAX action. Site administrators should immediately upgrade via WordPress admin plugin dashboard (Plugins > Installed Plugins > Simple Bike Rental > Update). If immediate patching is not possible, consider temporarily restricting subscriber role creation or limiting subscriber permissions via user role editor plugins until patched. Review booking records and customer PII exposure; if the site is public-facing, consider notifying users of the potential exposure. Confirmation of the patched version is available in the plugin repository changeset history referenced above.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today