| Título | Zhongbang CRMEB v5.6.3 Authentication Bypass by |
|---|
| Descrição | The remote_register endpoint accepts base64-encoded JSON tokens without verifying JWT signatures. Attackers can forge arbitrary tokens to create unlimited fake accounts or login as any existing user by specifying any uid value.
The root cause is using JWT::urlsafeB64Decode() instead of JWT::decode(). The former only decodes base64 without cryptographic signature verification, while the latter properly validates JWT signatures. |
|---|
| Fonte | ⚠️ https://github.com/foeCat/CVE/blob/main/CRMEB/jwt_auth_bypass/remote_register_jwt_bypass.md |
|---|
| Utilizador | Ho Cherry (UID 94105) |
|---|
| Submissão | 09/01/2026 15h53 (há 5 meses) |
|---|
| Moderação | 19/01/2026 16h28 (10 days later) |
|---|
| Estado | Aceite |
|---|
| Entrada VulDB | 341789 [CRMEB até 5.6.3 JSON Token LoginServices.php remoteRegister uid Autenticação fraca] |
|---|
| Pontos | 20 |
|---|