CVE-2026-16532
9.1Link Library · Link Library WordPress Plugin
The Link Library WordPress plugin fails to sanitize user inputs, enabling unauthenticated attackers to execute arbitrary SQL commands against the database.
Executive summary
A critical SQL injection vulnerability in the Link Library WordPress plugin allows unauthenticated attackers to compromise sensitive database information.
Vulnerability
This vulnerability is a SQL injection (CWE-89) flaw originating from a failure to sanitize or escape user-supplied input before processing it in a SQL query. The vulnerability is exploitable by unauthenticated attackers, as indicated by the CVSS vector AV:N/AC:L/PR:N.
Business impact
The ability for an unauthenticated attacker to inject arbitrary SQL queries poses a severe risk to data confidentiality and integrity. Successful exploitation could lead to unauthorized access to sensitive user data, database corruption, or complete compromise of the WordPress site, justifying its critical CVSS score of 9.1.
Remediation
Immediate Action: Update the Link Library WordPress plugin to version 7.9.3 or later immediately to apply the vendor-supplied patch.
Proactive Monitoring: Monitor database query logs for suspicious patterns, such as unexpected SQL syntax or high volumes of requests to the link-library plugin endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) with updated rulesets to detect and block common SQL injection payloads targeting WordPress plugins.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
The high severity of this vulnerability, combined with the lack of authentication requirements, necessitates immediate action. Administrators must prioritize updating the Link Library plugin to version 7.9.3 across all instances to prevent potential data exfiltration or unauthorized database manipulation.
More Link Library CVEs
Sources
Originally found and disclosed by Abdullah Kareem (cyberkareem), with WPScan (coordinator), per the CVE Program record.