CVE-2019-25745: WordPress Plugin Google Review Slider 6.1 SQL Injection via tid
WordPress Plugin Google Review Slider 6.1 contains a time-based blind SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the 'tid' parameter. Attackers can send GET requests to the admin interface with malicious 'tid' values to extract sensitive database information using time-based blind SQL injection techniques.
Security readout for executives and security teams
Plain-English summary
This is a high-risk SQL injection issue in the WordPress Google Review Slider plugin version 6.1. An unauthenticated attacker may be able to manipulate database queries through a vulnerable parameter and extract sensitive data over time. The sources do not identify a fixed version or confirm active exploitation.
Executive priority
Treat this as urgent for internet-facing WordPress sites because the issue is unauthenticated and may expose database information. Prioritize asset inventory, removal or containment, and monitoring while confirming vendor remediation.
Technical view
CVE-2019-25745 is a CWE-89 time-based blind SQL injection in the Google Review Slider WordPress plugin 6.1 via the tid parameter. It is network-reachable, requires no authentication or user interaction, and has CVSS 4.0 score 8.8. Evidence names version 6.1 only.
Likely exposure
Exposure is likely limited to WordPress sites running Google Review Slider version 6.1, especially public sites where unauthenticated requests can reach plugin-related admin functionality.
Exploitation context
The source bundle includes an ExploitDB reference, indicating public exploit information exists. However, KEV is false and the provided sources do not confirm active exploitation in the wild.
Researcher notes
Evidence supports SQL injection in Google Review Slider 6.1 via tid, but affected version range, fixed version, and active exploitation are not established in the bundle. Avoid assuming broader plugin versions are affected without vendor or CVE confirmation.
Mitigation direction
Inventory WordPress sites for Google Review Slider version 6.1.
Update only if vendor guidance identifies a fixed release.
Disable or remove the plugin where business use is not required.
Restrict unauthenticated access where feasible until vendor guidance is confirmed.
Monitor CVE, VulnCheck, and plugin pages for remediation updates.
Validation and detection
Confirm installed plugin name and version across WordPress assets.
Review web logs for unusual tid parameter activity.
Check WAF logs for SQL injection detections against affected sites.
Review database logs for anomalous slow queries from WordPress.
Document sites where the plugin is absent or disabled.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.