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

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).
<html>
<head></head>
<body>
<a:script xmlns:a="http://www.w3.org/1999/xhtml"></a:script>
</body>
</html>
webPDF version before: 10.0.2