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
The pnVarPrepForStore function in PostNuke 0.764 and earlier skips input sanitization when magic_quotes_runtime is enabled, which allows remote attackers to conduct SQL injection attacks and execute arbitrary SQL commands via input associated with server variables, as demonstrated by the CLIENT_IP HTTP header (HTTP_CLIENT_IP variable).
CVSS Information
N/A
Vulnerability Type
N/A
Vulnerability Title
PostNuke pnVarPrepForStore()函数 SQL注入漏洞
Vulnerability Description
PostNuke是一款开放源码、开放开发的内容管理系统(CMS)。 PostNuke的pnVarPrepForStore()函数中存在SQL盲注漏洞,远程攻击者可能利用此漏洞非授权操作数据库。 以下是有漏洞部分的代码: 1. function pnVarPrepForStore() 2. { 3. $resarray = array(); 4. foreach (func_get_args() as $ourvar) { 5. if (!get_magic_quotes_runtime() && !is_
CVSS Information
N/A
Vulnerability Type
N/A