| 标题 | SourceCodester Telecom Billing Management System V1.0 Buffer Overflow |
|---|
| 描述 | 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. |
|---|
| 来源 | ⚠️ https://github.com/wshRE/CVE/issues/1 |
|---|
| 用户 | wsh2023 (UID 81545) |
|---|
| 提交 | 2025-02-22 08時46分 (1 年前) |
|---|
| 管理 | 2025-02-22 16時53分 (8 hours later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 296567 [SourceCodester Telecom Billing Management System 1.0 Add New Record main.cpp addrecords name/phonenumber 内存损坏] |
|---|
| 积分 | 20 |
|---|