CVE-2020-36895
BaseFortify
Publication date: 2025-12-10
Last updated on: 2025-12-17
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| eibiz | i-media_server_digital_signage | 3.8.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in EIBIZ i-Media Server Digital Signage 3.8.0 allows remote attackers to access sensitive configuration files without authentication by exploiting a direct object reference. Specifically, attackers can retrieve the SiteConfig.properties file via an HTTP GET request, which exposes administrative credentials, database connection details, and system configuration information.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized disclosure of sensitive information such as administrative credentials and database connection details. This can allow attackers to gain further unauthorized access, compromise the system, manipulate configurations, or access sensitive data, potentially leading to a full system compromise.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
You can detect this vulnerability by attempting to access the SiteConfig.properties file via an HTTP GET request to the EIBIZ i-Media Server. For example, use a command like: curl http://<target-server>/SiteConfig.properties. If the file is accessible without authentication and returns sensitive configuration data, the system is vulnerable.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to the SiteConfig.properties file by implementing proper authentication and authorization controls, configuring the web server to deny direct access to sensitive configuration files, and applying any available patches or updates from the vendor to fix the vulnerability.