The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-54358

CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

CVE-2023-54358 is a reflected cross-site scripting flaw in WordPress adivaha Travel Plugin 2.3 that lets attackers inject malicious scripts via the isMobile parameter. This article covers technical details, impact, and mitigation.

Published: April 9, 2026

CVE-2023-54358 Overview

WordPress adivaha Travel Plugin version 2.3 contains a reflected cross-site scripting (XSS) vulnerability that allows unauthenticated attackers to inject malicious scripts by manipulating the isMobile parameter. This vulnerability enables attackers to craft malicious URLs containing JavaScript payloads in the isMobile GET parameter at the /mobile-app/v3/ endpoint to execute arbitrary code in victims' browsers and steal session tokens or credentials.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in the context of authenticated users' browser sessions, potentially leading to session hijacking, credential theft, or further attacks against site administrators.

Affected Products

  • WordPress adivaha Travel Plugin version 2.3
  • WordPress installations running the vulnerable plugin version

Discovery Timeline

  • 2026-04-09 - CVE CVE-2023-54358 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2023-54358

Vulnerability Analysis

This reflected cross-site scripting vulnerability exists due to improper input validation and output encoding in the adivaha Travel Plugin for WordPress. The plugin fails to properly sanitize user-supplied input in the isMobile GET parameter before reflecting it back in the HTTP response. When a victim clicks on a specially crafted URL, the malicious JavaScript payload executes within the security context of the affected WordPress site.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents a fundamental failure to sanitize untrusted data before including it in web output. This allows attackers to inject client-side scripts that execute when rendered by a victim's browser.

Root Cause

The root cause of this vulnerability is the lack of proper input sanitization and output encoding for the isMobile parameter in the /mobile-app/v3/ endpoint. The plugin directly incorporates user-supplied data into the HTML response without applying appropriate encoding functions such as esc_html() or esc_attr(), which are standard WordPress functions designed to prevent XSS attacks. This failure to follow secure coding practices allows arbitrary JavaScript code to be injected and executed.

Attack Vector

The attack requires social engineering to lure victims into clicking a malicious URL. An attacker crafts a URL targeting a vulnerable WordPress site with the adivaha Travel Plugin, embedding a JavaScript payload in the isMobile GET parameter. When an authenticated user (particularly an administrator) clicks this link, the malicious script executes in their browser session with full access to the WordPress site's DOM and cookies.

Typical attack scenarios include:

  • Stealing administrator session cookies to hijack WordPress admin sessions
  • Redirecting users to phishing pages designed to capture credentials
  • Injecting keyloggers to capture sensitive information
  • Performing actions on behalf of the authenticated user within the WordPress admin panel

Technical details and proof-of-concept information are available in the Exploit-DB #51663 entry.

Detection Methods for CVE-2023-54358

Indicators of Compromise

  • Suspicious GET requests to /mobile-app/v3/ containing script tags or encoded JavaScript in the isMobile parameter
  • HTTP requests with URL-encoded characters such as %3Cscript%3E or javascript: in query parameters
  • Web server logs showing unusual payloads in the isMobile parameter with encoded brackets or event handlers
  • Reports of unexpected browser behavior or redirections from users visiting the WordPress site

Detection Strategies

  • Configure Web Application Firewall (WAF) rules to detect and block XSS payloads in the isMobile parameter
  • Implement log monitoring for requests to /mobile-app/v3/ containing suspicious patterns such as <script>, onerror=, or javascript:
  • Deploy SentinelOne Singularity XDR to detect post-exploitation behavior resulting from successful XSS attacks
  • Enable WordPress security plugins with XSS detection capabilities to monitor and alert on suspicious requests

Monitoring Recommendations

  • Monitor web server access logs for anomalous requests targeting the vulnerable endpoint
  • Set up alerts for HTTP 200 responses to requests containing potential XSS payloads in query strings
  • Review Content Security Policy (CSP) violation reports for inline script execution attempts
  • Track user session anomalies that may indicate session hijacking following XSS exploitation

How to Mitigate CVE-2023-54358

Immediate Actions Required

  • Update the adivaha Travel Plugin to the latest patched version immediately
  • If no patch is available, consider temporarily disabling the plugin until a fix is released
  • Implement WAF rules to block requests containing XSS payloads in the isMobile parameter
  • Review web server logs for evidence of exploitation attempts and investigate any suspicious activity

Patch Information

Check the WordPress Plugin Directory for the latest version of the adivaha Travel Plugin with security fixes applied. Additionally, consult the VulnCheck Advisory and the Adivaha Website for official vendor communications regarding this vulnerability.

Workarounds

  • Implement Content Security Policy (CSP) headers with strict script-src directives to mitigate the impact of XSS attacks
  • Configure ModSecurity or similar WAF with rules to filter XSS payloads from the isMobile parameter
  • Restrict access to the /mobile-app/v3/ endpoint via .htaccess or server configuration if the functionality is not required
  • Educate users and administrators about the risks of clicking untrusted links
bash
# Apache .htaccess configuration to block suspicious requests to vulnerable endpoint
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} isMobile=.*(<|%3C|script|javascript:|onerror) [NC]
    RewriteRule ^mobile-app/v3/ - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Details

  • Adivaha Website Overview

  • Exploit-DB #51663

  • VulnCheck Advisory on WordPress Plugin
  • Related CVEs
  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS Flaw

  • CVE-2026-5357: WordPress Download Manager XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English