| 제목 | MOVIE TICKET BOOKING SYSTEM stack overflow in insert_details function v1.0 Buffer Overflow |
|---|
| 설명 | 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 |
|---|
| 원천 | ⚠️ https://github.com/zzzxc643/cve/blob/main/MOVIE_TICKET_BOOKING_SYSTEM.md |
|---|
| 사용자 | zzzxc (UID 81185) |
|---|
| 제출 | 2025. 04. 16. PM 02:48 (1 년도 ago) |
|---|
| 모더레이션 | 2025. 04. 29. AM 07:20 (13 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 306505 [code-projects Simple Movie Ticket Booking System 1.0 changeprize 메모리 손상] |
|---|
| 포인트들 | 19 |
|---|