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.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

garak, LLM Vulnerability Scanner : The Comprehensive Tool For Assessing Language Model Security

garak checks if an LLM can be made to fail in a way we don't…

8 hours ago

Vermilion : Mastering Linux Post-Exploitation For Red Team Success

Vermilion is a simple and lightweight CLI tool designed for rapid collection, and optional exfiltration…

8 hours ago

AD-CS-Forest-Exploiter : Mastering Security Through PowerShell For AD CS Misconfiguration

ADCFFS is a PowerShell script that can be used to exploit the AD CS container…

8 hours ago

Usage Of Tartufo – A Comprehensive Guide To Securing Your Git Repositories

Tartufo will, by default, scan the entire history of a git repository for any text…

8 hours ago

Loco : A Rails-Inspired Framework For Rust Developers

Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at…

1 day ago

Monolith : The Ultimate Tool For Storing Entire Web Pages As Single HTML Files

A data hoarder’s dream come true: bundle any web page into a single HTML file.…

1 day ago