Description
The Link Library WordPress plugin before 7.9.4 does not sanitise and escape a parameter before reflecting it back in a response, allowing unauthenticated attackers to perform Reflected Cross-Site Scripting attacks against users who can be tricked into performing an action.
Published: 2026-08-08
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the Link Library plugin's failure to sanitize and escape a specific query parameter before reflecting it in the HTTP response. This deficiency allows an unauthenticated attacker to inject malicious JavaScript that is executed in the victim's browser when they load a crafted URL. The impact is reflected XSS, giving an attacker the ability to hijack user sessions, deface content, or redirect users to malicious sites. The weakness matches the classic input validation flaw that underlies CWE‑79.

Affected Systems

Any WordPress site that has the Link Library plugin installed with a version earlier than 7.9.4 is vulnerable. The plugin is widely used across sites that rely on it for generating thumbnail rating links. Sites with the vulnerable version that expose the thumbs‑rating like label functionality to visitors can be impacted.

Risk and Exploitability

Because the flaw relies on a reflected XSS vector that requires a victim to click a malicious link, the exploitation probability is low and can be abused in phishing campaigns or links embedded in seemingly innocuous content. The EPSS score is < 1%, and the vulnerability is not listed in the CISA KEV catalog; however, the lack of a higher‑profile exploitation status does not diminish the risk. The CVSS score is 6.1, indicating a medium‑severity reflected XSS vulnerability that can be abused in social engineering or by embedding the vulnerable parameter into URLs that appear legitimate.

Generated by OpenCVE AI on August 10, 2026 at 21:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Link Library plugin to version 7.9.4 or later, which includes proper input sanitization for the thumbs‑rating like label parameter.
  • If an upgrade is not immediately feasible, disable or remove the thumbs‑rating feature or any functionality that exposes the vulnerable parameter to users.
  • Deploy a Web Application Firewall rule that filters or blocks suspicious query parameters containing script tags or common XSS payload patterns to provide runtime protection.

Generated by OpenCVE AI on August 10, 2026 at 21:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Sat, 08 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Link Library Project
Link Library Project link Library
Wordpress
Wordpress wordpress
Vendors & Products Link Library Project
Link Library Project link Library
Wordpress
Wordpress wordpress

Sat, 08 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Sat, 08 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Link Library WordPress plugin before 7.9.4 does not sanitise and escape a parameter before reflecting it back in a response, allowing unauthenticated attackers to perform Reflected Cross-Site Scripting attacks against users who can be tricked into performing an action.
Title Link Library < 7.9.4 - Reflected XSS via Thumbs-Rating likelabel
References

Subscriptions

Link Library Project Link Library
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-10T19:08:24.244Z

Reserved: 2026-07-22T09:21:40.853Z

Link: CVE-2026-16535

cve-icon Vulnrichment

Updated: 2026-08-10T19:08:12.505Z

cve-icon NVD

Status : Deferred

Published: 2026-08-08T07:17:10.013

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-16535

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T21:30:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')