CVE-2025-69151
Deferred Deferred - Pending Action
Unauthenticated XSS in Grand Car Rental

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Unauthenticated Cross Site Scripting (XSS) in Grand Car Rental <= 3.7 versions.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
patchstack grand_car_rental to 3.7 (inc)
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

The WordPress Grand Car Rental Theme, versions 3.7 and below, is vulnerable to an unauthenticated Cross Site Scripting (XSS) attack. This means that an attacker can inject malicious scripts into the website without needing to be logged in or authenticated.

Exploitation requires user interaction, such as clicking a malicious link or visiting a specially crafted page. Once exploited, the attacker can inject harmful scripts like redirects or unwanted advertisements into the site.

Impact Analysis

This vulnerability can be moderately dangerous with a CVSS score of 7.1, allowing attackers to perform mass campaigns targeting thousands of websites.

Successful exploitation can lead to malicious script injection, which might redirect users to harmful sites, display unwanted advertisements, or compromise user trust and website integrity.

Since the attack requires user interaction, users might unknowingly trigger the malicious scripts, potentially leading to further security issues or data exposure.

Detection Guidance

The vulnerability is an unauthenticated Cross Site Scripting (XSS) in the WordPress Grand Car Rental Theme versions 3.7 and below. Detection typically involves identifying attempts to inject malicious scripts or unusual URL parameters that could trigger the XSS.

Since the vulnerability requires user interaction such as clicking a malicious link or visiting a crafted page, monitoring web server logs for suspicious query strings or payloads that include script tags or encoded JavaScript can help detect exploitation attempts.

Specific commands are not provided in the available resources. However, general detection commands might include searching web server access logs for suspicious patterns, for example using grep to find script tags or suspicious parameters in URLs.

  • grep -iE "<script|%3Cscript" /path/to/access.log
  • grep -iE "onerror=|onload=|javascript:" /path/to/access.log

Additionally, using web application firewalls (WAF) with rules to detect and block XSS payloads can help identify attempts to exploit this vulnerability.

Mitigation Strategies

Immediate mitigation steps include applying any available patches or updates to the Grand Car Rental Theme. However, as of the information provided, an official patch is not yet available.

Patchstack has issued a mitigation rule to block attacks targeting this vulnerability until an official fix is released.

It is advised to implement this mitigation rule, which may involve configuring a web application firewall (WAF) or security plugin to block malicious requests that attempt to exploit the XSS vulnerability.

Additionally, seek assistance from your hosting provider or a developer to help apply these mitigations and monitor for suspicious activity.

Ultimately, updating the theme to a fixed version once it becomes available is recommended.

Compliance Impact

The provided information does not specify how the Cross Site Scripting (XSS) vulnerability in the Grand Car Rental Theme affects compliance with common standards and regulations such as GDPR or HIPAA.

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