CVE-2026-27191

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. Versions 5.0.39 and below the redirect query parameter is appended to the base origin without validation, allowing attackers to steal access tokens via URL authority injection. This leads to full account takeover, as the attacker obtains the victim's access token and can impersonate them. The application constructs the final redirect URL by concatenating the base origin with the user-supplied redirect parameter. This is exploitable when the origins array is configured and origin values do not end with /. An attacker can supply @attacker.com as the redirect value results in https://target.com@attacker.com#access_token=..., where the browser interprets attacker.com as the host, leading to full account takeover. This issue has been fixed in version 5.0.40.
Configurations

Configuration 1 (hide)

cpe:2.3:a:feathersjs:feathers:*:*:*:*:*:node.js:*:*

History

25 Feb 2026, 15:12

Type Values Removed Values Added
References () https://github.com/feathersjs/feathers/commit/ee19a0ae9bc2ebf23b1fe598a1f7361981b65401 - () https://github.com/feathersjs/feathers/commit/ee19a0ae9bc2ebf23b1fe598a1f7361981b65401 - Patch
References () https://github.com/feathersjs/feathers/releases/tag/v5.0.40 - () https://github.com/feathersjs/feathers/releases/tag/v5.0.40 - Product, Release Notes
References () https://github.com/feathersjs/feathers/security/advisories/GHSA-ppf9-4ffw-hh4p - () https://github.com/feathersjs/feathers/security/advisories/GHSA-ppf9-4ffw-hh4p - Third Party Advisory
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.1
First Time Feathersjs feathers
Feathersjs
CPE cpe:2.3:a:feathersjs:feathers:*:*:*:*:*:node.js:*:*
Summary
  • (es) Feathersjs es un framework para crear APIs web y aplicaciones en tiempo real con TypeScript o JavaScript. En las versiones 5.0.39 e inferiores, el parámetro de consulta redirect se añade al origen base sin validación, permitiendo a los atacantes robar tokens de acceso mediante inyección de autoridad de URL. Esto lleva a una toma de control total de la cuenta, ya que el atacante obtiene el token de acceso de la víctima y puede suplantarla. La aplicación construye la URL de redirección final concatenando el origen base con el parámetro redirect proporcionado por el usuario. Esto es explotable cuando el array de orígenes está configurado y los valores de origen no terminan con /. Un atacante puede proporcionar @attacker.com como valor de redirección, lo que resulta en https://target.com@attacker.com#access_token=..., donde el navegador interpreta attacker.com como el host, lo que lleva a una toma de control total de la cuenta. Este problema ha sido solucionado en la versión 5.0.40.

21 Feb 2026, 04:15

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-21 04:15

Updated : 2026-02-25 15:12


NVD link : CVE-2026-27191

Mitre link : CVE-2026-27191

CVE.ORG link : CVE-2026-27191


JSON object : View

Products Affected

feathersjs

  • feathers
CWE
CWE-601

URL Redirection to Untrusted Site ('Open Redirect')