mr-xmen786 / CVE-2023-46478

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2023-46478

Minical 1.0.0 is vulnerable to IDOR .

Vendor: https://github.com/minical/minical

Demo Application: https://demo.minical.io/


PoC

Step 1: I have created two user accounts user A (hacker) then user B (walker-448)

image

Step 2: Go to the User B account then Navigate to the Accounting module and then click on any ID.

image

Step 3: Now, click on "Edit Profile". Enter the desired value in the Name field, then click "Update" and capture the request using Burp Suite.

image

image

image

Step 4: Now send the request to intruder.

image

Step 5. Now, set the payload position in the "customer_id" parameter then enter the HTML payload in the "customer_data[customer_name]" parameter, and then click on 'Start Attack.

image

image

Step 6: Now, refresh the browser for user A. As can be observed, we successfully updated user A's details, as shown in the POC below.

image

About