Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-54071

CVE-2025-54071: RomM (ROM Manager) RCE Vulnerability

CVE-2025-54071 is a remote code execution flaw in RomM (ROM Manager) that allows authenticated users to write arbitrary files, potentially executing malicious code. This article covers technical details, affected versions, and patches.

Published: April 8, 2026

CVE-2025-54071 Overview

CVE-2025-54071 is a critical arbitrary file write vulnerability affecting RomM (ROM Manager), an application that allows users to scan, enrich, browse, and play their game collections with a clean and responsive interface. In versions 4.0.0-beta.3 and below, an authenticated arbitrary file write vulnerability exists in the /api/saves endpoint. This vulnerability can be exploited to achieve Remote Code Execution (RCE) on the target system.

The vulnerability permits arbitrary file write operations, allowing attackers to create or modify files at any filesystem location with user-supplied content. A user with viewer role or Scope.ASSETS_WRITE permission or above is required to pass authentication checks.

Critical Impact

Authenticated attackers can write arbitrary files to any filesystem location, potentially leading to Remote Code Execution, system compromise, and complete takeover of the RomM server.

Affected Products

  • RomM (ROM Manager) versions 4.0.0-beta.3 and below

Discovery Timeline

  • 2025-07-21 - CVE-2025-54071 published to NVD
  • 2025-07-22 - Last updated in NVD database

Technical Details for CVE-2025-54071

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type). The /api/saves endpoint in RomM fails to properly validate or sanitize file paths provided by users, enabling authenticated attackers to write arbitrary content to any location on the filesystem accessible by the application process.

The attack requires authentication with at least viewer role or Scope.ASSETS_WRITE permission. While this limits exploitation to authenticated users, many deployments may have relaxed access controls or shared credentials, making this a significant threat in multi-user environments.

Root Cause

The root cause is improper input validation in the file save functionality. The application does not adequately sanitize user-supplied file paths before performing write operations, allowing path traversal sequences or absolute paths to be used. This enables attackers to escape the intended directory structure and write files to arbitrary locations on the server's filesystem.

Attack Vector

The attack is network-based and requires authentication with minimal privileges. An attacker with viewer role or Scope.ASSETS_WRITE permission can send a crafted request to the /api/saves endpoint containing a malicious file path. By manipulating the path parameter, the attacker can direct file writes outside the intended save directory.

Successful exploitation can lead to:

  • Writing malicious scripts to web-accessible directories
  • Overwriting configuration files to inject malicious settings
  • Placing executable files in locations that trigger automatic execution
  • Achieving Remote Code Execution by writing to cron directories, SSH authorized_keys, or other sensitive locations

The vulnerability mechanism involves the /api/saves endpoint accepting user-controlled file paths without proper validation. Attackers can leverage path traversal techniques (e.g., ../) or absolute paths to write files to arbitrary filesystem locations. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-54071

Indicators of Compromise

  • Unusual file creation or modification in system directories outside the RomM data directory
  • Unexpected files appearing in web-accessible directories, cron directories, or SSH configuration paths
  • API requests to /api/saves containing path traversal sequences (../) or absolute paths
  • New or modified files with suspicious content in /etc/cron.d/, ~/.ssh/, or similar sensitive locations

Detection Strategies

  • Monitor HTTP requests to the /api/saves endpoint for path traversal patterns and absolute path references
  • Implement file integrity monitoring (FIM) on sensitive system directories to detect unauthorized file modifications
  • Review web server and application logs for suspicious API activity from authenticated users
  • Deploy web application firewall (WAF) rules to detect and block path traversal attempts

Monitoring Recommendations

  • Enable detailed logging for all file write operations in RomM
  • Configure alerts for file creation events outside the expected RomM data directories
  • Monitor user account activity for unusual patterns or privilege abuse
  • Implement network traffic analysis to identify anomalous API request patterns

How to Mitigate CVE-2025-54071

Immediate Actions Required

  • Upgrade RomM immediately to version 4.0.0-beta.4 or later, which contains the security fix
  • Review user accounts and permissions, removing unnecessary Scope.ASSETS_WRITE permissions
  • Audit recent file system changes for signs of exploitation
  • Implement network segmentation to limit exposure of the RomM application

Patch Information

The vulnerability has been fixed in RomM version 4.0.0-beta.4. The fix is available in commit 89248d03805e5fabca78443dd202ff32e0b4d9f3. Users should upgrade to the patched version immediately. For additional details, see the GitHub commit and the GitHub Security Advisory GHSA-fgxf-hggc-qqmq.

Workarounds

  • Restrict network access to the RomM application using firewall rules until patching is complete
  • Review and minimize user permissions, ensuring only trusted users have viewer role or Scope.ASSETS_WRITE access
  • Implement additional access controls at the reverse proxy level to restrict access to the /api/saves endpoint
  • Run the RomM application with minimal filesystem permissions to limit the impact of arbitrary file write operations
bash
# Example: Restrict filesystem access using Docker volume restrictions
# Mount only necessary directories as read-write, others as read-only
docker run -d \
  --name romm \
  -v /path/to/library:/romm/library:rw \
  -v /path/to/resources:/romm/resources:ro \
  -v /path/to/config:/romm/config:ro \
  --read-only \
  --tmpfs /tmp \
  romm/romm:4.0.0-beta.4

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRomm

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability1.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-434
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-fgxf-hggc-qqmq
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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