SCA: security update for doorkeeper-openid_connect (GHSA-m6vc-f87m-cc2h)

medium Tenable Self-Hosted Container Security Plugin ID 442639

Description

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

- Doorkeeper is an OAuth 2 provider for Ruby on Rails. In version 1.9.0, an attacker who knows only a
dynamically registered client's client_id, which is public information, can authenticate as that client at
the token endpoint and obtain an access token without providing its client_secret. This occurs because the
Dynamic Client Registration feature creates applications with confidential: false hard-coded, even though
the registration response returns a client_secret and advertises support for the client_secret_basic and
client_secret_post authentication methods; since Doorkeeper treats a blank or missing secret as valid for
non-confidential (public) clients, the secret is never verified. Only projects that have explicitly
enabled Dynamic Client Registration, which is disabled by default, are affected. This issue is fixed in
version 1.10.0. (CVE-2026-44476)

Solution

Update the doorkeeper-openid_connect library and its related packages to version 1.10.0 or later.

See Also

https://github.com/advisories/GHSA-m6vc-f87m-cc2h

Plugin Details

Severity: Medium

ID: 442639

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/4/2026

Updated: 8/26/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.62

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

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

CVSS Score Source: CVE-2026-44476

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 7.9

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 1.7

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/4/2026

Vulnerability Publication Date: 6/4/2026

Reference Information

CVE: CVE-2026-44476

cwe: CWE-290