CVE-2026-33746

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:convoypanel:convoy:*:*:*:*:*:*:*:*

History

16 Apr 2026, 17:38

Type Values Removed Values Added
First Time Convoypanel
Convoypanel convoy
References () https://github.com/ConvoyPanel/panel/releases/tag/v4.5.1 - () https://github.com/ConvoyPanel/panel/releases/tag/v4.5.1 - Release Notes
References () https://github.com/ConvoyPanel/panel/security/advisories/GHSA-92pg-3w49-4w5x - () https://github.com/ConvoyPanel/panel/security/advisories/GHSA-92pg-3w49-4w5x - Vendor Advisory
CPE cpe:2.3:a:convoypanel:convoy:*:*:*:*:*:*:*:*

02 Apr 2026, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-02 16:16

Updated : 2026-04-16 17:38


NVD link : CVE-2026-33746

Mitre link : CVE-2026-33746

CVE.ORG link : CVE-2026-33746


JSON object : View

Products Affected

convoypanel

  • convoy
CWE
CWE-287

Improper Authentication

CWE-347

Improper Verification of Cryptographic Signature