CVE-2026-1719
SQL Injection in Gravity Bookings Premium WordPress Plugin
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gravitybookings | gravity_bookings_premium | to 2.5.9 (inc) |
| gravity_forms | gravity_bookings_premium | to 2.5.9 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Gravity Bookings Premium plugin for WordPress has a vulnerability known as SQL Injection in all versions up to and including 2.5.9. This occurs because the plugin does not properly escape user-supplied parameters and does not sufficiently prepare the existing SQL queries. As a result, unauthenticated attackers can insert additional malicious SQL queries into the existing ones.
This vulnerability allows attackers to manipulate the database queries executed by the plugin, potentially extracting sensitive information from the database.
How can this vulnerability impact me? :
This SQL Injection vulnerability can have serious impacts including unauthorized access to sensitive data stored in the database. Since attackers can append additional SQL queries, they may extract confidential information without authentication.
The vulnerability has a CVSS v3.1 base score of 7.5, indicating a high severity with network attack vector, low attack complexity, no privileges required, and no user interaction needed. The impact is primarily on confidentiality, allowing attackers to read sensitive data.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability exists in all versions of the Gravity Bookings Premium plugin up to and including 2.5.9. To mitigate this vulnerability, the immediate step is to update the plugin to a version later than 2.5.9 where the SQL Injection issue has been fixed.
Additionally, as a general best practice, restrict access to the WordPress admin area and plugin files, and monitor your database for any suspicious queries or unauthorized access attempts.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows unauthenticated attackers to perform SQL Injection attacks that can extract sensitive information from the database. This exposure of sensitive data could potentially lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access.
However, the provided information does not explicitly detail the specific compliance impacts or any regulatory assessments related to this vulnerability.