Cyber Resilience

CVE-2025-55745

Webkul Unopim ≤ 0.3.1

Public PoC
Published
22 August 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 2.5
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0062 46th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-55745 is a low-severity Improper Neutralization of Formula Elements in a CSV File (CWE-1236) vulnerability in Webkul Unopim. Its CVSS base score is 2.5 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique User Execution (T1204); ranked at the 46th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-15 (Information Output Filtering) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

UnoPim, an open-source Product Information Management (PIM) system built on the Laravel framework, contains a CSV injection vulnerability, also known as formula injection, in its Quick Export feature. This affects versions 0.3.0 and prior. The flaw allows attackers to inject malicious content into exported CSV files, which spreadsheet applications like Microsoft Excel may interpret as formulas or commands upon opening.

Unauthenticated attackers (PR:N) with network access can exploit this vulnerability by crafting malicious payloads that get embedded in the CSV exports. Victims who download and open these files in compatible spreadsheet software, and interact with potentially dangerous content (UI:R), risk arbitrary code execution on their local device. Successful exploitation enables remote code execution, such as establishing a reverse shell, with high confidentiality, integrity, and availability impacts (CVSS 8.8).

The UnoPim security advisory and associated GitHub commit recommend upgrading to version 0.3.1 or later as the primary mitigation. The patch addresses the injection issue in the Quick Export functionality, preventing malicious formula execution in exported files.

EU & UK References

Vulnerability Data

UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. Versions 0.3.0 and prior are vulnerable to CSV injection, also known as formula injection, in the Quick Export feature. This vulnerability allows attackers to inject malicious…

more

content into exported CSV files. When the CSV file is opened in spreadsheet applications such as Microsoft Excel, the malicious input may be interpreted as a formula or command, potentially resulting in the execution of arbitrary code on the victim's device. Successful exploitation can lead to remote code execution, including the establishment of a reverse shell. Users are advised to upgrade to version 0.3.1 or later.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1204 User Execution Execution
An adversary may rely upon specific actions by a user in order to gain execution.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
T1566 Phishing Initial Access
Adversaries may send phishing messages to gain access to victim systems.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-50637Same product: Webkul Unopim
CVE-2025-55742Same product: Webkul Unopim
CVE-2025-55744Same product: Webkul Unopim
CVE-2025-55743Same product: Webkul Unopim
CVE-2024-52305Same product: Webkul Unopim
CVE-2025-62417Same vendor: Webkul
CVE-2025-55741Same product: Webkul Unopim
CVE-2024-45084Shared CWE-1236
CVE-2024-47485Shared CWE-1236
CVE-2025-54752Shared CWE-1236

Affected Assets

webkul
unopim
≤ 0.3.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.10

Mitigating Controls (NIST 800-53 r5) AI

Output filtering/validation directly stops unneutralized formula elements from being written into CSV files.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require output neutralization for untrusted CSV content to block formula injection.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect formula injection but does not itself implement the mitigation.

prevents

Secure SDLC mandates input validation and output encoding that directly prevents formula injection in CSV exports.

prevents

Application security requirements include rules for safe CSV generation and handling of untrusted data.

prevents

Secure architecture principles encourage safe data export design but do not specifically address CSV formula neutralization.

prevents

Secure coding standards explicitly require neutralization of special characters when writing CSV files.

References