Online Movie Ticket Booking System v1.0 - Reflected Cross-Site Scripting (XSS)

5.4

Medium

Discovered by 

Andres Roldan

Offensive Team, Fluid Attacks

Summary

Full name

Online Movie Ticket Booking System v1.0 - Reflected Cross-Site Scripting (XSS)

Code name

State

Public

Release date

Sep 28, 2023

Affected product

Online Movie Ticket Booking System

Affected version(s)

Version 1.0

Vulnerability name

Reflected Cross-Site Scripting (XSS)

Remotely exploitable

Yes

CVSS v3.1 vector string

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L

CVSS v3.1 base score

5.4

Exploit available

Yes

Description

Online Movie Ticket Booking System v1.0 is vulnerable to an authenticated Reflected Cross-Site Scripting vulnerability.

Vulnerability

The 'number' parameter of the bank.php resource is copied into the HTML document as plain text between tags. Any input is echoed unmodified in the application's response. The vulnerable code is:

<?php
session_start();
if(!isset($_SESSION['user']))
{
 header('location:login.php');
}
extract($_POST);
?>
...
 <dl class="mercDetails">
 <dt>Merchant</dt> <dd>Shop Street</dd>
 <dt>Transaction Amount</dt> <dd>INR <?php echo $_SESSION['amount'];?></dd>
 <dt>Debit Card</dt> <dd><?php echo $number;?></%></dd>
 </dl>

Our security policy

We have reserved the ID CVE-2023-44173 to refer to this issues from now on. Disclosure policy

System Information

  • Version: Online Movie Ticket Booking System v1.0

  • Operating System: Any

Mitigation

There is currently no patch available for this vulnerability.

References

Timeline

Vulnerability discovered

Sep 26, 2023

Vendor contacted

Sep 26, 2023

Public disclosure

Sep 28, 2023

Start your 21-day free trial

Discover the benefits of our Continuous Hacking solution, which organizations of all sizes are already enjoying.

Start your 21-day free trial

Discover the benefits of our Continuous Hacking solution, which organizations of all sizes are already enjoying.

Start your 21-day free trial

Discover the benefits of our Continuous Hacking solution, which organizations of all sizes are already enjoying.

Fluid Attacks' solutions enable organizations to identify, prioritize, and remediate vulnerabilities in their software throughout the SDLC. Supported by AI, automated tools, and pentesters, Fluid Attacks accelerates companies' risk exposure mitigation and strengthens their cybersecurity posture.

SOC 2 Type II

SOC 3

Subscribe to our newsletter

Stay updated on our upcoming events and latest blog posts, advisories and other engaging resources.

© 2025 Fluid Attacks. We hack your software.

Fluid Attacks' solutions enable organizations to identify, prioritize, and remediate vulnerabilities in their software throughout the SDLC. Supported by AI, automated tools, and pentesters, Fluid Attacks accelerates companies' risk exposure mitigation and strengthens their cybersecurity posture.

SOC 2 Type II

SOC 3

Subscribe to our newsletter

Stay updated on our upcoming events and latest blog posts, advisories and other engaging resources.

© 2025 Fluid Attacks. We hack your software.

Fluid Attacks' solutions enable organizations to identify, prioritize, and remediate vulnerabilities in their software throughout the SDLC. Supported by AI, automated tools, and pentesters, Fluid Attacks accelerates companies' risk exposure mitigation and strengthens their cybersecurity posture.

SOC 2 Type II

SOC 3

Subscribe to our newsletter

Stay updated on our upcoming events and latest blog posts, advisories and other engaging resources.

© 2025 Fluid Attacks. We hack your software.