Unauthenticated access to Adminer UI
The Adminer route (/admin/adminer) was accessible without Shopware admin authentication. The route was configured with auth_required=false and performed no session validation, exposing the Adminer UI to unauthenticated users.
Note: Database access itself requires credentials that are only set through the ACL-protected API endpoint. Direct database access without prior admin login is not possible through this vulnerability alone.
An unauthenticated user could access the Adminer interface, potentially disclosing version information or exploiting Adminer-specific vulnerabilities.
Version 2.2.1 adds session validation. The Adminer route now verifies an authenticated session flag before rendering — returning HTTP 403 otherwise.
Deactivate or uninstall the plugin.
{
"github_reviewed_at": "2026-02-10T00:22:05Z",
"severity": "MODERATE",
"cwe_ids": [
"CWE-306"
],
"github_reviewed": true,
"nvd_published_at": "2026-02-09T21:15:50Z"
}