Отправить #700153: code-projects Question Paper 1.0 SQL InjectionИнформация

Названиеcode-projects Question Paper 1.0 SQL Injection
ОписаниеWithin the selectquestionuser.php script of the Question Paper Generator system, the subid parameter is retrieved directly from the user-supplied request (e.g., $_GET['subid'] or $_POST['subid']) and is immediately appended to the SQL query string through plain string concatenation. Because the value is never validated, cast to an integer, or passed through a whitelist/escape routine, an attacker can inject arbitrary SQL fragments. Typical payloads such as subid=1 UNION SELECT 1,username,password,4,5 FROM admin-- or subid=1 OR 1=1-- are executed verbatim by the database engine.
Источник⚠️ https://github.com/asd1238525/cve/blob/main/SQL17.md
Пользователь yuancoffee (UID 92877)
Представление23.11.2025 11:30 (7 месяцы назад)
Модерация07.12.2025 08:54 (14 days later)
Статуспринято
Запись VulDB334646 [code-projects Question Paper Generator до 1.0 /selectquestionuser.php subid SQL-инъекция]
Баллы20

Do you want to use VulDB in your project?

Use the official API to access entries easily!