Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2025-58072

CVE-2025-58072: SS1 Path Traversal Vulnerability

CVE-2025-58072 is a path traversal flaw in SS1 Ver.16.0.0.10 and earlier that allows unauthenticated attackers to view arbitrary files. This article covers the technical details, affected versions, and mitigations.

Updated:

CVE-2025-58072 Overview

CVE-2025-58072 is a path traversal vulnerability [CWE-22] affecting SS1, an IT asset management product distributed by Dos Osaka. The flaw exists in SS1 Ver.16.0.0.10 and earlier, including Media version 16.0.0a and earlier. A remote unauthenticated attacker can exploit improper limitation of a pathname to a restricted directory to view arbitrary files on the affected system. The vulnerability is network-reachable and requires no authentication or user interaction, making it accessible to any attacker who can connect to the exposed service.

Critical Impact

Remote unauthenticated attackers can read arbitrary files from systems running vulnerable SS1 versions, exposing configuration data, credentials, and sensitive business information.

Affected Products

  • SS1 Ver.16.0.0.10 and earlier
  • SS1 Media version 16.0.0a and earlier
  • Vendor: Dos Osaka Co., Ltd.

Discovery Timeline

  • 2025-08-28 - CVE-2025-58072 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-58072

Vulnerability Analysis

The vulnerability is a classic path traversal flaw [CWE-22] in the SS1 product. SS1 fails to properly sanitize or canonicalize user-supplied path components before using them to construct file system paths. An attacker can submit crafted input containing directory traversal sequences such as ../ to escape the intended directory and access files outside the restricted directory.

Because the attack vector is network-based and requires no privileges or user interaction, the vulnerability can be triggered by any remote actor capable of reaching the SS1 service. Successful exploitation discloses arbitrary file contents but does not directly enable modification or denial of service.

The EPSS probability for this CVE is 0.167% at the 37th percentile, indicating low observed exploit activity at the time of analysis.

Root Cause

The root cause is improper limitation of a pathname to a restricted directory. The SS1 application accepts file path parameters from network requests and uses them without sufficient validation. Traversal sequences are not stripped, decoded path separators are not normalized, and the resolved path is not constrained to an allowed base directory before file read operations execute.

Attack Vector

An attacker sends a crafted HTTP or application-protocol request to the exposed SS1 service. The request contains directory traversal sequences in a file or resource parameter. The server resolves the manipulated path and returns the contents of an arbitrary file accessible to the SS1 process. Targets typically include configuration files, credential stores, log files, and operating system files such as /etc/passwd or Windows system files. Refer to the JVN #99577552 Advisory and the Dos Osaka News Update for vendor-specific technical details.

Detection Methods for CVE-2025-58072

Indicators of Compromise

  • HTTP requests containing traversal sequences such as ../, ..\, %2e%2e%2f, or %252e%252e%252f directed at SS1 endpoints.
  • Unexpected access patterns where SS1 returns content from outside its application directory.
  • Web or application logs showing file path parameters referencing system files like win.ini, boot.ini, /etc/passwd, or SS1 configuration files.

Detection Strategies

  • Inspect SS1 access logs for URI parameters containing encoded or stacked traversal sequences.
  • Deploy WAF or IPS signatures that flag directory traversal patterns targeting SS1 service ports.
  • Correlate file read events on SS1 hosts with inbound network connections to identify anomalous reads of system or configuration files.

Monitoring Recommendations

  • Enable verbose request logging on SS1 and forward logs to a centralized SIEM for analysis.
  • Alert on outbound responses from SS1 containing signatures of sensitive files such as password hashes or private keys.
  • Monitor for spikes in 200-status responses to requests containing path traversal patterns.

How to Mitigate CVE-2025-58072

Immediate Actions Required

  • Identify all SS1 deployments and verify installed versions against the affected range, SS1 Ver.16.0.0.10 and earlier including Media 16.0.0a.
  • Restrict network exposure of SS1 management interfaces to trusted administrative networks only.
  • Review SS1 access logs for indicators of prior exploitation, including requests with traversal sequences.

Patch Information

Apply the fixed version of SS1 as published by Dos Osaka. Consult the Dos Osaka News Update and the JVN #99577552 Advisory for the corrected release and upgrade instructions. Update both the SS1 server component and the Media component to non-vulnerable versions.

Workarounds

  • Place SS1 behind a reverse proxy or WAF configured to block requests containing path traversal sequences.
  • Apply network ACLs to limit SS1 service access to authorized management hosts.
  • Run the SS1 service under a low-privilege account to reduce the scope of files readable through exploitation.

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

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.