إرسال #441237: SourceCodester Student Record Management System in C++ with Source Code V1.0 Input Buffer Pollution Vulnerabilityالمعلومات

عنوانSourceCodester Student Record Management System in C++ with Source Code V1.0 Input Buffer Pollution Vulnerability
الوصفIn the Student Record Management System program, there is an issue with input buffer pollution. When the program prompts the user to press Enter to continue, any non-Enter characters entered by the user (such as “lll”) are left in the input buffer. Later, when the program reads the option input in the menu, the remaining characters in the buffer are interpreted as menu input values. This leads to the program reading invalid data, causing an infinite loop with the interface continually refreshing. The program does not clear the input buffer before reading the option value, leading to leftover characters from previous inputs affecting subsequent option reads. This issue results from inadequate input validation and improper handling of residual input. This vulnerability affects the user experience, causing the program to enter an infinite loop and obstructing normal functionality.
المصدر⚠️ https://github.com/Hacker0xone/CVE/issues/5
المستخدم
 polaris0x1 (UID 67906)
ارسال11/11/2024 05:57 AM (2 سنوات منذ)
الاعتدال11/11/2024 09:23 PM (15 hours later)
الحالةتمت الموافقة
إدخال VulDB283918 [SourceCodester Student Record Management System 1.0 Main Menu الحرمان من الخدمة]
النقاط20

Do you want to use VulDB in your project?

Use the official API to access entries easily!