← Back

Sailsjs

sailsjs

5 CVEs • 2 products

Products (2)

Click to collapse
Toggle
Sails
sails
Skipper
skipper

CVEs (5)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Sailsjs
1Sails
Nov 21, 2024
Jul 27, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
Sails is a realtime MVC Framework for Node.js. In Sails apps prior to version 1.5.7,, an attacker can send a virtual request that will cause the node process to crash. This behavior was fixed in Sails v1.5.7. As a workar...Show more
Sails is a realtime MVC Framework for Node.js. In Sails apps prior to version 1.5.7,, an attacker can send a virtual request that will cause the node process to crash. This behavior was fixed in Sails v1.5.7. As a workaround, disable the sockets hook and remove the `sails.io.js` client.Show less
1Sailsjs
1Skipper
Nov 21, 2024
Apr 12, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
An arbitrary file upload vulnerability in the file upload module of Skipper v0.9.1 allows attackers to execute arbitrary code via a crafted file.
1Sailsjs
1Sails
Nov 21, 2024
Mar 17, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
SailsJS Sails.js <=1.4.0 is vulnerable to Prototype Pollution via controller/load-action-modules.js, function loadActionModules().
1Sailsjs
1Sails
Nov 21, 2024
Jul 21, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Sails.js before v1.0.0-46 allows attackers to cause a denial of service with a single request because there is no error handler in sails-hook-sockets to handle an empty pathname in a WebSocket request.
1Sailsjs
1Sails
Nov 21, 2024
May 31, 2018
N/A· v4
4.4 MEDIUM· v3
2.1 LOW· v2
Sails is an MVC style framework for building realtime web applications. Version 0.12.7 and lower have an issue with the CORS configuration where the value of the origin header is reflected as the value for the Access-Con...Show more
Sails is an MVC style framework for building realtime web applications. Version 0.12.7 and lower have an issue with the CORS configuration where the value of the origin header is reflected as the value for the Access-Control-Allow-Origin header. This would allow an attacker to make AJAX requests to vulnerable hosts through cross site scripting or a malicious HTML Document, effectively bypassing the Same Origin Policy. Note that this is only an issue when `allRoutes` is set to `true` and `origin` is set to `*` or left commented out in the sails CORS config file. The problem can be compounded when the cors `credentials` setting is not provided. At that point authenticated cross domain requests are possible.Show less