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-2026-42141-xibo-ssrf — Proof-of-concept for SSRF in Xibo CMS via uploadUrl endpoint, demonstrating authenticated server-side request forgery to internal resources. | Kitploit
Tools/GitHubGitHub/h4zaz/cve-2026-42141-xibo-ssrf
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubh4zaz/cve-2026-42141-xibo-ssrf

CVE-2026-42141-xibo-ssrf

Proof-of-concept for SSRF in Xibo CMS via uploadUrl endpoint, demonstrating authenticated server-side request forgery to internal resources.

View Repository
3 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-2026-42141 - XIBO CMS SSRF

SSRF vulnerability in Xibo CMS (CVE-2026-42141)

Description

Server-Side Request Forgery (SSRF) vulnerability in Xibo CMS via the uploadUrl feature. This vulnerability was discovered during security research on Xibo CMS.

Impact

An authenticated user can force the server to make HTTP requests to internal resources.

Technical Details

  • Endpoint: /library/uploadUrl
  • Method: POST
  • Vulnerable parameter: URL

Proof of Concept

Example request:

POST /library/uploadUrl HTTP/1.1

url=http://localhost

Mitigation

  • Validate URLs
  • Block internal IP ranges
  • Upgrade to patched version

Timeline

  • Reported: March 2026
  • Fixed: April 2026
  • Published: April 2026

🔗 References

  • Xibo Advisory
  • CVE Details

Author

Vivien LEBAS

Download Tool