Exploitation Tools

CVE-2024-38473 Nuclei Template : Mastering Apache ACL Bypass Techniques

Nuclei template designed to detect Apache servers vulnerable to CVE-2024-38473. It first identifies servers running Apache < 2.4.60 with default PHP-FPM settings.

Then, it fuzzes for potential PHP files protected by ACLs that might be bypassed due to this vulnerability.

Install

  1. To use this Nuclei template, you need to clone the repository. You can do this by running the following command:
git clone https://github.com/juanschallibaum/CVE-2024-38473-Nuclei-Template

2. Navigate to the cloned repository directory:

cd CVE-2024-38473-Nuclei-Template

Usage

  • Run nuclei template in single host:
nuclei -t CVE-2024-38473.yaml -u http://example.com
  • Run nuclei template against a list of hosts:
nuclei -t CVE-2024-38473.yaml -l hosts.txt
  • Run nuclei template in single host specifying a valid .html or .php file:
nuclei -t CVE-2024-38473.yaml -u http://example.com/valid.php

Testing Environment

To easily test the CVE-2024-38473 vulnerability, you can set up a vulnerable environment using Docker. Follow these steps to quickly verify the effectiveness of the Nuclei template:

  1. Ensure Docker Daemon is Running: Make sure the Docker daemon is running on your system. You can start it with the following command if it’s not already running:
sudo systemctl start docker

For more information click here.

Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

DependencyTrack 4.10.0 – Release Overview And Security Hashes

For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and…

13 hours ago

DependencyTrack 4.10.1 – Release Update And Verification Details

For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and…

13 hours ago

Dependency Track 4.11.0 – Enhancements, Bug Fixes, And Dependency Updates

For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and…

13 hours ago

DependencyTrack 4.11.1 – Bug Fixes, Security Improvements, And Changelog Highlights

For official releases, refer to Dependency Track Docs >> Changelogs for information about improvements and…

3 days ago

HikvisionExploiter – Automated Exploitation And Surveillance Utility For Hikvision Cameras

HikvisionExploiter is a Python-based utility designed to automate exploitation and directory accessibility checks on Hikvision…

3 days ago

RedFlag : AI-Powered Risk Assessment And Workflow Automation

RedFlag leverages AI to determine high-risk code changes. Run it in batch mode to scope…

3 days ago