VYPR
High severity7.5NVD Advisory· Published Mar 11, 2026· Updated Apr 22, 2026

CVE-2026-3496

CVE-2026-3496

Description

The JetBooking plugin for WordPress is vulnerable to SQL Injection via the 'check_in_date' parameter in all versions up to, and including, 4.0.3. This is 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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

An unauthenticated SQL injection flaw in the JetBooking WordPress plugin (≤4.0.3) allows attackers to extract sensitive data via the check_in_date parameter.

The JetBooking plugin for WordPress, versions 4.0.3 and earlier, contains a SQL injection vulnerability in the check_in_date parameter. The root cause is insufficient escaping of user-supplied input and lack of prepared statements in the SQL query construction [1].

An unauthenticated attacker can exploit this by sending a crafted HTTP request containing malicious SQL code in the check_in_date parameter. Because the parameter is not properly sanitized, the injected SQL becomes part of the existing query, allowing the attacker to modify the query's logic [1].

The primary impact is data confidentiality. A successful attack can enable the attacker to extract sensitive information from the WordPress database, such as user credentials, session tokens, or plugin configuration data. The vulnerability does not require authentication, increasing its severity [1].

The vendor, Crocoblock, has released a patched version of the JetBooking plugin to address this issue. Users are advised to update to the latest version as soon as possible [1].

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.