GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-45363 (GCVE-0-2026-45363)

Vulnerability from cvelistv5 – Published: 2026-07-14 21:32 – Updated: 2026-07-15 13:26
VLAI
Title
`jwt` (Ruby gem) - empty-key HMAC bypass
Summary
ruby-jwt is a Ruby implementation of the RFC 7519 OAuth JSON Web Token standard. Prior to 2.10.3 and 3.2.0, JWT.decode(token, '', true, algorithm: 'HS256') accepts an attacker-forged token because OpenSSL::HMAC.digest('SHA256', '', payload) returns a valid digest under an empty key and no empty-key precondition exists in the HMAC algorithm. The same path is reached when a keyfinder block or key_finder: argument returns an empty string, nil, or an array containing nil for an unknown key, affecting HS256, HS384, and HS512 verification through JWT.decode and JWT::EncodedToken#verify_signature!. This issue is fixed in versions 2.10.3 and 3.2.0.
SSVC
Exploitation: none Automatable: yes Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-15 13:24 UTC
CWE
  • CWE-287 - Improper Authentication
  • CWE-326 - Inadequate Encryption Strength
  • CWE-1391 - Use of Weak Credentials
Impacted products
Vendor Product Version CPE status
jwt ruby-jwt Affected: < 2.10.3
Affected: >= 3.0.0, < 3.2.0
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-45363",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-07-15T13:24:12.081532Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-07-15T13:26:21.205Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "ruby-jwt",
          "vendor": "jwt",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 2.10.3"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.0.0, \u003c 3.2.0"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "ruby-jwt is a Ruby implementation of the RFC 7519 OAuth JSON Web Token standard. Prior to 2.10.3 and 3.2.0, JWT.decode(token, \u0027\u0027, true, algorithm: \u0027HS256\u0027) accepts an attacker-forged token because OpenSSL::HMAC.digest(\u0027SHA256\u0027, \u0027\u0027, payload) returns a valid digest under an empty key and no empty-key precondition exists in the HMAC algorithm. The same path is reached when a keyfinder block or key_finder: argument returns an empty string, nil, or an array containing nil for an unknown key, affecting HS256, HS384, and HS512 verification through JWT.decode and JWT::EncodedToken#verify_signature!. This issue is fixed in versions 2.10.3 and 3.2.0."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-287",
              "description": "CWE-287: Improper Authentication",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-326",
              "description": "CWE-326: Inadequate Encryption Strength",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-1391",
              "description": "CWE-1391: Use of Weak Credentials",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-14T21:34:05.174Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/jwt/ruby-jwt/security/advisories/GHSA-c32j-vqhx-rx3x",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/jwt/ruby-jwt/security/advisories/GHSA-c32j-vqhx-rx3x"
        },
        {
          "name": "https://github.com/jwt/ruby-jwt/commit/9820020869ad147b941e49d96ab8beba35532964",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/jwt/ruby-jwt/commit/9820020869ad147b941e49d96ab8beba35532964"
        },
        {
          "name": "https://github.com/jwt/ruby-jwt/commit/db560b769a07bd9724e77ff505011ac01872106f",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/jwt/ruby-jwt/commit/db560b769a07bd9724e77ff505011ac01872106f"
        },
        {
          "name": "https://github.com/jwt/ruby-jwt/releases/tag/v2.10.3",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/jwt/ruby-jwt/releases/tag/v2.10.3"
        },
        {
          "name": "https://github.com/jwt/ruby-jwt/releases/tag/v3.2.0",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/jwt/ruby-jwt/releases/tag/v3.2.0"
        }
      ],
      "source": {
        "advisory": "GHSA-c32j-vqhx-rx3x",
        "discovery": "UNKNOWN"
      },
      "title": "`jwt` (Ruby gem) - empty-key HMAC bypass"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-45363",
    "datePublished": "2026-07-14T21:32:26.676Z",
    "dateReserved": "2026-05-12T00:51:29.085Z",
    "dateUpdated": "2026-07-15T13:26:21.205Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-45363",
      "date": "2026-09-15",
      "epss": "0.00242",
      "percentile": "0.15476"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-45363\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-14T22:16:54.463\",\"lastModified\":\"2026-07-15T20:23:47.313\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"ruby-jwt is a Ruby implementation of the RFC 7519 OAuth JSON Web Token standard. Prior to 2.10.3 and 3.2.0, JWT.decode(token, \u0027\u0027, true, algorithm: \u0027HS256\u0027) accepts an attacker-forged token because OpenSSL::HMAC.digest(\u0027SHA256\u0027, \u0027\u0027, payload) returns a valid digest under an empty key and no empty-key precondition exists in the HMAC algorithm. The same path is reached when a keyfinder block or key_finder: argument returns an empty string, nil, or an array containing nil for an unknown key, affecting HS256, HS384, and HS512 verification through JWT.decode and JWT::EncodedToken#verify_signature!. This issue is fixed in versions 2.10.3 and 3.2.0.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"jwt\",\"product\":\"ruby-jwt\",\"versions\":[{\"version\":\"\u003c 2.10.3\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.0.0, \u003c 3.2.0\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-15T13:24:12.081532Z\",\"id\":\"CVE-2026-45363\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-287\"},{\"lang\":\"en\",\"value\":\"CWE-326\"},{\"lang\":\"en\",\"value\":\"CWE-1391\"}]}],\"references\":[{\"url\":\"https://github.com/jwt/ruby-jwt/commit/9820020869ad147b941e49d96ab8beba35532964\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/jwt/ruby-jwt/commit/db560b769a07bd9724e77ff505011ac01872106f\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/jwt/ruby-jwt/releases/tag/v2.10.3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/jwt/ruby-jwt/releases/tag/v3.2.0\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/jwt/ruby-jwt/security/advisories/GHSA-c32j-vqhx-rx3x\",\"source\":\"security-advisories@github.com\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Important",
      "current_release_date": "2026-09-04T01:59:53+00:00",
      "cve": "CVE-2026-45363",
      "id": "CVE-2026-45363",
      "initial_release_date": "2026-07-14T21:32:26.676000+00:00",
      "product_status:fixed": "46",
      "product_status:known_affected": "2",
      "product_status:known_not_affected": "305",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "ruby-jwt: ruby-jwt: Authentication bypass due to empty key in HMAC verification",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-45363.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-07-15T18:51:40Z",
      "cve": "CVE-2026-45363",
      "id": "CVE-2026-45363",
      "initial_release_date": "2026-07-04T02:17:38Z",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-45363",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-45363.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": "{\"cna\": {\"title\": \"`jwt` (Ruby gem) - empty-key HMAC bypass\", \"source\": {\"advisory\": \"GHSA-c32j-vqhx-rx3x\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"jwt\", \"product\": \"ruby-jwt\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.10.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.0.0, \u003c 3.2.0\"}]}], \"references\": [{\"url\": \"https://github.com/jwt/ruby-jwt/security/advisories/GHSA-c32j-vqhx-rx3x\", \"name\": \"https://github.com/jwt/ruby-jwt/security/advisories/GHSA-c32j-vqhx-rx3x\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/jwt/ruby-jwt/commit/9820020869ad147b941e49d96ab8beba35532964\", \"name\": \"https://github.com/jwt/ruby-jwt/commit/9820020869ad147b941e49d96ab8beba35532964\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/jwt/ruby-jwt/commit/db560b769a07bd9724e77ff505011ac01872106f\", \"name\": \"https://github.com/jwt/ruby-jwt/commit/db560b769a07bd9724e77ff505011ac01872106f\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/jwt/ruby-jwt/releases/tag/v2.10.3\", \"name\": \"https://github.com/jwt/ruby-jwt/releases/tag/v2.10.3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/jwt/ruby-jwt/releases/tag/v3.2.0\", \"name\": \"https://github.com/jwt/ruby-jwt/releases/tag/v3.2.0\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"ruby-jwt is a Ruby implementation of the RFC 7519 OAuth JSON Web Token standard. Prior to 2.10.3 and 3.2.0, JWT.decode(token, \u0027\u0027, true, algorithm: \u0027HS256\u0027) accepts an attacker-forged token because OpenSSL::HMAC.digest(\u0027SHA256\u0027, \u0027\u0027, payload) returns a valid digest under an empty key and no empty-key precondition exists in the HMAC algorithm. The same path is reached when a keyfinder block or key_finder: argument returns an empty string, nil, or an array containing nil for an unknown key, affecting HS256, HS384, and HS512 verification through JWT.decode and JWT::EncodedToken#verify_signature!. This issue is fixed in versions 2.10.3 and 3.2.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-287\", \"description\": \"CWE-287: Improper Authentication\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-326\", \"description\": \"CWE-326: Inadequate Encryption Strength\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1391\", \"description\": \"CWE-1391: Use of Weak Credentials\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-07-14T21:34:05.174Z\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-45363\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-15T13:24:12.081532Z\"}}}], \"providerMetadata\": {\"shortName\": \"CISA-ADP\", \"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"dateUpdated\": \"2026-07-15T13:24:12.925Z\"}}]}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-45363\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-14T21:34:05.174Z\", \"dateReserved\": \"2026-05-12T00:51:29.085Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-07-14T21:32:26.676Z\", \"assignerShortName\": \"GitHub_M\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…