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: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Upgrade
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).

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

The CVSS score is 6.8 and the EPSS score is < 1%, indicating moderate severity, but 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 16:51 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 16:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
First Time appeared Linkwhisper
Linkwhisper link Whisper Free
Wordpress
Wordpress wordpress
Vendors & Products Linkwhisper
Linkwhisper link Whisper Free
Wordpress
Wordpress wordpress
Metrics cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N'}


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

Linkwhisper Link Whisper Free
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-21T12:51:00.035Z

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

Link: CVE-2026-14601

cve-icon Vulnrichment

Updated: 2026-08-21T12:50:49.649Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-14601

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T17:00:04Z

Weaknesses
  • CWE-89

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