CVE-2026-15335

HIGH

Booking Package <= 1.7.20 - Unauthenticated SQL Injection via 'email' Form Parameter

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-15335. PoCs published by incogbyte.

AI-analyzed exploit summary This repository contains a functional proof-of-concept exploit for CVE-2026-15335, an unauthenticated SQL injection vulnerability in the Booking Package WordPress plugin (≤1.7.20). The exploit demonstrates how a crafted email payload bypasses SQL query filters by leveraging unsanitized input in a LIKE clause, leading to unauthorized data access or manipulation.

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.

Exploits (1)

github WORKING POC 3 stars
by incogbyte · pythonpoc
https://github.com/incogbyte/wp-cve-exploits/tree/main/CVE-2026-15335

This repository contains a functional proof-of-concept exploit for CVE-2026-15335, an unauthenticated SQL injection vulnerability in the Booking Package WordPress plugin (≤1.7.20). The exploit demonstrates how a crafted email payload bypasses SQL query filters by leveraging unsanitized input in a LIKE clause, leading to unauthorized data access or manipulation.

Classification
Working Poc 99%
Attack Type
Sqli
Complexity
Moderate
Reliability
Reliable
Target: Booking Package WordPress plugin ≤1.7.20
No auth needed
Prerequisites: Target must have Booking Package plugin ≤1.7.20 installed · Target must have a calendar account with `blockSameTimeBookingByUser` enabled · WP-CLI access to the target WordPress container (for the PoC script)
mistral-large-3 · analyzed Jul 14, 2026 Full analysis →

Scores

CVSS v3 7.5
EPSS 0.0048
EPSS Percentile 38.9%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-89
Status published
Products (1)
masaakitanaka/Booking Package < 1.7.20
Published Jul 11, 2026
Tracked Since Jul 11, 2026