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
Bypass-CVE-2025-58360 — A new way to exploit CVE-2025-58360 bypass WAF | Kitploit
Tools/GitHubGitHub/quyenheu/bypass-cve-2025-58360
Vulnerability AnalysisExploitationWeb Application ExploitationWAF BypassPenetration Testing
GitHubquyenheu/bypass-cve-2025-58360

Bypass-CVE-2025-58360

A new way to exploit CVE-2025-58360 bypass WAF

View Repository
17 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
  • During my geoserver analysis I found another way to attack unauthenticated XML External Entities (XXE) via WMS GetMap operation. We can call this vulnerability via /geoserver/{workspaces}/ows, by using OWS call to WMS service instead of calling WMS service directly via /geoserver/wms as shown below

  • curl -X POST "http://IP:PORT/geoserver/topp/ows?service=WMS&version=2.0.0&request=getmap&maxFeatures=1&outputFormat=application%2Fjson" -H "Content-Type: application/xml" --data-binary @payload.xml -o output.png

  • The vulnerability is CVE-2025-58360, but it provides an attack bypass for the attacker. Bypass WAF systems, intercept users using geoserver (Because users may not be able to update the version and only use WAF to intercept malicious requests)

alt text

Download Tool