#VU83566 Information disclosure in Graph API - CVE-2023-49103
Published: November 29, 2023 / Updated: April 5, 2024
Graph API
ownCloud
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.