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 the Downloads module in PostNuke 0.760-RC4b allows PostNuke administrators to execute arbitrary SQL commands via the show parameter to dl-viewdownload.php.
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
PostNuke 'dl-viewdownload.php' SQL注入漏洞
Vulnerability Description
PostNuke是一款开放源码、开放开发的内容管理系统(CMS)。 PostNuke中存在SQL注入漏洞,起因是没有正确的过滤用户输入。漏洞具体存在于"modules/Downloads/dl-viewdownload.php"。 - -------- if ($show!="") { $perpage = $show; } else { $show=$perpage; } ... $result = & $dbconn->SelectLimit($sql,$perpage,$min); - ------
CVSS Information
N/A
Vulnerability Type
N/A