The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-54348

CVE-2023-54348: ERPGo SaaS 3.9 CSV Injection Vulnerability

CVE-2023-54348 is a CSV injection vulnerability in ERPGo SaaS 3.9 that allows authenticated attackers to execute arbitrary code via formula payloads. This post covers technical details, affected versions, and mitigation steps.

Published: May 7, 2026

CVE-2023-54348 Overview

CVE-2023-54348 is a CSV injection vulnerability in ERPGo SaaS 3.9, an all-in-one business ERP platform. The flaw allows authenticated attackers to inject spreadsheet formula payloads into vendor name fields. When an administrator or another user exports vendor data to CSV and opens it in a spreadsheet application, the embedded formulas execute. This can lead to arbitrary command execution on the victim's workstation. The issue is tracked under CWE-1236, Improper Neutralization of Formula Elements in a CSV File.

Critical Impact

Authenticated attackers can achieve arbitrary code execution on a victim's host by injecting formulas such as =10+20+cmd|' /C calc'!A0 into vendor records that are later exported and opened.

Affected Products

  • ERPGo SaaS 3.9 (Rajodiya Enterprise)
  • ERPGo - All In One Business ERP With Project, Account, HRM, CRM & POS distribution on CodeCanyon
  • Deployments of ERPGo that expose vendor creation forms to authenticated users

Discovery Timeline

  • 2026-05-05 - CVE-2023-54348 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2023-54348

Vulnerability Analysis

The vulnerability resides in the vendor creation workflow of ERPGo SaaS 3.9. The application accepts user-supplied input for the vendor name field and stores it without neutralizing characters that spreadsheet applications interpret as formulas. When a user exports vendor records to a CSV file and opens it in Microsoft Excel, LibreOffice Calc, or similar tools, any cell beginning with =, +, -, or @ is parsed as a formula. Attackers leverage this behavior to execute commands through the Dynamic Data Exchange (DDE) mechanism or to exfiltrate data via outbound spreadsheet functions. The attack requires only low-privilege authenticated access to submit vendor records, and an export action by any user with reporting permissions triggers the payload.

Root Cause

The root cause is the absence of CSV-specific output encoding. ERPGo writes vendor name fields directly into exported files without prefixing dangerous leading characters with a single quote, escaping formula triggers, or sanitizing the input on entry. The vulnerability falls under CWE-1236, where formula elements remain unneutralized in generated CSV output.

Attack Vector

An authenticated attacker submits a crafted vendor record through the vendor creation form. The malicious payload, for example =10+20+cmd|' /C calc'!A0, is stored in the database. When an administrator exports vendor data and opens the CSV in Excel, the formula resolves and the embedded command executes in the context of the user. The vector is network-based with low attack complexity and requires low privileges. See the VulnCheck Advisory on ERPGo and Exploit-DB #51220 for the public proof of concept.

No verified code examples are available beyond the public advisory. The payload format documented in the Exploit-DB entry demonstrates the DDE-style command execution string injected into the vendor name parameter.

Detection Methods for CVE-2023-54348

Indicators of Compromise

  • Vendor records, customer records, or other ERP fields whose values begin with =, +, -, @, tab, or carriage return characters
  • Exported CSV files containing strings such as cmd|, DDE, =HYPERLINK(, or =WEBSERVICE(
  • Outbound DNS or HTTP requests originating from excel.exe, soffice.bin, or other spreadsheet processes shortly after a CSV export
  • Process trees showing cmd.exe, powershell.exe, or calc.exe spawned by excel.exe

Detection Strategies

  • Inspect ERPGo database fields for stored values that start with formula trigger characters
  • Hunt endpoint telemetry for child processes of Microsoft Office applications launched after CSV file open events
  • Alert on spreadsheet processes initiating network connections to non-corporate destinations
  • Correlate ERPGo audit logs of vendor creation events with subsequent CSV export actions performed by privileged users

Monitoring Recommendations

  • Enable application-level logging for vendor and supplier record creation, including the raw input payload
  • Monitor file creation events for CSV files exported from ERPGo on administrator workstations
  • Track use of Office macro and DDE features through endpoint detection telemetry
  • Forward web application logs to a centralized analytics platform and alert on suspicious characters in form submissions

How to Mitigate CVE-2023-54348

Immediate Actions Required

  • Restrict vendor creation privileges to trusted, vetted users until a vendor patch is applied
  • Audit existing vendor, customer, and product records for entries beginning with =, +, -, or @ and remove or sanitize them
  • Disable Dynamic Data Exchange (DDE) in Microsoft Excel across the organization through Group Policy
  • Instruct staff to open ERPGo CSV exports only in applications configured to treat values as text

Patch Information

No official vendor advisory or patched version has been published in the references provided. Operators should monitor the Rajodiya security site and the CodeCanyon ERPGo product page for vendor updates. Until a fix is released, apply the workarounds below and treat all CSV exports as untrusted.

Workarounds

  • Implement a server-side input filter that prefixes any field beginning with formula trigger characters with a single quote (') before storing or exporting
  • Configure CSV export routines to wrap all cell values in quotes and escape leading =, +, -, @, tab, and carriage return characters
  • Set Excel Trust Center options to disable automatic data connections, DDE server lookup, and external links for all users
  • Open exported CSV files using the spreadsheet import wizard with the column type forced to Text rather than double-clicking the file
bash
# Example Group Policy registry keys to harden Excel against DDE-based CSV injection
reg add "HKCU\Software\Microsoft\Office\16.0\Excel\Security" /v WorkbookLinkWarnings /t REG_DWORD /d 2 /f
reg add "HKCU\Software\Microsoft\Office\16.0\Excel\Security" /v DDEAllowed /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Office\16.0\Excel\Security" /v DDECleaned /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Office\16.0\Excel\Security\ExternalContent" /v DisableDDEServerLaunch /t REG_DWORD /d 1 /f

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechErpgo

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1236
  • Technical References
  • Codecanyon ERP Product

  • Rajodiya Security Site

  • Exploit-DB #51220

  • VulnCheck Advisory on ERPGo
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English