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-11844-smolagents — Educational sandbox and dynamic proof-of-concept scanner for CVE-2025-11844 XPath injection in Hugging Face smolagents library, enabling local data extraction and DOM traversal auditing. | Kitploit
Tools/GitHubGitHub/sparshbiswas-ai/cve-2025-11844-smolagents
Vulnerability AnalysisCode AnalysisWeb Application ExploitationCTFPenetration TestingLearning & Education
GitHubsparshbiswas-ai/cve-2025-11844-smolagents

CVE-2025-11844-smolagents

Educational sandbox and dynamic proof-of-concept scanner for CVE-2025-11844 XPath injection in Hugging Face smolagents library, enabling local data extraction and DOM traversal auditing.

View Repository
13 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

🔐 Smolagents XPath Injection Simulation Framework (CVE-2025-11844)

An educational auditing sandbox and dynamic proof-of-concept scanner demonstrating the XPath Injection vulnerability found within Hugging Face's smolagents library (up to version 1.2.0).


🔍 Vulnerability Profile

MetricDetails
CVE IDCVE-2025-11844
Target Componentsearch_item_ctrl_f function inside vision_web_browser.py
Vulnerability TypeImproper Input Validation -> XPath Injection / DOM Breakout
Impact ScopeLocal Data Extraction, Information Disclosure, Arbitrary DOM Traversal

🚨 Attack Vector Analysis

The target framework uses an un-sanitized string directly inside an internal XPath querying function:

root@kitploit:~
//*[contains(text(), 'USER_INPUT_HERE')]
Download Tool