Search Results (5 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-54335 1 Feathersjs 1 Feathers 2026-07-20 3.7 Low
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 source was produced by JSON.parse and contains a __proto__, constructor, or prototype key, that key is returned as an own-enumerable property; the recursive merge then resolves target['__proto__'] to Object.prototype and writes attacker-supplied properties onto it, polluting the prototype for all plain objects in the process for the lifetime of the Node process. This issue is fixed in version 5.0.45.
CVE-2022-2422 1 Feathersjs 1 Feathers-sequelize 2025-03-11 10 Critical
Due to improper input validation in the Feathers js library, it is possible to perform a SQL injection attack on the back-end database, in case the feathers-sequelize package is used.
CVE-2022-29822 1 Feathersjs 1 Feathers-sequelize 2025-03-11 10 Critical
Due to improper parameter filtering in the Feathers js library, which may ultimately lead to SQL injection
CVE-2022-29823 1 Feathersjs 1 Feathers-sequelize 2025-03-11 10 Critical
Feather-Sequalize cleanQuery method uses insecure recursive logic to filter unsupported keys from the query object. This results in a Remote Code Execution (RCE) with privileges of application.
CVE-2023-37899 1 Feathersjs 1 Feathers 2024-11-21 7.5 High
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 an unexpected Socket.io message like `socket.emit('find', { toString: '' })`. A fix has been released in versions 5.0.8 and 4.5.18. Users are advised to upgrade. There is no known workaround for this vulnerability.