Convoy is a KVM server management panel for hosting businesses. From version 3.9.0-beta to before version 4.5.1, the JWTService::decode() method did not verify the cryptographic signature of JWT tokens. While the method configured a symmetric HMAC-SHA256 signer via lcobucci/jwt, it only validated time-based claims (exp, nbf, iat) using the StrictValidAt constraint. The SignedWith constraint was not included in the validation step. This means an attacker could forge or tamper with JWT token payloads — such as modifying the user_uuid claim — and the token would be accepted as valid, as long as the time-based claims were satisfied. This directly impacts the SSO authentication flow (LoginController::authorizeToken), allowing an attacker to authenticate as any user by crafting a token with an arbitrary user_uuid. This issue has been patched in version 4.5.1.
Conclusion & alert: CVE-2026-33746 is rated Moderate Risk (46.9/100): CVSS Critical severity, with low exploitation likelihood (EPSS 0.30%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.30% | +0.26% |
| 2 | 2026-04-08 | 0.08% | 0.04% | -0.03% |
| 3 | 2026-04-03 | — | 0.08% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| convoypanel | convoy | < 4.5.1 | cpe:2.3:a:convoypanel:convoy:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/ConvoyPanel/panel/releases/tag/v4.5.1 | Release Notes |
| https://github.com/ConvoyPanel/panel/security/advisories/GHSA-92pg-3w49-4w5x | Vendor Advisory |