Information disclosure in Graph API - CVE-2023-49103

 

Information disclosure in Graph API - CVE-2023-49103

Published: November 29, 2023 / Updated: April 5, 2024


Vulnerability identifier: #VU83566
CSH Severity: High
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:A/U:Amber
CVE-ID: CVE-2023-49103
CWE-ID: CWE-200
Exploitation vector: Remote access
Exploit availability: The vulnerability is being exploited in the wild
Vendor: ownCloud
Affected software:
Graph API

Detailed vulnerability description

The vulnerability allows a remote attacker to gain access to potentially sensitive information.

The vulnerability exists due to the application relies on the third-party GetPhpInfo.php library that provides a URL when it is accessed and reveals the configuration details of the PHP environment (phpinfo). The disclosed information includes all the environment variables of the webserver. In containerized deployments, these environment variables may include sensitive data such as the ownCloud admin password, mail server credentials, and license key. A remote non-authenticated attacker can gain access to sensitive information.


How to mitigate CVE-2023-49103

Install updates from vendor's website.

Sources