The httperrorlog file stores the $COOKIE and $SERVER variables, which means sensitive information such as database passwords, cookie session data, and other details can be accessed or recovered through the Pimcore backend.
It’s better to remove both lines, as this information makes little sense in this context anyway.
https://github.com/pimcore/pimcore/blob/12.x/bundles/SeoBundle/src/EventListener/ResponseExceptionListener.php#L92 https://github.com/pimcore/pimcore/blob/12.x/bundles/SeoBundle/src/EventListener/ResponseExceptionListener.php#L93
In the Pimcore backend, navigate to "Search Engine Optimization" and click on "HTTP Errors." Double-click on an entry to view its details. Here, you may find sensitive data exposed.
Pimcore backend users can access sensitive environment variables, potentially exposing critical information.
{
"nvd_published_at": "2026-01-15T17:16:08Z",
"cwe_ids": [
"CWE-532"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2026-01-15T18:11:46Z"
}