CVE-2025-53908
BaseFortify
Publication date: 2025-07-16
Last updated on: 2025-07-18
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rommapp | romm | 3.10.3 |
| rommapp | romm | 4.0.0-beta.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-26 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/dir/../filename" sequences that can resolve to a location that is outside of that directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an authenticated path traversal issue in the /api/raw endpoint of RomM versions prior to 3.10.3 and 4.0.0-beta.3. It allows authenticated users, including low-privileged ones like kiosk users, to access files outside the intended directory, potentially leaking sensitive information such as stored passwords and user data.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized disclosure of sensitive information stored on the system, including passwords and user data. This could compromise user accounts and system security, especially in environments with multiple users where even unprivileged users can exploit the flaw.
What immediate steps should I take to mitigate this vulnerability?
Upgrade RomM to version 3.10.3 or 4.0.0-beta.3 or later, as these versions contain the patch for the authenticated path traversal vulnerability in the /api/raw endpoint.