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: n/a
EPSS: n/a
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 moderate and can be abused in phishing campaigns or links embedded in seemingly innocuous content. The EPSS score for this CVE is not available, 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 not supplied, but based on typical reflected XSS severity, this issue would rank in the high to critical range. Adversaries could exploit it by luring users through social engineering or by embedding the vulnerable parameter into URLs that appear legitimate.

Generated by OpenCVE AI on August 8, 2026 at 07:51 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 8, 2026 at 07:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-08T06:00:11.068Z

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

Link: CVE-2026-16535

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T08:00:11Z

Weaknesses
  • CWE-79

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