newbee-mall includes pre-seeded administrator accounts in its database initialization script. These accounts are provisioned with a predictable default password. Deployments that initialize or reset the database using the provided schema and fail to change the default administrative credentials may allow unauthenticated attackers to log in as an administrator and gain full administrative control of the application.
The database initialization script (schema) included in the Newbee-Mall project automatically creates administrator accounts with predictable, default passwords. If the administrator deploying the application does not change these login credentials after initialization or database reset, the accounts remain active with factory credentials. An attacker, knowing the predictable login data (hard-coded in the public repository), can log in as an administrator without any prior knowledge of the target environment.
The attacker gains full administrative privileges in the application, allowing arbitrary data modification, user account takeover, and manipulation of the entire e-commerce platform.
Default passwords for all predefined administrator accounts must be changed immediately after each initialization or database reset. It is recommended to review all active administrative accounts and enforce strong, unique passwords. Apply patches available from the vendor according to references.
Newbee-Mall (Newbee-Mall Project) — deployments that initialize or reset the database using the provided schema script and do not change default administrative credentials
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:XNewbee Mall Project Newbee Mall
APPNewbee-Mall Project≤ 1.0.0
Related vulnerabilities
Newbee-Mall: słabe hashowanie haseł (MD5 bez soli) umożliwia odzyskanie danych logowania
Newbee-Mall: Dowolne przesyłanie plików przez panel admina
Newbee-Mall: ominięcie uwierzytelnienia panelu /admin (AdminLoginInterceptor)
SQL Injection w Newbee-Mall — atak przez parametr wyszukiwania
newbee-mall v1.0.0 is vulnerable to Server-Side Request Forgery (SSRF) via the goodsCoverImg parameter.