Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-2160

CVE-2026-2160: Tourism Website XSS Vulnerability

CVE-2026-2160 is a cross-site scripting flaw in Simple Responsive Tourism Website 1.0 affecting the save_package functionality. Attackers can exploit this remotely via the Title parameter. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 13, 2026

CVE-2026-2160 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in SourceCodester Simple Responsive Tourism Website version 1.0. This vulnerability exists in the package management functionality, specifically within the file /tourism/classes/Master.php?f=save_package. The flaw allows remote attackers to inject malicious scripts through the Title argument parameter due to insufficient input validation and output encoding.

Critical Impact

Remote attackers can execute arbitrary JavaScript code in victims' browsers, potentially leading to session hijacking, credential theft, defacement, or malware distribution targeting users of affected tourism websites.

Affected Products

  • SourceCodester Simple Responsive Tourism Website 1.0
  • Installations using the Master.php package save functionality
  • Web applications built on the oretnom23 Simple Responsive Tourism Website codebase

Discovery Timeline

  • February 8, 2026 - CVE-2026-2160 published to NVD
  • February 10, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2160

Vulnerability Analysis

This Cross-Site Scripting vulnerability exists in the package management feature of the Simple Responsive Tourism Website application. The vulnerable endpoint /tourism/classes/Master.php?f=save_package accepts user-supplied input through the Title parameter without proper sanitization or encoding. When this unsanitized input is rendered in the application's response, any embedded JavaScript code executes in the context of the victim's browser session.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which describes the fundamental weakness of accepting user input and including it in output without proper encoding. This allows attackers to craft malicious payloads that are stored or reflected back to other users.

Root Cause

The root cause of this vulnerability is the absence of proper input validation and output encoding in the Master.php file when handling the Title parameter in the save_package function. The application fails to sanitize special HTML characters such as <, >, ", and ' before storing or displaying the package title, allowing script tags and JavaScript event handlers to be interpreted as executable code rather than plain text.

Attack Vector

The attack vector is network-based and requires user interaction to execute successfully. An attacker can exploit this vulnerability by submitting a specially crafted package title containing malicious JavaScript code through the vulnerable endpoint. When an administrator or user views the affected package entry, the injected script executes in their browser context.

The exploitation scenario typically follows this pattern:

  1. The attacker accesses the package creation or editing functionality
  2. A malicious payload is injected into the Title field (e.g., containing script tags or event handlers)
  3. The malicious content is saved to the application database
  4. When other users (including administrators) view the package listing, the stored XSS payload executes
  5. The attacker can then steal session cookies, redirect users to phishing sites, or perform actions on behalf of the victim

For detailed technical analysis and proof of concept, refer to the GitHub CVE Report and the VulDB advisory.

Detection Methods for CVE-2026-2160

Indicators of Compromise

  • Unusual JavaScript code or HTML tags appearing in package title fields within the database
  • Suspicious entries in web server access logs showing encoded script payloads in POST data to /tourism/classes/Master.php?f=save_package
  • User reports of unexpected browser behavior, pop-ups, or redirects when viewing package listings
  • Abnormal outbound connections from client browsers to unknown external domains

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect common XSS patterns in request parameters, particularly targeting the Title field
  • Deploy log monitoring to identify POST requests to Master.php containing encoded script tags (%3Cscript%3E, %3C/script%3E) or event handlers (onerror=, onload=)
  • Utilize browser-based Content Security Policy (CSP) violation reporting to identify script execution from unexpected sources
  • Conduct regular database audits to search for HTML/JavaScript content in fields that should contain plain text

Monitoring Recommendations

  • Enable detailed logging for all requests to /tourism/classes/Master.php and review for suspicious payloads
  • Set up alerts for CSP violations that may indicate attempted XSS exploitation
  • Monitor for unusual session activity patterns that could indicate session hijacking following successful XSS attacks
  • Implement real-time scanning of user input for known XSS payload signatures

How to Mitigate CVE-2026-2160

Immediate Actions Required

  • Restrict access to the package management functionality (/tourism/classes/Master.php?f=save_package) to trusted administrators only
  • Implement Web Application Firewall rules to block requests containing script tags or JavaScript event handlers in the Title parameter
  • Audit existing package entries in the database for potentially malicious content and sanitize any suspicious data
  • Enable Content Security Policy headers to mitigate the impact of any successful XSS attacks

Patch Information

As of the last update on February 10, 2026, no official patch has been released by the vendor for this vulnerability. Organizations using this software should monitor the SourceCodester website for security updates and consider implementing the workarounds below until an official fix is available.

Additional vulnerability details can be found in the VulDB CTI advisory.

Workarounds

  • Apply input validation on the server-side to reject or sanitize HTML and JavaScript content in the Title parameter
  • Implement output encoding (HTML entity encoding) when displaying package titles to prevent script execution
  • Add HTTP-only and Secure flags to session cookies to limit the impact of potential session theft
  • Deploy a Content Security Policy header with strict script-src directives to prevent inline script execution
bash
# Example Apache .htaccess configuration to add security headers
<IfModule mod_headers.c>
    # Content Security Policy to mitigate XSS
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
    
    # Additional security headers
    Header set X-Content-Type-Options "nosniff"
    Header set X-XSS-Protection "1; mode=block"
    Header set X-Frame-Options "SAMEORIGIN"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOretnom23 Simple Responsive Tourism Website

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CVE Report

  • VulDB CTI ID #344862

  • VulDB #344862

  • VulDB Submission #751016

  • SourceCodester Security Resource
  • Related CVEs
  • CVE-2026-2159: Tourism Website XSS Vulnerability

  • CVE-2026-3746: Simple Responsive Tourism Website SQLi Flaw

  • CVE-2026-2848: Tourism Website SQLi 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