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-CVE-2025-25231 — Nuclei template to detect CVE-2025-25231, a path traversal vulnerability in Omnissa Workspace ONE UEM, allowing access to sensitive files via crafted GET requests. | Kitploit
Tools/GitHubGitHub/ashkan-pu/cve-cve-2025-25231
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubashkan-pu/cve-cve-2025-25231

CVE-CVE-2025-25231

Nuclei template to detect CVE-2025-25231, a path traversal vulnerability in Omnissa Workspace ONE UEM, allowing access to sensitive files via crafted GET requests.

View Repository
29 months 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-25231 Nuclei Template

This template is written for the Nuclei tool to detect the CVE-2025-25231 (Secondary Path Traversal) vulnerability in the Omnissa Workspace ONE UEM product.


Vulnerability Description

CVE-2025-25231 is a Path Traversal vulnerability that allows an attacker to access sensitive read-only files on the server by sending crafted GET requests to restricted APIs. This vulnerability can lead to the disclosure of critical information such as configuration files, API keys, and system logs.


  1. Execute the following command:
root@kitploit:~
nuclei -t cve-2025-25231-path-traversal.yaml -u https://target.com
Download Tool