Description
The Link Whisper Free WordPress plugin before 0.9.7 does not properly sanitize and escape a parameter before using it in a SQL query, allowing authenticated users with the Editor role or above to perform SQL injection attacks.
Published: 2026-08-21
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Link Whisper Free WordPress plugin, prior to version 0.9.7, where the "domain" parameter is incorporated into a SQL statement without proper sanitization or escaping. Attackers who are logged in with Editor-level or higher permissions can supply crafted input that results in arbitrary SQL execution. This flaw can lead to data exfiltration, data manipulation, or potentially full database compromise. The weakness is a classic SQL injection (CWE‑89) arising from inadequate input validation (CWE‑20).

Affected Systems

Affected product: Link Whisper Free plugin for WordPress, any installation using a version earlier than 0.9.7. The plugin is widely used in WordPress environments to manage internal linking. The vulnerability impacts all sites that have the plugin installed and in which an authenticated Editor or higher user has permission to interact with the plugin's editor interface. No specific vendor software beyond the plugin itself is listed as affected; the WordPress core is not directly compromised by the flaw.

Risk and Exploitability

Although no CVSS score has been assigned and EPSS data is unavailable, the risk remains significant because the flaw permits arbitrary SQL manipulation when an adequate user role is present. The lack of a KEV listing indicates no publicly disclosed exploit has yet been reported, but the vector does not require special conditions beyond given permissions. The potential impact spans confidentiality, integrity, and availability of the underlying database, and the exploitation path is straightforward for an authenticated user with Editor rights, making the vulnerability actionable once the user has logged in.

Generated by OpenCVE AI on August 21, 2026 at 08:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Link Whisper plugin to version 0.9.7 or later to apply the vendor patch that sanitizes the domain parameter.
  • Revoke Editor and higher permissions from users who do not need to interact with the plugin's editor interface, or use a role management plugin to limit access.
  • Implement a web application firewall rule to block SQL injection payloads targeting the 'domain' parameter, such as by filtering out SQL keywords or patterns.

Generated by OpenCVE AI on August 21, 2026 at 08:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-89

Fri, 21 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Link Whisper Free WordPress plugin before 0.9.7 does not properly sanitize and escape a parameter before using it in a SQL query, allowing authenticated users with the Editor role or above to perform SQL injection attacks.
Title Link Whisper < 0.9.7 - Editor+ SQL Injection via domain Parameter
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-21T06:00:16.092Z

Reserved: 2026-07-03T12:53:35.203Z

Link: CVE-2026-14601

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T07:16:24.530

Modified: 2026-08-21T07:16:24.530

Link: CVE-2026-14601

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T08:15:03Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-89

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