漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
WP Forms Connector <= 1.8 - Missing Authorization to Unauthenticated Information Exposure via 'user/list' REST Endpoint
Vulnerability Description
The WP Forms Connector plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 1.8. The plugin registers the REST route wp/v3/user/list/<id> (callback userDetail()) with permission_callback set to '__return_true', and the function's home-grown authentication only verifies that the supplied 'Username' HTTP header maps to an administrator account and that a 'Password' HTTP header is non-empty. It never validates the password with wp_check_password() (unlike the sibling delete_wc_user() function which does). This makes it possible for unauthenticated attackers to retrieve sensitive information for any registered user ID — including the WordPress password hash (user_pass) and email address — by sending a request with a valid administrator login name (commonly the default 'admin') and any arbitrary password value.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Vulnerability Type
授权机制缺失
Vulnerability Title
Appy Pie WP Forms Connector 授权问题漏洞
Vulnerability Description
Appy Pie WP Forms Connector是Appy Pie公司的一个WordPress表单连接插件。 Appy Pie WP Forms Connector 1.8及之前版本存在授权问题漏洞,该漏洞源于注册的REST路由wp/v3/user/list/<id>的权限回调设置为'__return_true',且自定义身份验证仅验证'Username' HTTP标头对应管理员帐户和'Password' HTTP标头非空,未验证密码,可能导致未经身份验证的攻击者检索任何注册用户ID的敏感信息,包括
CVSS Information
N/A
Vulnerability Type
N/A