| Title | SourceCodester Telecom Billing Management System V1.0 Buffer Overflow |
|---|
| Description | In the main program file, there is a variable of type char called name, which receives data using scanf, resulting in the ability to write name data of any length and causing a buffer overflow.
Note: I compiled using Visual Studio 2022 and turned off GS and sdl-
Set a breakpoint on line 229 and start the Visual Studio 2022 debugger. When entering while (1) and inputting data larger than 50 bytes, you will see a buffer overflow in the memory monitoring window. |
|---|
| Source | ⚠️ https://github.com/wshRE/CVE/issues/1 |
|---|
| User | wsh2023 (UID 81545) |
|---|
| Submission | 02/22/2025 08:46 AM (1 Year ago) |
|---|
| Moderation | 02/22/2025 04:53 PM (8 hours later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 296567 [SourceCodester Telecom Billing Management System 1.0 Add New Record main.cpp addrecords name/phonenumber buffer overflow] |
|---|
| Points | 20 |
|---|