CVE-2026-33746

Source
https://cve.org/CVERecord?id=CVE-2026-33746
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33746.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-33746
Aliases
  • GHSA-92pg-3w49-4w5x
Published
2026-04-02T15:06:05.832Z
Modified
2026-07-15T01:49:09.384380687Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Convoy: JWT Signature Verification Bypass Allows Authentication as Arbitrary Users
Details

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 useruuid 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 useruuid. This issue has been patched in version 4.5.1.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-287",
        "CWE-347"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33746.json"
}
References

Affected packages

Git / github.com/convoypanel/panel

Affected ranges

Type
GIT
Repo
https://github.com/convoypanel/panel
Events
Database specific
{
    "source": [
        "AFFECTED_FIELD",
        "CPE_RANGE",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "3.9.0-beta"
        },
        {
            "fixed": "4.5.1"
        },
        {
            "introduced": "0"
        }
    ],
    "cpe": "cpe:2.3:a:convoypanel:convoy:*:*:*:*:*:*:*:*"
}

Affected versions

v3.*
v3.9.0-beta
v4.*
v4.0.0-beta
v4.0.0-rc.1
v4.0.0-rc.2
v4.0.0-rc.3
v4.0.0-rc.4
v4.0.0-rc.5
v4.0.0-rc.6
v4.1.0-beta
v4.2.0-beta
v4.2.1-rc.1
v4.2.2-rc.1
v4.2.2-rc.2
v4.2.3
v4.2.4
v4.3.0-rc.1
v4.3.1
v4.4.0
v4.5.0
v4.5.0-rc.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33746.json"