Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
N/A
Vulnerability Description
SQL injection vulnerability in auth.php in PaFileDB 3.1, when authmethod is set to cookies, allows remote attackers to execute arbitrary SQL commands via the username value in the pafiledbcookie cookie.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
PAFileDB 'auth.php' SQL注入漏洞
Vulnerability Description
paFileDB是一款文件管理脚本,允许版主管理站点下载文件数据库,还可以编辑和删除文件。 paFileDB的'/includes/admin/auth.php'文件中存在SQL注入漏洞,远程攻击者可以利用这个漏洞入侵基础数据库系统。 起因是没有正确的过滤用户输入: [code] if ($authmethod == "cookies") { echo "authmethod = cookies\n"; $cdata = explode("|", $pafiledbcookie); $ip = $cdat
CVSS Information
N/A
Vulnerability Type
N/A