CVE-2025-12684
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-15

Last updated on: 2025-12-15

Assigner: WPScan

Description
The URL Shortify WordPress plugin before 1.11.3 does not sanitize and escape a parameter before outputting it back in the page, leading to a reflected cross site scripting, which could be used against high-privilege users such as admins.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-15
Last Modified
2025-12-15
Generated
2026-05-07
AI Q&A
2025-12-15
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wordpress plugin_url_shortify *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-12684 is a reflected Cross-Site Scripting (XSS) vulnerability in the WordPress plugin URL Shortify versions before 1.11.3. The plugin fails to properly sanitize and escape a parameter before outputting it back to the page, allowing attackers to inject malicious scripts. These scripts can execute in the context of high-privilege users such as administrators, potentially compromising their accounts or site security. [1]


How can this vulnerability impact me? :

This vulnerability can impact you by allowing attackers to execute malicious scripts in the browsers of high-privilege users like admins. This can lead to account compromise, unauthorized actions on the website, theft of sensitive information, or further exploitation of the site. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing for reflected Cross-Site Scripting (XSS) in the URL Shortify plugin by crafting a URL with a malicious payload in the "id" parameter and observing if it triggers a JavaScript alert when accessed by a logged-in admin user. For example, you can use curl or a browser to access a URL similar to: https://yourwordpresssite.com/?id=<script>alert(1)</script> and check if the script executes. Additionally, scanning tools that detect XSS vulnerabilities in WordPress plugins can be used. [1]


What immediate steps should I take to mitigate this vulnerability?

The immediate step to mitigate this vulnerability is to update the URL Shortify WordPress plugin to version 1.11.3 or later, where the issue has been fixed by properly sanitizing and escaping the affected parameter. Until the update is applied, restrict access to the plugin's functionality to trusted users only and consider disabling the plugin if possible to prevent exploitation. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart