Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-0108 — PAN-OS CVE POC SCRIPT | Kitploit
Tools/GitHubGitHub/sohaibeb/cve-2025-0108
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingAuthenticationLearning & Education
GitHubsohaibeb/cve-2025-0108

CVE-2025-0108

PAN-OS CVE POC SCRIPT

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
python CVE_2025_0108_V1.py -u http://example.com
root@kitploit:~
python CVE_2025_0108_V1.py -f urls.txt

About

made-with-python Python 3.x License: GPL v3 email-contact

Download Tool