Submit #567109: **Multiple Stack-Based Buffer Overflow Vulnerabilities in Hospital Management System** v1.0 Buffer Overflowinfo

Title**Multiple Stack-Based Buffer Overflow Vulnerabilities in Hospital Management System** v1.0 Buffer Overflow
DescriptionA stack-based buffer overflow vulnerability exists in the add_item function of the PRODUCT_MANAGEMENT_SYSTEM. The vulnerability arises from the use of the unsafe gets() function to populate fixed-size character arrays (name[30] and disease[30]) within the x[100] array. Since gets() does not perform bounds checking, input longer than 29 characters will overflow the buffers. This overflow can corrupt adjacent memory on the stack, including other patient records within the array, saved registers, local variables, and even the function's return address. As a result, attackers may exploit this flaw to cause a denial of service (DoS) or execute arbitrary code through crafted inputs.
Source⚠️ https://github.com/zzzxc643/cve/blob/main/Hospital%20Management%20System.md
User
 zzzxc (UID 81185)
Submission04/29/2025 07:23 (1 Year ago)
Moderation05/09/2025 14:43 (10 days later)
StatusAccepted
VulDB entry308215 [code-projects Simple Hospital Management System 1.0 Add Information add x[i].name/x[i].disease stack-based overflow]
Points20

Do you want to use VulDB in your project?

Use the official API to access entries easily!