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-2023-25202 — CVE-2023-25202: Insecure file upload mechanism | Kitploit
Tools/GitHubGitHub/trackflaw/cve-2023-25202
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingMisconfiguration
GitHubtrackflaw/cve-2023-25202

CVE-2023-25202

CVE-2023-25202: Insecure file upload mechanism

View Repository
122 years 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-2023-25202: Insecure file upload mechanism

image

Description

CVE-2023-25202 involves an insecure file upload mechanism within the Therefore application, which is overly permissive in the types of files users can upload. The application only blocks uploads of HTML, EXE, and BAK files, leaving it vulnerable to uploads of technical files like PHP, ASP, ASPX, and JSP. These file types could potentially allow system command execution under certain conditions, although not exploitable in this context.

The application's safeguard against HTML file uploads can be circumvented by uploading markdown files that support HTML, exposing the system to risks without allowing the upload of directly executable files like malware. This vulnerability opens the door for attackers to exploit Server-Side Request Forgery (SSRF) vulnerabilities, upload malicious files (excluding executable types), or initiate denial-of-service attacks. In some scenarios, attackers could execute code through the uploaded files.

To mitigate these risks, it is recommended to restrict the range of permissible file types to those strictly necessary, primarily focusing on text processing documents (such as Office and PDF files) and images. Limiting the number of allowed extensions, with guidance from the extensions supported by the Aspose plugin developer, can help protect against such vulnerabilities.

CVE details

  • Affected product : CVE-2023-25202 affected Therefore Case Manager 2018/2021 and Therefore Solution Designer 2018/2021
Download Tool
  • Affected version : All the versions equal or lower at 18.4.0 and equal or lower at 26.1.1 are vulnerable to CVE-2023-25202.
  • CVE ID : CVE-2023-25202.
  • More informations

    https://blog.trackflaw.com/en/multinational-hacking-with-file-upload-and-ssrf/