CRITICAL🇵🇱 Wersja polska

CVE-2026-29792

CVSS 9.3v4.0pub. 2026-03-10upd. 2026-03-19

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.

🤖 AI Analysis
How it works

The attacker sends a crafted GET request directly to the /oauth/:provider/callback endpoint, placing a forged user profile in the query string. Since the attacker never initiated a proper OAuth flow, the Grant library has no session or state data, triggering a fallback mechanism in the authentication payload processing chain. The fallback accesses raw request parameters (params.query), where the attacker placed the forged profile. Based on this data, the system retrieves the user entity and generates a JWT token—without any contact with the actual OAuth provider.

Impact

An unauthenticated attacker obtains a valid JWT access token assigned to an existing user account, enabling complete impersonation of that person and access to all resources protected by that token.

Mitigation & patch

Update Feathers.js to version 5.0.42 as soon as possible, where the vulnerability has been removed. Until the patch is deployed, consider temporarily blocking access to the /oauth/:provider/callback endpoints at the firewall or reverse proxy level.

Who is affected

Feathersjs Feathers in versions 5.0.0 to 5.0.41 (before 5.0.42)

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Feathersjs Feathers

    APP
    Feathersjs
    5.0.0 – 5.0.42 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
Auth Bypass
CWE
References

Related vulnerabilities

CVE-2026-29793CRITICAL9.3PL ✓same product

Feathers.js – wstrzyknięcie operatorów MongoDB przez Socket.IO (NoSQL Injection)

CVE-2026-27191HIGH7.4same product

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. Vers...

CVE-2026-27192HIGH7.6same product

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In v...

CVE-2026-27193HIGH8.2same product

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In v...

CVE-2023-37899HIGH7.5same product

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. Feat...