Headline
CVE-2023-1791: SQL-Injection/SQLcve.md at main · Pe4cefulSnow/SQL-Injection
A vulnerability has been found in SourceCodester Simple Task Allocation System 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file manage_user.php. The manipulation of the argument id leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-224743.
Permalink
1 contributor
Users who have contributed to this file
The manage_user.php of the Simple Task Allocation System has a sql injection vulnerability. The id parameter input by the user is not filtered when the code is written, so that the user can carefully construct the url for sql injection
http://127.0.0.1/php-sqlite-task-allocation-system/?page=manage_user&id=2’union select 1,sqlite_version(),3,4,5;
The data can be obtained. Here we take obtaining the database version as an example and other high-risk injection vulnerabilities.