Description
The Booking Package plugin for WordPress is vulnerable to generic SQL Injection via 'email' Form Parameter (form<N>) in all versions up to, and including, 1.7.20 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The vulnerable REST API endpoint /wp-json/booking-package/v1/request is registered with permission_callback: __return_true and wp_magic_quotes does not apply to REST-sourced $_POST values, meaning single quotes in the payload reach the SQL sink intact without any authentication requirement. The impact of this is severely limited as the vulnerable parameter goes through is_email.
Published: 2026-07-11
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Booking Package plugin for WordPress contains a generic SQL injection flaw that is triggered by the 'email' form parameter in the /wp-json/booking-package/v1/request REST endpoint. The parameter is passed to the database without escaping or prepared statements, and the endpoint’s permission callback is __return_true, meaning no authentication is required for access. As a result, an attacker can inject arbitrary SQL commands that reach the database layer, potentially allowing extraction of sensitive data; however, the impact is severely limited as the vulnerable parameter is used only within the is_email context, restricting the scope of damage. The weakness is classified as CWE‑89.

Affected Systems

WordPress sites running Booking Package version 1.7.20 or earlier are affected. The vulnerability exists in all installations that have not upgraded beyond that release.

Risk and Exploitability

The base CVSS score is 7.5, indicating a high severity. Its EPSS score is below 1 %, showing a low current exploitation probability, and it is not cataloged in the CISA KEV list. The vulnerability can be exploited over the network via an unauthenticated HTTP POST to the open REST endpoint; the payload must include an unescaped 'email' field, but no prior authentication or privileged access is required.

Generated by OpenCVE AI on July 29, 2026 at 09:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Booking Package plugin to any release newer than 1.7.20 where the SQL injection issue is fixed.
  • If an immediate upgrade is not feasible, block the /wp-json/booking-package/v1/request endpoint using a web‑application firewall or server‑side rules, or disable the plugin entirely until the patch is applied.
  • Configure a temporary access restriction on the REST endpoint by changing the permission callback to require authentication, and use a WAF to monitor for and block SQL injection patterns targeting the 'email' parameter until a permanent fix is in place.

Generated by OpenCVE AI on July 29, 2026 at 09:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 11 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
First Time appeared Masaakitanaka
Masaakitanaka booking Package
Wordpress
Wordpress wordpress
Vendors & Products Masaakitanaka
Masaakitanaka booking Package
Wordpress
Wordpress wordpress

Sat, 11 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Description The Booking Package plugin for WordPress is vulnerable to generic SQL Injection via 'email' Form Parameter (form<N>) in all versions up to, and including, 1.7.20 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The vulnerable REST API endpoint /wp-json/booking-package/v1/request is registered with permission_callback: __return_true and wp_magic_quotes does not apply to REST-sourced $_POST values, meaning single quotes in the payload reach the SQL sink intact without any authentication requirement. The impact of this is severely limited as the vulnerable parameter goes through is_email.
Title Booking Package <= 1.7.20 - Unauthenticated SQL Injection via 'email' Form Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Masaakitanaka Booking Package
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-14T14:24:49.343Z

Reserved: 2026-07-09T19:26:57.609Z

Link: CVE-2026-15335

cve-icon Vulnrichment

Updated: 2026-07-14T14:24:44.236Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T09:30:18Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')