| タイトル | Zhongbang CRMEB v5.6.3 Authentication Bypass by |
|---|
| 説明 | 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. |
|---|
| ソース | ⚠️ https://github.com/foeCat/CVE/blob/main/CRMEB/jwt_auth_bypass/remote_register_jwt_bypass.md |
|---|
| ユーザー | Ho Cherry (UID 94105) |
|---|
| 送信 | 2026年01月09日 15:53 (5 月 ago) |
|---|
| モデレーション | 2026年01月19日 16:28 (10 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 341789 [CRMEB 迄 5.6.3 JSON Token LoginServices.php remoteRegister uid 弱い認証] |
|---|
| ポイント | 20 |
|---|