Description
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.
The opcache-gui package provides an one-page status page for PHP OPcode caching. It discloses sensitive information about the web application
Remediation
Remove the opcache-gui page from production systems or restrict access to this page.