Strategic Overview
- Status
- Patched in 7.2.8
- Affected Plugin
- Link Library
- Affected Version
<= 7.2.7- CVSS
- 5.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2021-25093
At a glance
CVE-2021-25093 is a medium-severity Missing Authorization vulnerability in the Link Library WordPress plugin, affecting versions <= 7.2.7. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 7.2.8; sites on affected versions should update now. Disclosed December 2021, reported by Krzysztof Zając.
Vulnerability Overview
The Link Library WordPress plugin before 7.2.8 does not have authorisation in place when deleting links, allowing unauthenticated users to delete arbitrary links via a crafted request
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-862: Missing Authorization
Reaching this weakness in Link Library <= 7.2.7 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Link Library the fix is 7.2.8: builds <= 7.2.7 are affected, anything from 7.2.8 onward is not.
Remediation
Update to version 7.2.8, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Link Library 7.2.8 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Link Library
- 9.1CVE-2026-18855: Link Library <= 7.9.4 Arbitrary File Deletion
CVE-2026-18855 - 8.1CVE-2026-40779: Link Library <= 7.8.8 Arbitrary File Deletion
CVE-2026-40779 - 7.5CVE-2026-16532: Link Library <= 7.9.2 SQL Injection
CVE-2026-16532 - 7.2Link Library <= 5.9.13.26 – SQL Injection
- 6.5CVE-2024-1559: Link Library <= 7.6 Stored Cross-Site Scripting
CVE-2024-1559 - 6.4CVE-2025-68600: Link Library <= 7.8.7 Server-Side Request Forgery
CVE-2025-68600 - 6.4CVE-2025-46237: Link Library <= 7.8 Stored Cross-Site Scripting
CVE-2025-46237 - 6.4CVE-2025-2889: Link Library <= 7.7.3 Stored Cross-Site Scripting
CVE-2025-2889
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C