Broken Link Checker <= 2.4.0 - Reflected Cross-Site Scripting

2024-09-30 00:00
vgo0

Strategic Overview

Status
Patched in 2.4.1
Affected PluginBroken Link Checker
Affected Version<= 2.4.0
CVSS7.1High
CVECVE-2024-8981
View all Broken Link Checker vulnerabilities

Vulnerability Overview

The Broken Link Checker plugin for WordPress is vulnerable to Reflected Cross-Site Scripting due to the use of add_query_arg in /app/admin-notices/features/class-view.php without appropriate escaping on the URL in all versions up to, and including, 2.4.0. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

Technical Analysis

REMEDIATION: Update to version 2.4.1, or a newer patched version --- IDENTIFIER: CWE-80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)) The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as <, >, and & that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C