Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in quitenicestuff Soho Hotel allows Reflected XSS. This issue affects Soho Hotel: from n/a through 4.2.5.
AnalysisAI
Reflected Cross-Site Scripting (XSS) vulnerability in quitenicestuff Soho Hotel versions through 4.2.5 that allows unauthenticated attackers to inject malicious scripts into web pages viewed by other users. With a CVSS score of 7.1 and network accessibility requiring only user interaction, this vulnerability enables attackers to steal session cookies, perform actions on behalf of victims, or redirect users to malicious sites. The vulnerability affects the hotel management software's input validation during web page generation, creating a reflected XSS attack vector that exploits insufficient output encoding.
Technical ContextAI
This vulnerability stems from improper neutralization of user-supplied input during dynamic HTML generation, classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The Soho Hotel application fails to properly sanitize or encode user-controllable parameters before reflecting them in HTTP responses. Reflected XSS vulnerabilities occur when untrusted data from HTTP requests is directly embedded into response pages without encoding, allowing attackers to craft malicious URLs containing JavaScript payloads. The application likely lacks context-aware output encoding (HTML entity encoding, JavaScript escaping, or URL encoding depending on context) at the point where user input is rendered to the page. This is a classic web application vulnerability affecting hotel management/booking systems where parameters like search terms, reservation details, or administrative inputs may be reflected in error messages, confirmations, or search results without proper sanitization.
RemediationAI
Immediate action: (1) Upgrade quitenicestuff Soho Hotel to version 4.2.6 or later (patch release addressing XSS input validation). (2) If immediate patching is not possible, implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in URL parameters and POST data. (3) Deploy Content Security Policy (CSP) headers to prevent inline script execution and restrict script sources to trusted origins only. (4) Conduct a security audit of all user input points in the application (search fields, filter parameters, admin forms) to identify similar reflection vulnerabilities. (5) Implement output encoding at all points where user input is reflected—use parameterized templating or libraries that auto-encode by default (e.g., Django templates, Jinja2, or similar). (6) Enable HTTPOnly and Secure flags on session cookies to limit XSS impact. Contact quitenicestuff for official patch releases and vendor security advisories detailing the scope of the fix.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17514