Overview
The vulnerability, identified as CVE-2025-36274, is an alarming security flaw found in IBM Aspera HTTP Gateway versions 2.0.0 through 2.3.1. This issue stems from the application’s erroneous storage of sensitive data in clear text within easily accessible files. An unauthenticated user can exploit this vulnerability, potentially compromising the system or leaking data. It’s crucial to address this security flaw immediately due to its severe impact on data integrity and confidentiality.
Vulnerability Summary
CVE ID: CVE-2025-36274
Severity: High (7.5 CVSS Score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: System compromise and potential data leakage
Affected Products
Product | Affected Versions
IBM Aspera HTTP Gateway | 2.0.0 to 2.3.1
How the Exploit Works
The vulnerability arises from the application’s insecure storage of sensitive information in clear text within easily accessible files. An attacker can exploit this weakness by accessing these files, which do not require any authentication. The attacker can then read the information in these files, potentially granting them access to sensitive data or even compromising the system.
Conceptual Example Code
Although no specific exploit code is available, an attacker might use a simple command-line tool, such as ‘cat’ on Unix/Linux systems, to read the clear text files. An example might look like this:
cat /path/to/vulnerable/file.txt
This command would print the contents of the file, revealing any sensitive information stored within.
