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-24893 — PoC | XWiki Platform 15.10.10 - Remote Code Execution | Kitploit
Tools/GitHubGitHub/zs1n/cve-2025-24893
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubzs1n/cve-2025-24893

CVE-2025-24893

PoC | XWiki Platform 15.10.10 - Remote Code Execution

View Repository
21 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-24893

PoC | XWiki Platform 15.10.10 - Remote Code Execution

Una vulnerabilida de categoría RCE (Remote Code Execution), encontrada cuando atacantes no autenticados pueden ejecutar codigo Groovy arbitrario remotamente sin la autenticación ni el accesso previo (Guest User). A continuación un PoC (Proof-Of-Concept) en Python para la explotación de esta vulnerabilidad.

Installation.

1. Clone the repository on your machine.

root@kitploit:~
git clone https://github.com/zs1n/CVE-2025-24893

2.Execute the exploit.

root@kitploit:~
python3 CVE-2025-24893.py -u <url> -c <command>

Example:

root@kitploit:~
python3 CVE-2025-24893.py -u https://domain.com -c 'id'
Download Tool