CVE-2025-69153
Deferred Deferred - Pending Action

Unauthenticated Cross Site Scripting in Trendy Travel

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

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: Patchstack

Description

Unauthenticated Cross Site Scripting (XSS) in Trendy Travel <= 6.7 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-21
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
patchstack trendy_travel_theme to 6.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 Trendy Travel Theme, versions 6.7 and below, is vulnerable to an unauthenticated Cross Site Scripting (XSS) attack. This means attackers can inject malicious scripts, such as redirects or HTML payloads, into the website. These scripts execute when visitors access the site, potentially compromising user data or site functionality.

Exploitation requires user interaction, like clicking a malicious link or visiting a crafted page, and often targets users with privileged roles.

Detection Guidance

The vulnerability in the WordPress Trendy Travel Theme (versions 6.7 and below) is a Cross Site Scripting (XSS) issue that requires user interaction, such as clicking a malicious link or visiting a crafted page. Detection typically involves monitoring for suspicious HTTP requests containing injected scripts or unusual URL parameters targeting the theme.

Since this is a reflected XSS vulnerability, you can detect attempts by capturing and analyzing web traffic for payloads that include script tags or suspicious HTML in URL parameters or POST data.

Suggested commands to detect potential exploitation attempts include using tools like curl or wget to test for script injection in URL parameters, or using network monitoring tools such as tcpdump or Wireshark to capture HTTP requests.

  • Use curl to test for reflected XSS by injecting a simple script payload in URL parameters, for example: curl -v 'http://targetsite.com/?search=<script>alert(1)</script>'
  • Use tcpdump to capture HTTP traffic for analysis: tcpdump -i eth0 -A -s 0 'tcp port 80 or tcp port 443'
  • Use grep or similar tools to search web server logs for suspicious script tags or payloads.

Note that as of now, no official patch is available, but mitigation rules exist to block attacks. Immediate action such as updating the theme or consulting with your hosting provider is advised.

Impact Analysis

This vulnerability can lead to attackers executing malicious scripts on your website, which may result in unauthorized actions such as stealing user credentials, redirecting users to malicious sites, or defacing the website.

Because the vulnerability has a CVSS score of 7.1, it poses a moderate risk and could be exploited in widespread attacks affecting many websites.

Successful exploitation typically requires user interaction and can compromise confidentiality, integrity, and availability of the affected site.

Compliance Impact

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

Mitigation Strategies

The WordPress Trendy Travel Theme versions 6.7 and below are vulnerable to a Cross Site Scripting (XSS) attack.

As there is no official patch available yet, immediate mitigation involves applying the Patchstack mitigation rule to block attacks until an official fix is released.

Other recommended steps include updating the theme when a patch becomes available or seeking assistance from your hosting provider or developer to implement protective measures.

Chat Assistant

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

EPSS Chart