CVE-2026-1719
Published: 06 May 2026
Summary
CVE-2026-1719 is a high-severity SQL Injection (CWE-89) vulnerability in Gravitybooking (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2026-1719 is a SQL injection vulnerability (CWE-89) in the Gravity Bookings Premium plugin for WordPress, affecting all versions up to and including 2.5.9. The issue stems from insufficient escaping of a user-supplied parameter combined with a lack of sufficient preparation in the existing SQL query, enabling attackers to inject malicious SQL code.
Unauthenticated attackers can exploit this vulnerability over the network with low attack complexity, no privileges, and no user interaction required, earning it a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). Exploitation allows appending additional SQL queries to ongoing ones, resulting in the extraction of sensitive information from the database.
Mitigation details are available in advisories from the plugin vendor at https://gravitybooking.com/ and Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/ce032abe-ee9d-4be1-ac97-5fa95d598e85?source=cve, published on 2026-05-06.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-27548
Vulnerability details
The Gravity Bookings Premium plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 2.5.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This…
more
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.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated SQL injection in public-facing WordPress plugin enables remote exploitation of the application for database data extraction.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly counters the SQL injection by requiring validation and sanitization of user-supplied parameters lacking sufficient escaping and preparation in the plugin's SQL queries.
Requires identification, reporting, and correction of the specific SQL injection flaw in Gravity Bookings Premium plugin versions up to 2.5.9.
Provides vulnerability scanning to identify SQL injection issues like this unauthenticated remote exploit in WordPress plugins.