vendor:
                    NEWS-BUZZ News Management System
                by:
                    egsec
                7.1
                        CVSS
                    HIGH
                    SQL Injection
                    89
                        CWE
                    Product Name: NEWS-BUZZ News Management System
                    Affected Version From:  1
                    Affected Version To:  1
                    Patch Exists: NO
                    Related CWE: CVE-2024-10758
                    CPE:  a:news-buzz_news_management_system:news-buzz:1.0
                    Platforms Tested:  Windows 11 Pro
                    2024
                    NEWS-BUZZ News Management System 1.0 – SQL Injection
A SQL injection vulnerability exists in the login functionality of NEWS-BUZZ News Management System version 1.0. This vulnerability allows an attacker to manipulate the SQL query by altering the user_name parameter, potentially leading to unauthorized access to the database.
Mitigation:
					To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent direct user input into SQL queries. Additionally, enforcing the principle of least privilege can help limit the impact of successful exploitation.