SCA: security update for @feathersjs/authentication-oauth (GHSA-wg9x-qfgw-pxhj)

critical Tenable Cloud Security Plugin ID 438621

Description

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

- Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript.
From 5.0.0 to before 5.0.42, an unauthenticated attacker can send a crafted GET request directly to
/oauth/:provider/callback with a forged profile in the query string. The OAuth service's authentication
payload has a fallback chain that reaches params.query (the raw request query) when Grant's session/state
responses are empty. Since the attacker never initiated an OAuth authorize flow, Grant has no session to
work with and produces no response, so the fallback fires. The forged profile then drives entity lookup
and JWT minting. The attacker gets a valid access token for an existing user without ever contacting the
OAuth provider. This vulnerability is fixed in 5.0.42. (CVE-2026-29792)

Solution

Update the @feathersjs/authentication-oauth library and its related packages to version 5.0.42 or later.

See Also

https://github.com/advisories/GHSA-wg9x-qfgw-pxhj

Plugin Details

Severity: Critical

ID: 438621

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 3/11/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

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

CVSS Score Source: CVE-2026-29792

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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

CVSS v4

Risk Factor: Critical

Base Score: 9.3

Threat Score: 8

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/10/2026

Vulnerability Publication Date: 3/10/2026

Reference Information

CVE: CVE-2026-29792

cwe: CWE-287