SCA: security update for github.com/ory/hydra (GHSA-3p3g-vpw6-4w66)

medium Tenable Self-Hosted Container Security Plugin ID 431909

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- In Hydra (an OAuth2 Server and OpenID Certified™ OpenID Connect Provider written in Go), before version
1.4.0+oryOS.17, when using client authentication method 'private_key_jwt' [1], OpenId specification says
the following about assertion `jti`: "A unique identifier for the token, which can be used to prevent
reuse of the token. These tokens MUST only be used once, unless conditions for reuse were negotiated
between the parties". Hydra does not check the uniqueness of this `jti` value. Exploiting this
vulnerability is somewhat difficult because: - TLS protects against MITM which makes it difficult to
intercept valid tokens for replay attacks - The expiry time of the JWT gives only a short window of
opportunity where it could be replayed This has been patched in version v1.4.0+oryOS.17 (CVE-2020-5300)

See Also

https://github.com/advisories/GHSA-3p3g-vpw6-4w66

Plugin Details

Severity: Medium

ID: 431909

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 8/7/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Low

Base Score: 3.5

Temporal Score: 2.6

Vector: CVSS2#AV:N/AC:M/Au:S/C:P/I:N/A:N

CVSS Score Source: CVE-2020-5300

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/27/2021

Vulnerability Publication Date: 4/6/2020

Reference Information

CVE: CVE-2020-5300

cwe: CWE-294