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 forums.php in DeluxeBB 1.2 and earlier allows remote attackers to execute arbitrary SQL commands via the sort parameter.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
DeluxeBB SQL注入和PHP注入漏洞
Vulnerability Description
DeluxeBB是一款基于PHP的论坛程序。 DeluxeBB的forums.php文件中没有正确地过滤对sort参数的输入便用在了SQL查询中,这允许远程攻击者通过注入任意SQL代码操控SQL查询。 以下是有漏洞的代码段: 108.if(!$sort) { 109.$sort = 'DESC'; 110.} elseif($sort=='ASC' || $sort=='DESC') { 111.$add .= '&sort='.$sort; 112.} 113. 114.//calculating pa
CVSS Information
N/A
Vulnerability Type
N/A