VYPR

Feathers

by Feather Js

Source repositories

CVEs (7)

  • CVE-2026-29793CriMar 10, 2026
    risk 0.57cvss 9.8epss 0.00

    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, Socket.IO clients can send arbitrary JavaScript objects as the id argument to any service method (get, patch, update, remove). The transport…

  • CVE-2026-29792CriMar 10, 2026
    risk 0.57cvss 9.8epss 0.01

    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…

  • CVE-2026-27192HigFeb 21, 2026
    risk 0.46cvss 8.1epss 0.00

    Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In versions 5.0.39 and below, origin validation uses startsWith() for comparison, allowing attackers to bypass the check by registering a domain that shares a common prefix…

  • CVE-2023-37899HigJul 19, 2023
    risk 0.42cvss 7.5epss 0.01

    Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. Feathers socket handler did not catch invalid string conversion errors like `const message = ${{ toString: '' }}` which would cause the NodeJS process to crash when sending…

  • CVE-2026-27191MedFeb 21, 2026
    risk 0.33cvss 6.1epss 0.00

    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…

  • CVE-2026-27193MedFeb 21, 2026
    risk 0.27cvss 5.3epss 0.00

    Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In versions 5.0.39 and below, all HTTP request headers are stored in the session cookie, which is signed but not encrypted, exposing internal proxy/gateway headers to…

  • CVE-2026-54335LowJul 17, 2026
    risk 0.17cvss 3.7epss 0.00

    Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In 5.0.44 and earlier, the _.merge(target, source) utility exported by @feathersjs/commons recursively merges source into target by iterating Object.keys(source). When…