## https://sploitus.com/exploit?id=C2143C3D-E30C-5814-825E-87A7F3D22C02
# CVE-2025-0108 - PAN-OS PoC SCRIPT /!\
> **Disclaimer:** This script is provided 'as is' and exclusively for educational purposes. Users are strongly advised to exercise caution and utilize it within the boundaries of legal and ethical considerations.
## Description
Python vulnerability scanner designed to check for **CVE-2025-0108**, an authentication bypass vulnerability in **Palo Alto Networks' PAN-OS**.
The tool works by sending specially crafted HTTP requests to URLs or a list of URLs to detect if they are vulnerable to the CVE-2025-0108 flaw.
This vulnerability could allow an unauthenticated threat actor to bypass authentication on a vulnerable system.
## Features
- **Single URL Scanning**: Check a single URL for vulnerability.
- **Batch URL Scanning**: Check multiple URLs from a text file.
- **Logging**: Logs results to both the console and a log file (`scan_results.log`).
- **Timeout Handling**: Prevents the script from hanging indefinitely with the `timeout` parameter for HTTP requests.
- **Detailed Reporting**: Outputs detailed information including status codes and responses.
- **Error Handling**: Handles connection issues, timeouts, and other exceptions gracefully.
## Requirements
- Python 3.x
- Requests library (`pip install requests`)
## Usage
```bash
python CVE_2025_0108_V1.py -u http://example.com
```
```bash
python CVE_2025_0108_V1.py -f urls.txt
```
## About
[](https://www.python.org/)
[](https://www.python.org/downloads/release/python-360/)
[](https://www.gnu.org/licenses/gpl-3.0)
[](mailto:info@cybersec.sohaib.eu)