CVE Explained: CVE-2023-23752
Joomla critical information leak.
references:
Video with Nuclei template: Here
Exploitation {POC}:CVE-2023-23752 is an authentication bypass resulting in an information leak. Most of the public exploits use the bypass to leak the system's configuration, which contains the Joomla! MySQL database credentials in plaintext. Exploit was that whenever the user was visiting the joomla root-url where the server was running and appending this endpoint :
{root-url}/api/index.php/v1/config/application?public=trueand:
{root-url}/api/index.php/v1/users?public=true

Exploit Development
We send the request to these endpoints and get the response.
The whole exploit: Anekant
Template is acquired from this github commit by badboycc.
Dorks
FOFA
SHODAN
Last updated