CVE-2025-11263
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-11263, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-06

Last updated on: 2025-12-08

Assigner: Wordfence

Description

The Link Whisper Free plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the type parameter in all versions up to, and including, 0.8.8 due to insufficient input sanitization and output escaping. 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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-06
Last Modified
2025-12-08
Generated
2026-07-06
AI Q&A
2025-12-06
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
link_whisper link_whisper *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Reflected Cross-Site Scripting (XSS) issue in the Link Whisper Free plugin for WordPress, affecting all versions up to 0.8.8. It occurs because the plugin does not properly sanitize or escape the 'type' parameter, allowing attackers to inject malicious scripts that execute when a user is tricked into clicking a crafted link.

Impact Analysis

An attacker can exploit this vulnerability to execute arbitrary scripts in the context of the affected website, potentially leading to theft of user data, session hijacking, or other malicious actions if a user interacts with a crafted link.

Detection Guidance

This vulnerability can be detected by testing for reflected Cross-Site Scripting (XSS) via the 'type' parameter in the Link Whisper Free plugin (versions up to 0.8.8). You can attempt to inject a script payload into the 'type' parameter in HTTP requests to the WordPress site and observe if the script is reflected and executed. For example, using curl to send a request with a script payload: curl -G 'http://yourwordpresssite.com/?type=<script>alert(1)</script>' and checking if the alert executes or the script appears in the response. Additionally, web vulnerability scanners that test for reflected XSS can be used against the site. There are no specific commands provided in the resources.

Mitigation Strategies

Immediate mitigation steps include updating the Link Whisper Free plugin to version 0.8.9 or later, where the vulnerability has been addressed. The update enhances input sanitization and output escaping to prevent reflected XSS attacks. If updating is not immediately possible, consider disabling the plugin temporarily or restricting access to the affected functionality. Monitoring and applying security patches promptly is recommended. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-11263. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart