Summary
CVE-2026-16532 is an unauthenticated SQL injection vulnerability in the Link Library plugin for WordPress. The plugin does not properly sanitise and escape a user-supplied value before using it in a SQL query, allowing unauthenticated attackers to inject arbitrary SQL through the front-end link submission form. It is rated Critical with a CVSS v3.1 base score of 9.1.
Technical details
- Root cause: A user-supplied value is used in a SQL query without proper sanitisation, escaping, or parameterisation (CWE-89).
- Trigger conditions: Exploitation occurs through the plugin’s public, front-end link submission form; no authentication is required.
- Attack vector: Network — the flaw is reachable remotely by any unauthenticated user over HTTP/HTTPS with low complexity and no user interaction.
- Impact: Attackers can inject malicious SQL to read and manipulate database contents, potentially exposing sensitive data such as stored user records.
Affected software
- Link Library plugin for WordPress: all versions before 7.9.3.
Severity
- CVSS v3.1 base score: 9.1 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Mitigation and recommended actions
- Immediate: Update the Link Library plugin to version 7.9.3 or later.
- If no patch can be applied: Restrict or disable the front-end link submission form, and place a web application firewall in front of the site to filter SQL injection payloads targeting the submission endpoint.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/plugins/link-library/

