๐Ÿ” CVE Alert

CVE-2026-33746

CRITICAL 9.8

Convoy: JWT Signature Verification Bypass Allows Authentication as Arbitrary Users

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-287 CWE-347
Vendor convoypanel
Product panel
Published Apr 2, 2026
Last Updated Apr 2, 2026
Stay Ahead of the Next One

Get instant alerts for convoypanel panel

Be the first to know when new critical vulnerabilities affecting convoypanel panel are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

ConvoyPanel / panel
>= 3.9.0-beta, < 4.5.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ConvoyPanel/panel/security/advisories/GHSA-92pg-3w49-4w5x github.com: https://github.com/ConvoyPanel/panel/releases/tag/v4.5.1