| Titel | Zhongbang CRMEB v5.6.3 Authentication Bypass by |
|---|
| Beschreibung | 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. |
|---|
| Quelle | ⚠️ https://github.com/foeCat/CVE/blob/main/CRMEB/jwt_auth_bypass/remote_register_jwt_bypass.md |
|---|
| Benutzer | Ho Cherry (UID 94105) |
|---|
| Einreichung | 09.01.2026 15:53 (vor 5 Monaten) |
|---|
| Moderieren | 19.01.2026 16:28 (10 days later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 341789 [CRMEB bis 5.6.3 JSON Token LoginServices.php remoteRegister uid schwache Authentisierung] |
|---|
| Punkte | 20 |
|---|