CVE-2026-3496 PUBLISHED

JetBooking <= 4.0.3 - Unauthenticated SQL Injection via 'check_in_date' Parameter

Assigner: Wordfence
Reserved: 03.03.2026 Published: 11.03.2026 Updated: 11.03.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor Crocoblock
Product JetBooking
Versions Default: unaffected
  • affected from * to 4.0.3 (incl.)

Credits

  • Phú finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE