<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Hotel and Tourism Reservation System 1.0 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/hotel-and-tourism-reservation-system-1.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 01 Jun 2026 22:19:02 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/hotel-and-tourism-reservation-system-1.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-10290: Hotel and Tourism Reservation System SQL Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2026-10290-sql-injection/</link><pubDate>Mon, 01 Jun 2026 22:19:02 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2026-10290-sql-injection/</guid><description>A SQL injection vulnerability exists in code-projects Hotel and Tourism Reservation System version 1.0 due to improper sanitization of the 'tour' GET parameter in the tour.php file, potentially allowing remote attackers to execute arbitrary SQL queries.</description><content:encoded><![CDATA[<p>A SQL injection vulnerability, identified as CVE-2026-10290, affects code-projects Hotel and Tourism Reservation System version 1.0. The vulnerability lies within the GET Parameter Handler in the tour.php file. By manipulating the &rsquo;tour&rsquo; argument, a remote attacker can inject arbitrary SQL commands into the application&rsquo;s database queries. This vulnerability is considered high severity due to the potential for unauthorized data access, modification, or deletion. Publicly available exploit code exists, increasing the risk of exploitation. Defenders should prioritize patching or mitigating this vulnerability to prevent potential attacks.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies a vulnerable instance of code-projects Hotel and Tourism Reservation System 1.0 accessible over the internet.</li>
<li>The attacker crafts a malicious HTTP GET request targeting the tour.php file.</li>
<li>The crafted request includes a modified &rsquo;tour&rsquo; parameter containing SQL injection payloads designed to exploit the vulnerability.</li>
<li>The application fails to properly sanitize the &rsquo;tour&rsquo; parameter before incorporating it into an SQL query.</li>
<li>The malicious SQL query is executed against the application&rsquo;s database.</li>
<li>The attacker gains unauthorized access to sensitive data stored in the database, such as user credentials, booking information, or financial details.</li>
<li>The attacker may modify or delete data within the database, potentially disrupting the application&rsquo;s functionality.</li>
<li>The attacker could potentially use the SQL injection to gain further access to the underlying server, depending on the database configuration and application privileges.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-10290 can lead to unauthorized access to sensitive data stored in the Hotel and Tourism Reservation System&rsquo;s database. This could include customer information, booking details, financial records, and administrator credentials. An attacker could potentially modify or delete data, leading to disruption of services, financial loss, and reputational damage. Given that publicly available exploits exist, vulnerable systems are at increased risk of attack.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or updates from code-projects to address CVE-2026-10290 in Hotel and Tourism Reservation System 1.0.</li>
<li>Implement input validation and sanitization measures to prevent SQL injection attacks, specifically targeting the &rsquo;tour&rsquo; parameter in tour.php.</li>
<li>Deploy the Sigma rule provided below to detect potential exploitation attempts against the tour.php file.</li>
<li>Monitor web server logs for suspicious GET requests containing SQL injection payloads in the &rsquo;tour&rsquo; parameter.</li>
<li>Restrict database user privileges to the minimum required for the application to function properly.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>sql-injection</category><category>web-application</category></item><item><title>CVE-2026-10288 - code-projects Hotel and Tourism Reservation System Authentication Bypass</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2026-10288/</link><pubDate>Mon, 01 Jun 2026 21:16:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2026-10288/</guid><description>CVE-2026-10288 is a high severity vulnerability in code-projects Hotel and Tourism Reservation System 1.0, allowing remote attackers to bypass authentication via manipulation of the Password argument in the /admin/login.php file.</description><content:encoded><![CDATA[<p>A vulnerability, identified as CVE-2026-10288, exists within the code-projects Hotel and Tourism Reservation System version 1.0. The vulnerability resides in the <code>/admin/login.php</code> file, specifically in the Admin Login component&rsquo;s <code>password_verify</code> function. A remote attacker can manipulate the Password argument during login to bypass authentication. This improper authentication can grant unauthorized access to the administrative panel of the affected system. Given the public availability of an exploit, the risk of exploitation is elevated.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies an instance of code-projects Hotel and Tourism Reservation System 1.0.</li>
<li>The attacker navigates to the /admin/login.php page.</li>
<li>The attacker crafts a malicious request to /admin/login.php, manipulating the Password argument in a way that bypasses the <code>password_verify</code> function.</li>
<li>The system improperly authenticates the attacker due to the vulnerability in the <code>password_verify</code> function.</li>
<li>The attacker gains unauthorized access to the administrative panel.</li>
<li>The attacker is able to modify hotel and tourism data.</li>
<li>The attacker is able to add malicious scripts to the website.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-10288 allows an attacker to bypass authentication and gain administrative access to the Hotel and Tourism Reservation System. This could lead to unauthorized modification of hotel and tourism data, disruption of services, and potentially further compromise of the system and its users.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply any available patches or updates provided by code-projects for the Hotel and Tourism Reservation System 1.0 to remediate CVE-2026-10288.</li>
<li>Monitor web server logs for suspicious POST requests to <code>/admin/login.php</code> with unusual parameters in the Password field as outlined in the Sigma rule &ldquo;Detect CVE-2026-10288 Exploitation Attempt via Admin Login&rdquo;.</li>
<li>Implement strong password policies and multi-factor authentication where possible to mitigate the impact of potential authentication bypass vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-10288</category><category>authentication bypass</category><category>web application</category></item></channel></rss>