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-55853 — Local File Inclusion via Server Side Request Forgery | Kitploit
Tools/GitHubGitHub/vivz13/cve-2025-55853
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubvivz13/cve-2025-55853

CVE-2025-55853

Local File Inclusion via Server Side Request Forgery

View Repository
7 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-55853 - Local File Inclusion via Server Side Request Forgery

SoftVision webPDF before 10.0.2 is vulnerable to Server-Side Request Forgery (SSRF).

About

poc

This PoC for CVE-2025-55853 demonstrates Server Side Request Forgery in the webPDF tool (webPDF.) used to convert files to PDF. The PDF converter function does not check if internal or external resources are requested in the uploaded files and allows for protocols such as http:// and file:///. This allows an attacker to upload an XML or HTML file in the application which when rendered to a PDF allows for internal port scanning and Local File Inclusion (LFI).

Payload

root@kitploit:~
<html>
	<head></head>
	<body>
		<a:script xmlns:a="http://www.w3.org/1999/xhtml"></a:script>
	</body>
</html>

Affected Versions

  • Affected webPDF version before: 10.0.2

Mitigation

  • Limit the available protocols to HTTP and HTTPS using an allowlist function.
  • Limit requests to internal networks by resolving the domain and blocking requests to internal network segments.
  • Update the webPDF software to webPDF version 10.0.2 or higher

References

  • webPDF
Download Tool