漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Request a Quote Form Plugin <= 2.5.5 - Unauthenticated Code Injection via 'path' Parameter
Vulnerability Description
The Request a Quote plugin for WordPress is vulnerable to Code Injection in versions up to, and including, 2.5.5 via the emd_delete_file AJAX action. This is due to the emd_delete_file() handler deriving a PHP function name from the attacker-controlled $_POST['path'] parameter and invoking it dynamically via the variable-function call $sess_name(), and the handler being registered for wp_ajax_nopriv with its only protection being a nonce that the plugin prints into the public quote-form page via wp_localize_script. This makes it possible for unauthenticated attackers to invoke arbitrary zero-argument PHP functions on the server, such as phpinfo(), potentially exposing sensitive server configuration and credentials, or executing other destructive built-in PHP functions.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Vulnerability Type
输出中的特殊元素转义处理不恰当(注入)
Vulnerability Title
WordPress Request a Quote 输入验证错误漏洞
Vulnerability Description
WordPress Request a Quote是WordPress基金会的一款报价请求插件。 WordPress Request a Quote 2.5.5及之前版本存在输入验证错误漏洞,该漏洞源于对emd_delete_file AJAX操作中的$_POST['path']参数处理不当,导致未经验证的攻击者可以调用任意零参数PHP函数,例如phpinfo(),可能暴露敏感服务器配置和凭据或执行其他破坏性内置PHP函数。
CVSS Information
N/A
Vulnerability Type
N/A