CVE-2025-55743

8.8

UnoPim · UnoPim

UnoPim versions prior to 0.2.1 contain an unrestricted file upload vulnerability due to insufficient server-side validation during the user creation process.

Executive summary

An authenticated user can achieve arbitrary file uploads in UnoPim versions before 0.2.1, potentially leading to remote code execution on the underlying server.

Vulnerability

This vulnerability, classified as CWE-434, stems from the application performing only client-side file type validation during image uploads in the user creation feature. An authenticated user with high privileges can bypass this check by intercepting the request and modifying the file extension and content to upload malicious payloads.

Business impact

The ability to upload arbitrary files poses a significant risk to the integrity and availability of the Product Information Management system. An attacker could upload webshells or malicious scripts to execute code on the server, resulting in complete system compromise or unauthorized access to sensitive product data. With a CVSS score of 8.8, this flaw represents a high-severity risk that requires immediate remediation.

Remediation

Immediate Action: Update the UnoPim installation to version 0.2.1 or later to implement proper server-side file validation.

Proactive Monitoring: Review application access logs for unusual file upload requests or requests targeting the user creation endpoint that deviate from standard patterns.

Compensating Controls: Deploy a Web Application Firewall (WAF) to inspect incoming file uploads and block requests that contain suspicious content types or unexpected file extensions.

Exploitation status

Public Exploit Available: No (the available data does not confirm a public, weaponized exploit).

Analyst recommendation

Given the high CVSS score and the existence of a proof-of-concept, organizations running UnoPim must prioritize patching this vulnerability. Upgrade to version 0.2.1 immediately to eliminate the underlying flaw and prevent potential unauthorized server access. If an immediate update is not possible, restrict user creation permissions until the patch can be applied.

More UnoPim CVEs

Sources