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

Summary

NameOnline Movie Ticket Booking System v1.0 - Reflected Cross-Site Scripting (XSS)
Code name
ProductOnline Movie Ticket Booking System
Affected versionsVersion 1.0
StatePublic
Release date2023-09-28

Vulnerabilities

KindReflected Cross-Site Scripting (XSS)
Rule
RemoteYes
CVSSv3.1 VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
CVSSv3.1 Base Score5.4
Exploit availableYes
CVE ID(s)

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.

System Information

  • Version: Online Movie Ticket Booking System v1.0
  • Operating System: Any

Mitigation

There is currently no patch available for this vulnerability.

Credits

The vulnerability was discovered by Andres Roldan from Fluid Attacks' Offensive Team.

References

Vendor page https://projectworlds.in/

Timeline

Time-lapse-logo

2023-09-26

Vulnerability discovered.

Time-lapse-logo

2023-09-26

Vendor contacted.

Time-lapse-logo

2023-09-28

Public Disclosure.

Fluid Logo Footer

Hacking software for over 20 years

Fluid Attacks tests applications and other systems, covering all software development stages. Our team assists clients in quickly identifying and managing vulnerabilities to reduce the risk of incidents and deploy secure technology.

Copyright © 0 Fluid Attacks. We hack your software. All rights reserved.