Skip to main content

Improper Neutralization of Formula Elements in a CSV File

CVE-2025-55745

Severity Low
Score 2.5/10

Summary

UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. Versions through 0.3.0 are vulnerable to CSV Injection, also known as Formula Injection, in the "Quick Export" feature. This vulnerability allows attackers to inject malicious 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.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • REQUIRED
  • NONE
  • HIGH
  • HIGH

CWE-1236 - Improper Neutralization of Formula Elements in a CSV File

The software saves user-provided information into a Comma-Separated Value (CSV) file, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as a command when the file is opened by spreadsheet software.

Advisory Timeline

  • Published