CVE-2025-34126
BaseFortify
Publication date: 2025-07-16
Last updated on: 2025-07-17
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rips | rips_scanner | 0.54 |
| rips | rips_scanner | 0.53 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in RIPS Scanner version 0.54. It allows remote attackers to read arbitrary files on the system by sending specially crafted HTTP GET requests to the 'windows/code.php' script with a manipulated 'file' parameter. This means attackers can access files they should not be able to, using the web server's privileges.
How can this vulnerability impact me? :
The vulnerability can lead to disclosure of sensitive information on the affected system. Since attackers can read arbitrary files with the web server's privileges, they might access confidential data, configuration files, or other sensitive information, potentially compromising the security of the system and its data.