BookingPress Plugin
CVE-2024-3022
HIGH
Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
The BookingPress plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient filename validation in the 'bookingpress_process_upload' function in all versions up to, and including 1.0.87. This allows an authenticated attacker with administrator-level capabilities or higher to upload arbitrary files on the affected site's server, enabling remote code execution.
AnalysisAI
Authenticated arbitrary file upload in the BookingPress WordPress plugin (versions through 1.0.87) enables remote code execution by administrator-level users who can upload malicious files via the 'bookingpress_process_upload' function. Publicly available exploit code exists and EPSS places this in the 92nd percentile (8.31% probability), indicating elevated likelihood of exploitation attempts despite the high-privilege requirement. The flaw affects the free WordPress edition distributed by Repute InfoSystems.
Technical ContextAI
BookingPress is a WordPress appointment-booking plugin developed by Repute InfoSystems (CPE: cpe:2.3:a:reputeinfosystems:bookingpress) used to manage service scheduling and bookings on WordPress sites. The root cause is CWE-434 (Unrestricted Upload of File with Dangerous Type): the 'bookingpress_process_upload' handler fails to properly validate filenames or extensions, so an attacker can supply a file whose name or extension causes PHP (or another server-interpreted handler) to execute the uploaded content when accessed via the web. Because WordPress administrators can install plugins and themes by design, this represents an additional vector that bypasses normal upload paths and is reachable through the plugin's own AJAX/REST endpoint regardless of stricter WordPress core upload filters.
RemediationAI
Patch available per vendor advisory - upgrade the BookingPress plugin to a version later than 1.0.87 (the version that introduced the fix should be verified against the Wordfence advisory and wordpress.org plugin page before deployment). As compensating controls until upgrade, restrict administrator account access via strong MFA and IP allowlisting on /wp-admin to reduce the attack surface that depends on a compromised admin, disable the BookingPress plugin entirely if it is not in active use (this disables booking functionality on the site), and configure the web server to deny PHP execution within the plugin's uploads directory (this prevents direct execution of uploaded payloads but may break legitimate plugin features that rely on serving uploaded files). A WAF rule blocking requests to the 'bookingpress_process_upload' AJAX action with executable extensions is an additional layer but is not a substitute for patching.
More in Bookingpress
View allThe BookingPress WordPress plugin before 1.0.11 fails to properly sanitize user supplied POST data before it is used in
The BookingPress - Appointment Booking Calendar Plugin and Online Scheduling Plugin plugin for WordPress is vulnerable t
The BookingPress - Appointment Booking Calendar Plugin and Online Scheduling Plugin plugin for WordPress is vulnerable t
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Repute Infosystems
Improper Authentication vulnerability in Repute Infosystems BookingPress allows Accessing Functionality Not Properly Con
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in reputeinfosystems
The BookingPress plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient file validation on the
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Booking & Appointm
The Appointment Booking Calendar Plugin and Scheduling Plugin - BookingPress plugin for WordPress is vulnerable to SQL I
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Repute Infosystems BookingPress - Appointmen
Missing Authorization vulnerability in Repute Infosystems BookingPress.0.82. Rated medium severity (CVSS 5.3), this vuln
Authorization Bypass Through User-Controlled Key vulnerability in Repute Infosystems BookingPress.0.81. Rated medium sev
Share
External POC / Exploit Code
Leaving vuln.today