Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movie Ticket Booking System-PHP-There is a storage XSS vulnerability #4

Closed
huclilu opened this issue Dec 1, 2022 · 0 comments
Closed

Comments

@huclilu
Copy link

huclilu commented Dec 1, 2022

Building environment:Apache2.4.49;MySQL5.7.26;PHP7.3.4

Movie Ticket Booking System-PHP-There is a storage XSS vulnerability

At editBooking In PHP, from the 63rd line of code to the 70th line of code, the content entered by the user is directly stored in the database without filtering, and then displayed and processed in view.php, and then viewed In PHP, from line 91 to line 101, the content input by the front end is directly output without any tag closing

1201qdsc

POC:

ace<script>alert(document.cookie)</script>

1201cookie

@huclilu huclilu closed this as completed Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant