| Title | MOVIE TICKET BOOKING SYSTEM stack overflow in insert_details function v1.0 Buffer Overflow |
|---|
| Description | The code reads user input using the insecure `form scanf("%s", buffer).`All target buffer sizes are fixed at 20 bytes (including terminating null characters)
An attacker can input a string of more than 19 characters, resulting in:
- Adjacent memory data is overwritten
- Program control flows can be hijacked
- Sensitive data breaches |
|---|
| Source | ⚠️ https://github.com/zzzxc643/cve/blob/main/MOVIE_TICKET_BOOKING_SYSTEM.md |
|---|
| User | zzzxc (UID 81185) |
|---|
| Submission | 04/16/2025 14:48 (1 Year ago) |
|---|
| Moderation | 04/29/2025 07:20 (13 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 306505 [code-projects Simple Movie Ticket Booking System 1.0 changeprize stack-based overflow] |
|---|
| Points | 19 |
|---|