Description
The Infility Global WordPress plugin before 2.15.19 does not properly sanitize and escape some parameters before using them in SQL statements, leading to a SQL Injection vulnerability exploitable by authenticated users with Subscriber-level access and above.
Published: 2026-06-23
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Infility Global WordPress plugin versions prior to 2.15.19 fail to properly sanitize and escape parameters used in SQL statements, creating a true injection vulnerability. An attacker who can authenticate as a Subscriber or higher can supply malicious input via the order parameter, causing the plugin to execute arbitrary SQL commands on the database. This flaw can lead to data exfiltration, tampering, or possible escalation if the database credentials allow broader access to the underlying system.

Affected Systems

Infility Global WordPress plugin versions earlier than 2.15.19 are affected. The vulnerability is present in the core plugin code and affects any site that installs the plugin before the mentioned version, regardless of other configuration.

Risk and Exploitability

The flaw is exploitable only by authenticated users with at least Subscriber privileges; the likely attack vector is an authenticated user exploiting the order interface to submit malicious content. No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog, indicating no reported real-world exploitation at this time. However, the nature of SQL injection means that once an attacker obtains the necessary access, the risk to data confidentiality and integrity is high. Because an official patch has not been listed in the data provided, mitigation requires the deployment of a fixed plugin version if available.

Generated by OpenCVE AI on June 23, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Infility Global to version 2.15.19 or later to eliminate the sanitizer flaw
  • Restrict Subscriber-level permissions on sites where that level does not require database modification rights
  • Review and harden other WordPress plugins and themes for similar unsanitized SQL usage, ensuring proper escaping or prepared statements are employed

Generated by OpenCVE AI on June 23, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Tue, 23 Jun 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Infility Global WordPress plugin before 2.15.19 does not properly sanitize and escape some parameters before using them in SQL statements, leading to a SQL Injection vulnerability exploitable by authenticated users with Subscriber-level access and above.
Title Infility Global < 2.15.19 - Subscriber+ SQL Injection via order Parameter
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-06-23T06:00:02.272Z

Reserved: 2026-05-08T11:17:03.909Z

Link: CVE-2026-8163

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T08:00:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')