CVE-2026-12937 PUBLISHED

Tourfic <= 2.22.7 - Unauthenticated SQL Injection via 'post_id' Parameter

Assigner: Wordfence
Reserved: 22.06.2026 Published: 25.06.2026 Updated: 25.06.2026

The Tourfic – AI Powered Travel Booking, Hotel Booking & Car Rental WordPress Plugin plugin for WordPress is vulnerable to generic SQL Injection via the 'post_id' parameter in all versions up to, and including, 2.22.7 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 AJAX handler is registered for unauthenticated users via wp_ajax_nopriv_tf_room_availability, and the required nonce is emitted on the public single-hotel page template, allowing unauthenticated attackers to freely obtain a valid nonce and reach the vulnerable code path.

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 themefic
Product Tourfic – AI Powered Travel Booking, Hotel Booking & Car Rental WordPress Plugin
Versions Default: unaffected
  • affected from 0 to 2.22.7 (incl.)

Credits

  • PRISM finder

References

Problem Types

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